Vercel server environment variables not pulling in
I am currently using using T3 Env for type safe environment variables however on vercel it seems that the server environment variables aren't pulling in for some reason. it builds fine in locally and builds fine using the Vercel CLI using
vercel pull
and vercel build
.
I have checked that my environment variables are correct in my settings and they are and are set for the right environments.
This is the error I see:
the repo can be found here: https://github.com/jacobsamo/Mixie/tree/HOT-FIX-typescript-env-errors
also logged on vercel discussions: https://github.com/orgs/vercel/discussions/7311Env
Never build your apps with invalid environment variables again. Validate and transform your environment with the full power of Zod.
GitHub
GitHub - jacobsamo/Mixie at HOT-FIX-typescript-env-errors
Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes. - GitHub - jacobsamo/Mixie at HOT-F...
GitHub
Vercel Server environment variables not pulling into project · verc...
Page to Investigate https://github.com/t3-oss/t3-env Steps to Reproduce I am currently using using T3 Env for type safe environment variables however on vercel it seems that the server environment ...
0 Replies