DNS Configuration ISsues

I’m having trouble getting my custom domain www.juleslabs.com to validate in Vercel. Here’s what’s happening:

  • My root domain juleslabs.com shows “Valid Configuration” in Vercel.

  • www.juleslabs.com continues to show “Invalid Configuration” even though my DNS is set up correctly and has fully propagated.

  • I have a CNAME record for www pointing to e568ce34238d53c9.vercel-dns-o17.com (as instructed by Vercel).

  • I have an A record for @ pointing to 76.76.21.21.

  • I am using Namecheap BasicDNS as my nameserver.

  • dnschecker.org shows the CNAME for www.juleslabs.com is fully propagated globally.

  • I have tried removing and re-adding both domains in Vercel, but the issue persists.

  • I have also flushed my local DNS cache and tried from multiple devices and networks.



Screenshots show:

If there’s anything else I should try, please let me know.

Hi @saltamedia, welcome to the Vercel Community!

It seems like the CNAME record is set to e568ce34238d53c9.vercel-dns-o17.com instead of e568ce34238d53c9.vercel-dns-017.com.

Notice that the current config is ending with o-one-seven instead of zero-one-seven.

Updating the correct value should solve this issue for you.