Vercel build-time environment variables

Hey everyone, how can I set build-time environment variables on Vercel during deployements? It’s causing my builds to fail for no reason. I’m certain that it’s the cause, cause next build will run correctly locally with the env variables but will crash without them. Thanks in advance for any answers

Hi @aa55h, welcome to the Vercel Community!

The Environment variables in Vercel are available both at the build time and the runtime. You can set these variables by following our Managing environment variables docs.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.