Error after deploying to Cloud

0
I’m getting an error after deploying the application to the cloud. Error: Post "http://127.0.0.1:9000": context deadline exceeded (Client.Timeout exceeded while awaiting headers). msg: Failed to get runtime status. The application is running completely fine on my local. Error is only on the cloud after deployment.
asked
2 answers
1

If you deploy your app to the cloud, you cannot use the 127.0.0.1 ip adresses anymore.

You should use the [[APPNAME]].mendixcloud.com url.

You can find this link in the sprintr.mendix.com environment.

 

This 127.0.0.1 ip address is you local computer, so working on Studio Pro locally it is working fine.

However, after deployment this is not the way to reach the application.

answered
0

These are error logs

answered