Missing verification token on domain
Unanswered
Birman posted this in #help-forum
BirmanOP
const vercelDomainVerifyEndpoint =${process.env.VERCEL_URL}/v10/projects/${process.env.VERCEL_PROJECT_ID}/domains/${domain}/verify?teamId=${process.env.VERCEL_TEAM_ID}
i am using this endpoint to fetch if the domain is verified. Now the domain is not verified be it always returns verified response
{ "name": "www.mydomain.co", "apexName": "mydomain.co", "projectId": "my_project_id", "redirect": null, "redirectStatusCode": null, "gitBranch": "dev", "updatedAt": 1693222689806, "createdAt": 1693222689806, "verified": true }Environment Description
OS: Mac OS
ENV: Local
PRO Team subscription