a month ago
I have been deploying my NodeJS server in Railway for more than a year and I have never faced this problem before. Railway provides a general domain through which I can access my application. Since this morning this link keeps on saying that the site cannot be reached. I have not made any changes to the port number or applications. Not even a new deployment yet I am facing this issue. Kindly help!
10 Replies
a month ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • about 1 month ago
a month ago
Can you share a screenshot or a log of the errors you're encountering?
a month ago
I am not encountering any error. I have uploaded my nodejs application in Railway about a year back. It has been working perfectly without any issues. Last deployment was three weeks back and even that was working perfectly fine. Since today morning the link by which I click to the application, that link is not working (...ending with up.railway.com). I created a new Railway service and uploaded the same deployment again. That new link is also not working. It says the site cannot be reached but if I deploy the same application in Heroku or Render or any other service, it's working perfectly fine
a month ago
web-production-6467.up.railway.app
a month ago
I'm able to access the site just fine. Try using a VPN or set your local DNS to 1.1.1.1.
It's possible that your ISP may be blocking traffic to Railway's pregenerated domains. If that's the case, you'd need to use a VPN or a custom domain.
jeto1989
web-production-6467.up.railway.app
a month ago
It's working, might be just cache, try to change the URL in your service settings.
Attachments
a month ago
Thank you folks. Let me check what you have suggested and try with a custom domain
jeto1989
Thank you folks. Let me check what you have suggested and try with a custom domain
a month ago
The URL you provided already redirects to www.jetovacations.com. Do you still get the "site cannot be reached" error if you access it from the custom domain?
a month ago
I am setting up the custom domain. It will take sometime to update. Will post here once done
a month ago
Custom domain setup done. It working fine. Problem is resolved. Appreciate your help!