Deploy fails after failed ping

Hey

Just trying to understand why deploy fails for a irrelevant ping fail. App is working and listening on port 3000 but the render assumes the deploy as failed.

Can you guys help me on this? I can fix the error but the deploy should continue and be successful.

Here is another screenshot showing that server was deployed.

Hey,

Did you tell Render to listen to a specific port so we could pick that up or simply start your app on this port?

If you want us to dig a bit more into this issue please contact us via the “Contact Support” form at the bottom of your dashboard.

Regards.
Jérémy, Render Support

I did not, and didn’t see anything referring how to specific port in the docs. Is there any documentation on how to do it?

Hey,

By default, Render is going to look for your service on 0.0.0.0:10000. You can change this behavior by setting the ‘PORT’ environment variable: https://render.com/docs/environment-variables#all-services-1

Regards.
Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.