Not able to access proxy after deploying node js app on apigee

Not applicable

Hi, I have deployed a node js app on apigee

These are my enpoint files: proxy-endpoints.txt and target-endpoints.txt

and this is my proxy url.<http://lntorg-test.apigee.net/testproxy>

The application works fine on my local m/c. But when try to access this proxy URL I get an error message as:

"An error occurred

Sorry, the page you are looking for is currently unavailable.
Please try again later."

Is there anything wrong with my endpoints or with the URL I am using. There are no separate routes within my application i.e. my actual URL is "localhost:<port>". Also my m/c is behind a firewall and i am using a proxy for this. Does this affects my apigee node js deployment.

0 3 243
3 REPLIES 3

@Saba Sayyed

Please specify the where your are getting the error.

Is the call reaching the proxy and getting the error at the target?

Or Call is not reaching the proxy at all?

If the all reaching the proxy and getting the error at the target, then you need to check the URL of the bass in the nodejs script.

@Amarn N

Error Sending Request
Could not connect to http://lntorg-test.apigee.net/testproxy. Make sure the URL is correct. This is the error I am getting when i tried tracing the request. So I guess the call is not reaching the proxy at all.

@Saba Sayyed

In this case please check the whether the APIGEE's URL(http://lntorg-test.apigee.net) is correct or not.

You can test the URL by hitting the other Proxies.

If the URL is not working then please check the format of the URL.

http://<Org_Name>-{env_Name}.apigee.net

If the format is correct and still you are not able to hit the proxy then contact APIGEE support,