7 months ago
I successfully deployed a NodeJS backend application on Railway. But when I try to access the application through the public URL, it doesn't work. All I get is a DNS_PROBE_FINISHED_NXDOMAIN error.
simplifii-simplified-production.up.railway.app
I have the correct port configured and cannot figure out what is wrong. I had deployed the same application with the trial account and it was working fine. After moving to a Hobby account, every NodeJS app has the same error.
1 Replies
7 months ago
Hi, manisanghsharma. I am able to access the application right now. But it does return a 404 with x-powered-by: Express which means either there is currently an error in your application code or a handler has not been defined for the root endpoint.
Let me know if this is still an issue.