vercel.projects.getProjectDomain doesn't return verification Array
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 160
- Forks
- 42
- Avg merge
- 19h 36m
- Merged PRs (30d)
- 16
Description
When i try to call vercel.projects.getProjectDomain i don't get the verification array. I need this array, but i'm not getting it, i'm getting 200 OK response like this:
{
"domain": "share5.mohanned.ly",
"status": {
"name": "share5.mohanned.ly",
"apexName": "mohanned.ly",
"projectId": "prj_P135dFyr3qK4348aDz8FdBlvjRab",
"redirect": null,
"redirectStatusCode": null,
"gitBranch": null,
"customEnvironmentId": null,
"updatedAt": 1751187503066,
"createdAt": 1751187503066,
"verified": true
}
}
Why am I expecting a Verification Array?
Cause it's mentioned in the documentation:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the TypeScript implementation of vercel.projects.getProjectDomain and compare its returned shape with the Vercel API documentation shown in the issue. Confirm where the verification array is omitted and identify the relevant tests or response types; done means the SDK exposes the documented verification array for this call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100