2 months ago
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.
Pinned Solution
2 months ago
I had this problem as well, but it seemed to fix itself when I enabled Private Networking for the environment and redeployed the service.
---
Here's what I remember:
- Before, the server logs would say it's listening on port 8080, but railway would display the same error message when i tried to access it from the service's domain.
- Redeploying alone did not work for me
- I deployed the same repo as a new service to see if it was reproducible, and this happened to enable private networking for the environment.
- Clicking on my old service that was getting the Not Found error showed "unable to get private networking endpoint" (previously showed "enable private networking" button)
- I redeployed the existing service that was broken (this is the only change I made to the service after private networking got turned on automatically)
- It got its own private
.railway.internaldomain created automatically - I was able to access the service from its domain again after the redeploy.
I suspect the issue may be related to one of the recent outages since the HTTP logs showed a gap in traffic starting around this time:
4 Replies
Status changed to Awaiting Railway Response brody • 2 months ago
2 months ago
Make sure the route actually exists, and that the port your application is listening on is the same port your URL is mapped to.
2 months ago
Where can I watch this?
2 months ago
I had this problem as well, but it seemed to fix itself when I enabled Private Networking for the environment and redeployed the service.
---
Here's what I remember:
- Before, the server logs would say it's listening on port 8080, but railway would display the same error message when i tried to access it from the service's domain.
- Redeploying alone did not work for me
- I deployed the same repo as a new service to see if it was reproducible, and this happened to enable private networking for the environment.
- Clicking on my old service that was getting the Not Found error showed "unable to get private networking endpoint" (previously showed "enable private networking" button)
- I redeployed the existing service that was broken (this is the only change I made to the service after private networking got turned on automatically)
- It got its own private
.railway.internaldomain created automatically - I was able to access the service from its domain again after the redeploy.
I suspect the issue may be related to one of the recent outages since the HTTP logs showed a gap in traffic starting around this time:
Status changed to Solved sam-a • 2 months ago
