Custom Domain with Vercel
cerealmichael
HOBBYOP

3 months ago

341376fd-a4f1-4b12-bf3d-eb0aee802068
Hello, I bought a domain on Vercel like over 24 hours ago, and added it on my Railway which gave me a CNAME value. i copied over that value to vercel for www and root domain but it's been like 24 hours and the domain did not connect yet. i know it does take up to 72 hours to propagate, but i just want to make sure i did not do anything wrong before I wait the additional 48 hours. Do you think all is well configured? (btw, i was not allowed to have a record of Type CNAME and Name "@" or blank, so i had to use ALIAS for the root)

$10 Bounty

2 Replies

cerealmichael
HOBBYOP

3 months ago

actually i think it is in progress because the status changed to Validating domain ownership or something, so I hope it will work.


kiidfreak
FREE

3 months ago

You can confirm whether your DNS is resolving correctly:

  1. Go to https://dnschecker.org

  2. Enter your domain (both root and www)

  3. Check CNAME and ALIAS records

    • You should see your Railway CNAME target (e.g., *.railway.app) appearing in multiple regions.


Loading...