I have deployed application on cloud hub after deployment it has generated App url = flightdetails.us-e2.cloudhub.io. I have modified the URL per my implementation i.e. http://flightdetails.us-e2.cloudhub.io/api/flights, but its giving error 502 Bad Gateway. Can someone please suggest what could be the root cause. Please note that I can see in the logs that application has started successfully.
There are no errors in implementation, I have tested locally. In main process its just sending the dummy response back.
And I am directly using the app url and not via gateway
5 respostas

I had the same issue. My browser was forcing me to use https and when I changed it to HTTP it worked perfectly