Hi everyone, I’m having trouble getting wildcard subdomains to work on my Vercel project and would appreciate some help.
Setup
- Domain:
funzedupay.com(registered on GoDaddy) - Nameservers: Switched from GoDaddy to Vercel (
ns1.vercel-dns.com,ns2.vercel-dns.com) ~16+ hours ago - Project: Next.js multi-tenant app on Vercel
- Status: All domains (
funzedupay.com,www.funzedupay.com,staging.funzedupay.com) are working fine
The Problem
Visiting any wildcard subdomain like random.funzedupay.com returns the following error in the browser on both desktop and mobile:
Error: DNS_PROBE_FINISHED_NXDOMAIN
What I’ve Done
- Added
*.funzedupay.comto my Vercel project under Settings → Domains — it shows Valid Configuration with a checkmark. - Switched nameservers on GoDaddy to
ns1.vercel-dns.comandns2.vercel-dns.com— fully propagated and showing correctly ondnschecker.org. - Added a
*CNAMErecord in Vercel DNS pointing tobdc83671176003f4.vercel-dns-016.com.. - Checked
dnschecker.orgforrandom.funzedupay.comCNAME— it resolves correctly tobdc83671176003f4.vercel-dns-016.comglobally. - Flushed DNS cache on Windows (
ipconfig /flushdns) and cleared Chrome DNS cache. - Tested on mobile data — same issue.
Questions
- Should the wildcard
*record in Vercel DNS be aCNAMEor anArecord? - If
CNAME, what should the value be —cname.vercel-dns.comor something else? - Is there anything else needed to make wildcard subdomains work when using Vercel nameservers?
Any help would be greatly appreciated!
PS: random.funzedupay.com should resolve to the same website as funzedupay.com.





