Server Error 503 after successful docker build
Hello! I am building my app with a Dockerfile and the build on railway succeeds with no errors however I am getting a server error 503 when visiting the deployment url.
Project id: e1367860-36b1-4501-b6e1-478f41603a5c Deployment id: 030249c Deploy logs: Here is the url: https://contactvault-development.up.railway.app/
Project id: e1367860-36b1-4501-b6e1-478f41603a5c Deployment id: 030249c Deploy logs: Here is the url: https://contactvault-development.up.railway.app/
5 Replies
Project ID:
e1367860-36b1-4501-b6e1-478f41603a5c
You might find these helpful:
- Server Error when App is running
- Not able to deploy my Strapi app using Railway
- Nestjs - App deployed but not running and endpoints not available ?
⚠️ experimental feature
you're listening on 5000, your app needs to listen on the environment variable PORT
ohhhh thats right! I completely forgot I had to do that. Thanks so much!
no problem