Description:
After Vercel updated their DNS records, my previously working custom domain stopped functioning. The domain was correctly linked to my Vercel project before the update, but now the Vercel dashboard shows an “Invalid Configuration” warning.
Steps to Reproduce:
- Configure a custom domain with Vercel (previously working setup).
- Allow
DNSpropagation and confirm domain resolves correctly. - After Vercel’s
DNSrecord update, check domain status in the dashboard. - Vercel reports
Invalid Configurationand fails to issue anSSLcertificate.
Expected Behavior:
The domain should remain correctly linked, pass configuration checks, and receive a valid SSL certificate.
Actual Behavior:
- Vercel dashboard shows
Invalid Configuration. SSLcertificate is not issued.- Running all Vercel-provided
DNStest tools confirms the domain is correctly configured. - Domain does not link to the app despite correct
DNSsetup.
Additional Context:
- Screenshot attached showing the
Invalid Configurationmessage. DNSrecords match Vercel’s documentation and pass external verification tools.- This issue started only after Vercel updated their
DNSrecords.
