Railway Domain Not Working
divyangdodiya
FREEOP

3 months ago

I just deployed a NodeJS backend service to railway. I added the default provided domain ends with `*.up.railway.app` If i check the CNAME record it not propagated anywhere. I tried deleting and adding the domain again, even tried with fixing some DNS issues locally but got no success. Although if we see the A record it seems fine but the CNAME record shows red cross meaning - Not propagated. Kindly help me with this I'm a first time user so Pardon me if I missed something, Thanks in advance 🙂

Solved$10 Bounty

4 Replies

Railway
BOT

3 months ago

The Railway-provided *.up.railway.app domain does not require any DNS configuration on your end, as it is fully managed by us. There is no CNAME record you need to set up for it. CNAME configuration is only needed when you add a custom domain you own. If your generated domain is not serving traffic, make sure your application is listening on the correct port (using PORT or 0.0.0.0) and that the deployment completed successfully, which you can verify in the Deployments tab of your service.


Status changed to Awaiting User Response Railway • 3 months ago


Status changed to Awaiting Railway Response Railway • 3 months ago


Have you tried clearing your local DNS cache?

And as the bot said, you shouldn't be setting up any CNAME records for a default generated Railway domain.


divyangdodiya
FREEOP

2 months ago

Hello, this issue has been resolved the domain is working fine now, I did nothing simply waited for couple of days due to sickness and now I just checked and it's working fine. Thanks for support though 🙂 Thanks again the awesome community, I'm definitely giving this platform a try and continue.


0x5b62656e5d

Have you tried clearing your local DNS cache? And as the bot said, you shouldn't be setting up any CNAME records for a default generated Railway domain.

divyangdodiya
FREEOP

2 months ago

Yes sir! I didn't changed CNAME or anything it was just debugging


Status changed to Solved divyangdodiya • 2 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...