-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: can't access property "__FIREBASE_DEFAULTS__", process.env is undefined #6662
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Which release has this closed issue? Or is it not released yet? |
Poking around the repo, it looks like it hasn't been released yet. Seems like some semi-automated process will ship out |
We will release this week, we are aiming for tomorrow to try to get this out quicker (releases are normally on Thursday) but it's not guaranteed. |
I just hit this issue after upgrading to |
The fix has been released in 9.12.0. |
Just wanted to let you know this fixed the issue I had in a nuxt3 app. Thank you👍🏼 |
This still breaks SSR. |
Describe your environment
util
Describe the problem
Steps to reproduce:
process
is defined, butprocess.env
isn't, like Nuxt 3 in the browser.The text was updated successfully, but these errors were encountered: