.env.local not being injected at build(run?) time leading to SSR auth service account error #1580
Unanswered
rublev
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
dont need
Steps to reproduce the bug
make .env.local or .env.dev or whatever, run
pnpm i
, you will get the warning. if you putGOOGLE_APPLICATION_CREDENTIALS
in.env
instead and runpnpm i
you will not get the warning.Expected behavior
dont print "You activated both SSR and auth but you are not providing a service account for the admin SDK."
Actual behavior
"You activated both SSR and auth but you are not providing a service account for the admin SDK."
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions