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
container event container died
seeding...
done
Here is a link to the project github: https://github.com/Mustafa1908/inventory-application/tree/main
3 Replies
a year ago
Your start command is set to setup the database, the start command needs to be what starts the server.
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
Status changed to Solved brody • over 1 year ago