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.
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.