Hello Vercel team,
I am trying to connect my DigitalPlat domain:
to my Vercel project.
Vercel currently shows:
"This domain is linked to another Vercel account. To use it with this project, add a TXT record at _vercel.qd.je to verify ownership."
However, I do NOT own qd.je. I only own the delegated subdomain:
I have correctly configured the DNS.
A record:
instafetch.qd.je → 76.76.21.21
Ownership TXT record:
_vercel.instafetch.qd.je
TXT value:
vc-domain-verify=instafetch.qd.je,4548a860cfcb9bfe65da
I have verified that the TXT record is publicly resolvable using Google DNS:
nslookup -type=TXT _vercel.instafetch.qd.je 8.8.8.8
Result:
"vc-domain-verify=instafetch.qd.je,4548a860cfcb9bfe65da"
I have also verified:
nslookup instafetch.qd.je 8.8.8.8
Result:
Address: 76.76.21.21
So the DNS configuration is working correctly.
The problem is that Vercel is requesting:
_vercel.qd.je
I cannot create this record because I do not control the qd.je parent zone. I only control instafetch.qd.je.
Please check Vercel's Public Suffix List / domain verification handling for qd.je and allow verification using:
_vercel.instafetch.qd.je
or manually verify/claim instafetch.qd.je for my Vercel project.
Project: insta-downloader
Domain: instafetch.qd.je
Thank you.