Domain still pending after TXT record verification (Vercel)

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.

  1. Added the following TXT record in WordPress DNS:

    • Type: TXT
    • Name: _vercel
    • Value: vc-domain-verify=7c5b318f959cdf41ce0b
  2. Verified that the TXT record has propagated globally using DNS Checker and dig:

    $ dig TXT _vercel.palmvalleytransportation.com +short
    
    

output:
“vc-domain-verify=7c5b318f959cdf41ce0b”

Hey @mariaahmed1502-gmail,

It looks like the TXT verification record doesn’t have the expected value. Please update the record value to match the one listed in your project’s settings. It should work quickly after the value is updated.

Please let me know if you still have trouble after updating the record