-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Description
vercel.projects.getProjects throws an error ResponseValidationFailed
In the latestDeployments array some oidcTokenClaims miss the plan key.
Error logs
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"projects",
7,
"latestDeployments",
0,
"oidcTokenClaims",
"plan"
],
"message": "Required"
}
]
Env
❯ npx envinfo --system --binaries --npmPackages @vercel/sdk
System:
OS: macOS 26.0.1
CPU: (14) arm64 Apple M4 Pro
Memory: 136.33 MB / 24.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.21.0 - /Users/pnodet/.local/state/fnm_multishells/29501_1762520312072/bin/node
npm: 10.9.4 - /Users/pnodet/.local/state/fnm_multishells/29501_1762520312072/bin/npm
bun: 1.3.1 - /etc/profiles/per-user/pnodet/bin/bun
Deno: 2.2.12 - /etc/profiles/per-user/pnodet/bin/deno
npmPackages:
@vercel/sdk: 1.17.0 => 1.17.0
Metadata
Metadata
Assignees
Labels
No labels