Hello, Vercel Community!
I’m encountering an issue with a domain I purchased directly through Vercel (cuponai.com). It’s been 5 days since the purchase, but the domain still doesn’t resolve. Here’s what I’ve done and observed so far:
Problem Details
• Error/Behavior: DNS queries (e.g., using dig) return NXDOMAIN, suggesting the domain hasn’t been registered or propagated.
• Framework/Runtime: The site is built and deployed on Vercel using Node.js. It is accessible through the temporary Vercel-generated domain.
• Expected Outcome: The custom domain cuponai.com should resolve and point to the deployed site.
Steps to Reproduce
-
Query the DNS for cuponai.com (e.g., dig A cuponai.com).
-
Observe the NXDOMAIN status in the response.
-
Attempt to access the domain in a browser, which also fails to resolve.
Troubleshooting Steps Tried
• Verified the domain and DNS settings in the Vercel dashboard. Everything appears to be correctly configured, with the default DNS settings in place.
• Waited for propagation (5 days so far).
• Tested DNS queries using multiple tools, which consistently return the same error.
Questions
-
Is a 5-day propagation delay normal for domains purchased through Vercel?
-
Is there any additional step I need to take to activate the domain or troubleshoot further?
-
Should I contact Vercel support directly, or is this something I can resolve through the dashboard?
Thanks in advance for any guidance! I’d appreciate help getting the domain up and running.