20 days ago
I tried connecting my domain to the host which is Network Solution but it keeps crashing.
Pinned Solution
20 days ago
Hey, the issue is coming from how DNS works between Network Solutions and Railway. Railway doesn’t provide a fixed IP, so you can’t use an A record. It needs a CNAME record instead.
The easiest fix is to use a subdomain instead of the main domain.
For example, instead of connecting example.com, use something like:
- www.example.com or
Then in Network Solutions DNS, create a CNAME record like this:
- Host: www (or app)
- Points to: your-app.up.railway.app
After that, go to Railway and add the same subdomain (like www.example.com) in the custom domain section.
This works because subdomains support CNAME records, even if the main domain doesn’t.
So basically:
- Don’t connect the root domain (example.com)
- Use a subdomain (www or app)
- Point it to Railway using CNAME
That should fix the issue 
6 Replies
Status changed to Open Railway • 20 days ago
20 days ago
can you provide more detailed information so that I can help?
20 days ago
The Domain is on Network Solution, when I try to connect it with Railway it crashes, I read that on Network Solution DNS you can only A record, but Railway doesn't give dedicated IP. I don't know how to link both.
20 days ago
Hey, the issue is coming from how DNS works between Network Solutions and Railway. Railway doesn’t provide a fixed IP, so you can’t use an A record. It needs a CNAME record instead.
The easiest fix is to use a subdomain instead of the main domain.
For example, instead of connecting example.com, use something like:
- www.example.com or
Then in Network Solutions DNS, create a CNAME record like this:
- Host: www (or app)
- Points to: your-app.up.railway.app
After that, go to Railway and add the same subdomain (like www.example.com) in the custom domain section.
This works because subdomains support CNAME records, even if the main domain doesn’t.
So basically:
- Don’t connect the root domain (example.com)
- Use a subdomain (www or app)
- Point it to Railway using CNAME
That should fix the issue 
20 days ago
Still not going can you check if I'm doing anything wrong. I attached some screenshoot of how I connected on Network solutions and what it is showing on Railway
Attachments
shubhankartrivedi
Hey, the issue is coming from how DNS works between Network Solutions and Railway. Railway doesn’t provide a fixed IP, so you can’t use an A record. It needs a CNAME record instead.The easiest fix is to use a subdomain instead of the main domain.For example, instead of connecting example.com, use something like:- www.example.com or- app.example.comThen in Network Solutions DNS, create a CNAME record like this:- Host: www (or app)- Points to: your-app.up.railway.appAfter that, go to Railway and add the same subdomain (like www.example.com) in the custom domain section.This works because subdomains support CNAME records, even if the main domain doesn’t.So basically:- Don’t connect the root domain (example.com)- Use a subdomain (www or app)- Point it to Railway using CNAMEThat should fix the issue
20 days ago
Still not going can you check if I'm doing anything wrong. I attached some screenshoot of how I connected on Network solutions and what it is showing on Railway
shubhankartrivedi
Hey, the issue is coming from how DNS works between Network Solutions and Railway. Railway doesn’t provide a fixed IP, so you can’t use an A record. It needs a CNAME record instead.The easiest fix is to use a subdomain instead of the main domain.For example, instead of connecting example.com, use something like:- www.example.com or- app.example.comThen in Network Solutions DNS, create a CNAME record like this:- Host: www (or app)- Points to: your-app.up.railway.appAfter that, go to Railway and add the same subdomain (like www.example.com) in the custom domain section.This works because subdomains support CNAME records, even if the main domain doesn’t.So basically:- Don’t connect the root domain (example.com)- Use a subdomain (www or app)- Point it to Railway using CNAMEThat should fix the issue
20 days ago
Here
Attachments
Status changed to Open 0x5b62656e5d • 19 days ago
Status changed to Solved 0x5b62656e5d • 19 days ago