I am trying to add a wildcard domain (*.sellr.live) to my Vercel project, but it’s not letting me add it. The error says:
"Please move this domain to this team in order to use Vercel nameservers"
However, I only have one team in my Vercel account, so there’s no other team to move it to.
- Go to Project → Settings → Domains → Add Domain
- Enter
*.sellr.live - Get error: "Please move this domain to this team in order to use Vercel nameservers"
- No way to move the domain since there is only one team
- The domain may have been linked to a different Vercel account previously
To verify ownership, I followed Vercel’s suggestion and added this TXT record in Cloudflare:
Type: TXT Name: _vercel.sellr.live Value: vc-domain-verify=sellr.live,c04bab0ca086e6edcefd
pgsql Copy Edit
✅ TXT record is visible in DNS
❌ Still unable to add the domain
- Framework: Next.js
- Hosting: Vercel
- Domain:
sellr.live(wildcard setup required:*.sellr.live) - DNS provider: Cloudflare (not using Vercel nameservers)
- I want to continue using Cloudflare DNS, not switch to Vercel nameservers