Hello, I am working on helping two separate subdivisions of my organization configure vercel applications on subdomains of our root domain.
Currently we have:
sub-a.our-root-domain.com configured with a vercel account, and have a corresponding TXT record with valuevc-domain-verify=sub-a.our-root-domain.com. It is working properly.
We want to set up a separate sub-b.our-root-domain.com to another vercel account, managed by another team. However, when we go to add this domain, it promps us to verify our root domain instead of this subdomain. It is asking us to create a TXT record with a value vc-domain-verify=our-root-domain.com.
This domain is registered with another Vercel account. Verify DNS ownership to claim it.
Add the following TXT record to your DNS configuration forour-root-domain.com, then click “Verify & Claim” to complete the ownership transfer.
Why is it asking us to verify the root domain instead of the subdomain?
To clarify, I have no problem making a TXT record on _vercel.our-root-domain.com here. But I do not want to validate our entire apex domain and give permissions for it to this account–this account should only operate on the subdomain.
Is there a way to have two separate subdomains verified on two separate vercel accounts, without giving one “ownership” of the apex domain?