Application failed to respond
demapy
HOBBYOP

10 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

10 months ago

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

5 Replies

demapy
HOBBYOP

10 months ago

I have also attached build and deploy logs here


10 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")


10 months ago

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


10 months ago

That'll do it LOL


demapy
HOBBYOP

10 months ago

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


Status changed to Solved brody 10 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...