-
I was trying to deploy to vercel and I have my build command set to the following
I am getting the following error
I should have the correct env variables set. Any clue on why that's happening? |
Beta Was this translation helpful? Give feedback.
Answered by
Skn0tt
Mar 10, 2021
Replies: 1 comment 12 replies
-
Quirrel relies on the environment variables Did you change something with these variables? |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
Skn0tt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quirrel relies on the environment variables
CI
,VERCEL
(if available) andNODE_ENV
to figure out the endpoint it should talk against (seesrc/client/config.ts
).Did you change something with these variables?