Hi Vercel team and community,
I’m trying to configure wildcard subdomains (e.g., store1.click-shop.ar, store2.click-shop.ar) for my project hosted on Vercel. Two days ago (around 4:00 PM from Argentina, July 8), I switched my nameservers from DonWeb to Vercel:
ns1.vercel-dns.com
ns2.vercel-dns.com
I confirmed this change using tools like DNSChecker and nslookup, and propagation appears successful across most regions.
I also added the wildcard domain *.click-shop.ar to my project settings. However, it’s still showing the “Invalid Configuration” warning.
Here’s what I’ve verified:
- A wildcard
Arecord (* → 76.76.21.21) is correctly set up in the DNS section. - The base domain
click-shop.arandwww.click-shop.arboth show “Valid Configuration.” - SSL certificates are issued for both the root and
wwwdomain. - The subdomain
dontero.click-shop.aris not resolving (DNS_PROBE_FINISHED_NXDOMAIN).
What else should I do to make the wildcard subdomain valid and working?
Thanks in advance!
— Mauricio Pucheta