Hello,
I have a custom domain nusimo.net connected to my Vercel project nusimo.
The DNS is managed by Rumahweb.
My DNS records are:
A @ → 216.198.79.1 A @ → 64.29.17.1
CNAME www → ee5dfc4634377b2c.vercel-dns-017.com
I have verified the DNS using multiple public DNS resolvers, and all of them return both required Vercel IP addresses:
Google DNS (8.8.8.8): 64.29.17.1 216.198.79.1
Cloudflare DNS (1.1.1.1): 64.29.17.1 216.198.79.1
Quad9 (9.9.9.9): 64.29.17.1 216.198.79.1
Cisco DNS (208.67.222.222): 216.198.79.1 64.29.17.1
However, Vercel CLI still reports:
DNS Configuration: Invalid Configuration Project: Verified for nusimo
I also ran:
vercel domains verify nusimo.net --project nusimo --format json
The JSON response is particularly confusing because Vercel reports:
"current": { "cnames": [], "aValues": [] }
while at the same time:
"recommended": { "records": [ { "type": "A", "name": "@", "value": "216.198.79.1" }, { "type": "A", "name": "@", "value": "64.29.17.1" } ] }
The conflicts array is also empty.
Could you please investigate why Vercel's domain verification system is returning an empty aValues result even though the authoritative DNS records are publicly resolving correctly through multiple DNS resolvers?
I have not changed the DNS nameservers to Vercel because the required A records are already configured at Rumahweb.
Thank you.