Too long environment variable
You can add up to 100 environment variables. Environment variable names cannot be more than 40 characters long, and they must start with a letter and only contain letters numbers, and underscores. Environment variable values cannot be larger than 8KB.I use (and need)
process.env.NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL in my project. Unfortunately, it exceeds the limit of characters by 1, at 41... Any way to work around it? Maybe increase a little bit the limit? The variable is set automatically by Vercel, so I can't shorten it.