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.