N
Nuxtβ€’3d ago
Hendrik Jan

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?
No description
2 Replies
Single
Singleβ€’3d ago
Try to update your vue as well and remove your node_results + lock file and reinstall using npm i/pnpm i
Hendrik Jan
Hendrik Janβ€’2d ago
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.
Want results from more Discord servers?
Add your server
More Posts
TypeError: Failed to fetch dynamically imported module:Does anyone have any idea why my Nuxt site doesn't work in the Arc browser? I get no errors, it workUnable to upgrade to 3.12.2 using nuxtI'm running a nuxt 3 monorepo using turborepo. All my packages are currently at 3.11.2. When I try tclient side navigation to a server side page will run the authorization middleware in the browserhello all, I'm facing a problem with forcing SSR for a page all the time. From the documentation I fCant interact with Nuxt/Vue eventsIts like site is on static mode or something @click, v-on:click or any event doesn't worksTrigger page-reload on new deploymentsHey everyone, I'm working on a project and need some advice on how to efficiently implement functioTypescript errors after building for productionI'm using nuxt 3.11.2, and things work fine on development but when I try building the application, How to use vscode debugger in vue nuxt 2 project?hi guys When I run the project with the debugger, I'm unable to set breakpoints successfully. This iResponse Body in Error with useFetchπŸ‘‹, I get the following error in an API request (see attachment). Is there a way to get the responIssue with Vite Build Not Including Dependent Components in UMD FormatHello everyone, I'm working on a monorepo with two Nuxt3 applications: `shadcn-components` and `my-How do I upgrade Vue? Is there a command for that or need to manually do npm installHow do I upgrade Vue 3.4.21 to 3.4.31? Is there a command for that or need to maually do npm install