Domain stuck in "Invalid Configuration" despite matching DNS records

Hi, I’m hoping a Vercel staff member can help diagnose this.

My domain autoarms.team and www.autoarms.team are stuck in
“Invalid Configuration” in my project, even though the DNS records
exactly match the recommended values:

What I have verified:

  • DNS propagation complete across Google (8.8.8.8), Cloudflare (1.1.1.1),
    Quad9, and OpenDNS — all return the correct values
  • No DNSSEC (DS/DNSKEY absent)
  • No CAA records (all CAs allowed)
  • No conflicting AAAA records
  • No A/CNAME coexistence at www (only CNAME at www)
  • Domain registrar: hosting.kr, nameservers: ns1-4.hosting.co.kr

What I have tried:

  • Clicking Refresh multiple times
  • Removing both domains and re-adding them
  • Waiting several hours between attempts

The deployment itself works fine at autoarms-shop.vercel.app.
Could a staff member check whether this domain has a conflict on
Vercel’s side, or force a re-validation?

Thanks!

Hello eisiseu,

Your DNS records look correct. The problem is probably that the root domain is pointing to the wrong IP.

For Vercel, the apex/root domain usually needs:
76.76.21.21

instead of:
216.198.79.1

Try changing:
autoarms.team A 216.198.79.1

to:
autoarms.team A 76.76.21.21

Keep the www record as:
www.autoarms.team CNAME be8512662278ee26.vercel-dns-017.com

Then wait a bit and click Refresh again in Vercel.

The “DEPLOYMENT_NOT_FOUND” error usually happens when the domain reaches Vercel incorrectly or points to an old/non-existing deployment.