QUIRREL_BASE_URL not specified but it is #1114
Answered
by
Skn0tt
KarloDerEchte
asked this question in
Q&A
-
|
In my .env file the Quirrel Base URL var is set but when i try running quirrel ci it gives the following error: .env file: I am currently using NextJS 13.0.5 with the Quirrel Version 1.13.1 |
Beta Was this translation helpful? Give feedback.
Answered by
Skn0tt
Dec 27, 2022
Replies: 2 comments
-
|
Quirrel does not read your |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KarloDerEchte
-
|
Thank you very much, it works now. |
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
Quirrel does not read your
.envfile by default. You can use a tool like https://www.npmjs.com/package/dotenv-cli to load your.envfile into the environment variables.