2 months ago
I have an application that listens on PORT and has an *.up.railway.app domain attached to it in the deployment settings under public networking. Opening the domain, however, gives a Railway-branded page with:
Not Found
The train has not arrived at the station.
Please check your network settings to confirm that your domain has provisioned.
If you are a visitor, please let the owner know you're stuck at the station.
Request ID:
bs--gDNWTuSgFnnass7a6g
and the application isn't receiving the request. Application's request logs remain empty as do the HTTP logs provided by railway. What's going wrong here? It started out of nowhere between the 7th and 8th of this month, couple days ago.
3 Replies
curl gives a more specific application not found
{"status":"error","code":404,"message":"Application not found","request_id":"5Yt8MpfRTCeEkpOy0-QtfA"}fixed it by re-generating the domain which added the port option to it and added the same PORT in variables
Status changed to Solved brody • 2 months ago