Danny Vogel
ohash error eferenceError: Cannot access 'defaults' before initialization
missed this message though I responded in the github issue too. I was unable to reproduce it on stackblitz as im not sure what specific conditions are needed for it to trigger. maybe @Frox can share a bit about his implementation to see if we can find some commonalities.
Saw you committed a fix, hope that does it! Thanks
40 replies
ohash error eferenceError: Cannot access 'defaults' before initialization
hi @Frox I had the same issue. I created an issue in the nuxt repo (maybe should have gone to nitro repo) https://github.com/nuxt/nuxt/issues/31222.
Essentially I just ended up reverting to older versions to keep things working with this:
40 replies
Missing environmental variable causing infinite errors
@kapa.ai I use runtime config and all variables are set to empty strings. The values are loaded through the .env file in local development and via the dockerfile when deployed. I won't be setting fallback/default values.
I suppose a plugin that checks all envs are loaded could work.
9 replies
Issue: Initial page load flash before hydration
Took me way too long to find but what finally seems to have resolved it is disabling all third party scripts (cookie yes, recaptcha, google analytics and helpshift). Now to figure out which one exactly caused the issue but for now im super relieved to have found it!
16 replies