9 months ago
My backend is working locally on my laptop. when i upload to repo and deploy it in railway. it is showing build successful but the url is not running.
4 Replies
9 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 Getting false "Deploy Crashed!" emails during normal deployments
- 🧵 "Stopping Container" in the logs
- 🧵 Facing Deployment issue
- 🧵 Docker container being stopped after deployment
If you find the answer from one of these, please let us know by solving the thread!
9 months ago
One thing that comes to mind is, are you in your dockerfile actually running the backend? I've seen people run migration steps in dockerfiles but not run the built executable.
noahd
One thing that comes to mind is, are you in your dockerfile actually running the backend? I've seen people run migration steps in dockerfiles but not run the built executable.
9 months ago
On that, could I get a bit more info about your project?
9 months ago
Make sure that you are using the correct PORT linked to the Public Networking endpoint!