When deploying on vercel (free tier), the following is shown if aws S3 env vars are added to the project:
Error:The name of your Environment Variable is reserved. Please choose another name. Learn More
the link pointing to:
https://vercel.com/docs/concepts/limits/overview?query=reserve#reserved-variables
Deployment fails; how can these variables be set?
CodePudding user response:
Simply change var names to something else so they don't clash with those defined on vercel.