I’m trying to verify my domain palmvalleytransportation.com
with Vercel, but it’s still showing “Domain is pending verification” even after correctly setting up the TXT record.
I initially used this domain on another Vercel project, which I have since deleted. I’ve confirmed that no other project currently uses it, and the domain is only connected to my new project.
Current behavior:
Domain remains in a “pending verification” state even after over 24 hours.
Expected behavior:
Vercel should recognize the TXT record and verify the domain.
-
Added the following TXT record in WordPress DNS:
- Type: TXT
- Name: _vercel
- Value: vc-domain-verify=7c5b318f959cdf41ce0b
-
Verified that the TXT record has propagated globally using DNS Checker and
dig
:$ dig TXT _vercel.palmvalleytransportation.com +short
output:
“vc-domain-verify=7c5b318f959cdf41ce0b”