Deploy timed out

Sup Guys! My service is getting a timed out problem, I’m not sure why this is happening because my build was successfull


Do you guys have any idea why this is happening?
This is my repository: GitHub - GabrielMerigo/daily-diet-api
I’m creating a web service using node.js with postgress.

Hey,

To resolve this issue, you may need to ensure that your service is started on 0.0.0.0. It has been observed that fastify binds to localhost by default. You can refer to the documentation at [https://github.com/fastify/fastify#note] for more information.

Please visit [https://www.fastify.io/docs/latest/Reference/Server/#listen] to learn how to configure fastify to start on 0.0.0.0. This should help address the problem you’re experiencing.

Regards.
Jérémy, Render Support

1 Like

It worked for me! Thanks buddy!!

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