7 months ago
[2024-12-19 22:10:52 +0000] [1] [INFO] Starting gunicorn 23.0.0
[2024-12-19 22:10:52 +0000] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
[2024-12-19 22:10:52 +0000] [1] [INFO] Using worker: sync
[2024-12-19 22:10:52 +0000] [4] [INFO] Booting worker with pid: 4
[2024-12-19 22:10:52 +0000] [5] [INFO] Booting worker with pid: 5
[2024-12-19 22:10:52 +0000] [6] [INFO] Booting worker with pid: 6
[2024-12-19 22:10:52 +0000] [7] [INFO] Booting worker with pid: 7
According to CHATGPT I need to find my url to view and use the webapp in the deploy log section I tried multiple things to get the domain name but I can't seem to find it, can somebody help?
5 Replies
dev
You can generate yourself a public domain in your service settings
7 months ago
Ah thanks I found it, after redeploying I get this error when going to the domain:
Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
7 months ago
Is your app listening on the PORT environment variable, or is the port hardcoded? If it's not reading the PORT environment variable, it's possible that Railway is expecting your app to use a different port.
7 months ago
For context, their own application is returning 404 at the root, Railway is not returning 404.
7 months ago
Thanks for the context Brody
I'm going to go ahead and mark as solved since the 404 is application-level, the original question has been answered and the OP isn't responding anyway
OP, if you do come back to this thread, the 404 issue is essentially an issue with your application itself and not an issue with Railway directly. You just need to find out why your application is returning that 404, likely a misconfiguration within your app somewhere - if you need further help then you unmark this thread as solved or open up a new thread
Happy holidays!
Status changed to Solved dev • 7 months ago