Application Failed to respond
mustafa1908
HOBBYOP

a year ago

I am trying to deploy my app on railway and the database and the app seems to be working fine on the dashboard but when I try to access the website it doesn't work.I tried doing things recommended in the port my port is correctly set to 8080 and I tried listening to the 0.0.0.0 port but it still didn't worked.

Here is my app deployments logs:

Starting Container

Sep 28 13:33:38

container event container died

Sep 28 13:33:38

seeding...

Sep 28 13:33:38

done

Here is a link to the project github: https://github.com/Mustafa1908/inventory-application/tree/main

Solved

3 Replies

brody
EMPLOYEE

a year ago

Your start command is set to setup the database, the start command needs to be what starts the server.


mustafa1908
HOBBYOP

a year ago

Thank you so much for your help, I've been trying to find what the problem is for hours and it was something that simple


brody
EMPLOYEE

a year ago

Awesome, glad I could help!


Status changed to Solved brody over 1 year ago


Loading...