
Questions: 23,695 //
Answers: 52,235 //
Contributing Members: 17,963
I'm trying to deploy on CloudHub an application/API that needs an HTTP call with OAuth authentication configuration to ensure the user has a valid authorization token using Ping.
The API works perfectly on local environment and on premise server, but I'm not able to even deploy it on CloudHub and the error description in the logs is not very descriptive at all, it only reflects an "IllegalState Exception: cloudhub failed with status: DEPLOYMENT_FAILED" error.
I suspect the error might be raised due to the port numbers I'm using in the redirectURI and localAuthorizationURL for the OAuth config. I've tried pointing those resources to port 80, but I've got the exact same result.
Have anyone deployed an API with a component like this on CloudHub?
Thanks in advance!