I am trying to create and see the API proxy flows in GCP with Apigee X. When ever if try to add any proxy or try to modify the existing proxy "Hello-World" ,I get error on the portal.
error : "failed to import bundle".
Can someone suggest what is happening and what should be done.
Solved! Go to Solution.
Let's try to understand - and this is tricky debug mode I like for any web API app:
Press F12 and go to NETWORK
Then, clear the lines there and check the PRESERVE LOG and DISABLE CACHE
then press the "CREATE"
Then, see the request to Apigee X API. Press on it, and see the response of the API
You will see the error API returned, and maybe you will get more details
Share the error with us