Application failed to respond
demapy
HOBBYOP

8 months ago

Hi, I have checked documentation articles and community articles and my PORT variable. (which is in every place 8000)

Everything looks good.

URL: https://easyapply-backend-production.up.railway.app/



Solved$10 Bounty

Pinned Solution

8 months ago

Your start command is only running migrations, it doesn't start the server.

5 Replies

demapy
HOBBYOP

8 months ago

I have also attached build and deploy logs here


8 months ago

Trying binding to port 8080 and ip 0.0.0.0 so I think (this is nestjs?) its app.listen(8080, "0.0.0.0")


8 months ago

Your start command is only running migrations, it doesn't start the server.


8 months ago

That'll do it LOL


demapy
HOBBYOP

8 months ago

@brody thanks... what a stupid mistake by my side frowning_face emoji


Status changed to Solved brody 8 months ago


Loading...