amondnet / amondnet/vercel-action
Deployment Error: The total size of all Environment Variables (7.12KB) exceeds 4KB
Open
Type: Bug
- Dominant language
- TypeScript
- Stars
- 765
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
I'm getting this error during deployment.
```
Error! The total size of all Environment Variables (7.12KB) exceeds 4KB.
Learn More: https://vercel.com/docs/v2/platform/limits#environment-variables
Error: The process '/opt/hostedtoolcache/node/12.20.1/x64/bin/npx' failed with exit code 1
```
I have two branches, namely - dev and main and they point to staging and prod domains respectively. The staging is working fine, but the prod throwing this error. I have absolutely no environment variables defined in the Vercel project, I have double-checked that.
Contributor guide
Assessment
This issue has not been assessed yet.