Getting 503 from my PR build URL. What does it mean?
Getting 503 from my PR build URL. What does it mean? I don't have any error in my code and the app was deployed successfully.
Does it mean railway is trying to hook up the newly created PR URL to the build because that's the only thing I can think of.
8 Replies
Project ID:
N/A
You might find these helpful:
- How to retry deployment?
- 503 HTTP Error
- Deploy successfully on railway but get an 503 Server Error.
⚠️ experimental feature
N/A
It's been 42 mins! and URL is still not working
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
TRUE! So my mistake was renaming PORT to APP_PORT
I just need to reference PORT in APP_PORT and we good
Thank you for reminding me of that! @A. B.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
idealy you would just want to listen on the railway provided PORT, but if thats out of the question you just set PORT to whatever your app listens on by default in the service variables
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View