My public domain url of my backend is not working and in the logs it is showing stopping container
lizht-app
HOBBYOP

7 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.

$10 Bounty

4 Replies

Railway
BOT

7 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


7 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.

7 months ago

On that, could I get a bit more info about your project?


clashing
HOBBY

7 months ago

Make sure that you are using the correct PORT linked to the Public Networking endpoint!


Loading...