what i did :
anypoint > designcenter > create app >
* add http listener with path : /hello and method GET
* add logger
deploy application at the top
after it's deployed i click the dots at the right and copy-link
in the new browser window past the url and add the path /hello to it.
this gives the next error :
502 Bad Gateway
We couldn't find any Cloudhub application listening on this API.
when i test the application with a non-existing path :
http://my-app.cloudhub.io/hellotest
error : No listener for endpoint: /hellotest
so something is deployed
at the bottom-left i also don't see anything weird in the log
at management center > runtime manager i also see the app deployed
default environment is sandbox.
anyone knows what could be going wrong ?
and maybe even more usefull, any place where i could error track these kind of situations ?
Hello Rajeev,
This gives me the same error.
The application url over there is the same as the copy-link i used.
In the runtime manager the app is deployed in DESIGN and status is started.
I already stop/started it, doesn't help either
I do see in the log it has worked for 1 invoke, after that i constantly gives me the same error again.