Private ENV Variables in Production on Vercel #2439
Unanswered
almaraz333
asked this question in
Help
Replies: 1 comment
-
I'm having the exact same problem right now. Local environment variables work fine, but not on Vercel. This is my current configuration for production: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if anyone has been able to use private env variables with Vercel? I am able to get them working locally but not with Vercel for some reason.
I did some research and found this thread (Shopify/hydrogen#985) but did not get an answer.
Additionally, I was curious what the recommended way to use env variables in api routes is? I'm trying to include the admin api key in a call.
Any help would be appreciated, thank you!
Beta Was this translation helpful? Give feedback.
All reactions