Timeout with Nest.js app

Think I’m hitting a timeout error when deploying a Nest.js app. Logs say the app started successfully but in the end it fails after a couple minutes.

I saw a similar question from a few days ago that said I needed to start my app at 0.0.0.0:10000 but that doesn’t seem to fix the problem either.

I found the solution in another post,

use await app.listen(port, ‘0.0.0.0’); intead of app.listen(port) on main.ts

Unfortunately that is the way it was already set up when creating the app.

Hi there,

Are you still having an issue here? It’s hard to diagnose specific issues without specific details.

Please feel free to raise a ticket from the “Contact Support” link at the bottom of the Dashboard.

Alan

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