3 months ago
When Railway shows "Validating domain ownership", it means Railway is checking whether the DNS records for your domain match the records it expects.
Pinned Solution
3 months ago
Make sure to add a TXT record at _railway-verify.<DOMAIN> where <DOMAIN> is the domain you’re trying to add. If you’re using the API, you can find the content for the record from the verificationToken property under status.
3 Replies
3 months ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 3 months ago
3 months ago
DNS propagation can take up to 48 hours, so if you just added the records, give it some time. You can verify your records are correct using dnschecker.org. Make sure you added the CNAME or A record exactly as Railway specified in your domain settings.
3 months ago
Make sure to add a TXT record at _railway-verify.<DOMAIN> where <DOMAIN> is the domain you’re trying to add. If you’re using the API, you can find the content for the record from the verificationToken property under status.
3 months ago
"Validating domain ownership" is mostly caused by a missing/misconfigured TXT record. Railway uses TXT records to verify domain ownership. So, you need to add it to _railway-verify.www.example.com. If you are using the API to add your custom domain, you can find it in verificationToken under status
Status changed to Solved 0x5b62656e5d • 19 days ago
