Error "currentRenderingInstance is null" since upgrade of Nuxt
Since I upgraded Nuxt to version (from
"^3.11.2"
to "^3.12.2"
) I get the error "currentRenderingInstance is null".
I'm now struggeling with this for a couple of days π¦
So far I am not able to create a reproduction to show.
See the screenshot for a bit more of the error.
Does anyone have a guess where this error comes from?2 Replies
Try to update your vue as well and remove your node_results + lock file and reinstall using npm i/pnpm i
Unfortunately I've already tried all those options.
Also tried to delete the .nuxt folder, nothing fixes my problem yet :-(.
I still didn't find a solution, but it seems to be centered around nuxt/i18n and our Docker setup.
A bit more info: the error only happens the first time after the nodejs server is reloaded. I've set ssr:false so it's not a hydration problem. Als the problem is only in dev mode, not when building.