500 - Cannot read properties of null (reading 'ce')
Cannot read properties of null (reading 'ce')
TypeError: Cannot read properties of null (reading 'ce') at renderSlot (http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=f91594e6:3049:32) at Proxy.<anonymous>
(http://localhost:3000/_nuxt/layouts/LayoutAuth.vue:87:23) at Proxy.<anonymous>
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/vuetify/lib/components/VGrid/VCol.js?v=f91594e6:125:23) at renderComponentRoot
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:6611:16) at hydrateSubTree
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5381:32) at ReactiveEffect.componentUpdateFn [as fn]
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5406:13) at ReactiveEffect.run
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js?v=0684b873:207:19) at setupRenderEffect
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5551:5) at mountComponent
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5325:7) at hydrateNode
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:1843:11)
I happened to stumble into this error while updating my nuxt version. This error occurs only on the first run.
I am using vuetify(3.10.2) with nuxt(3.19.2);
What I have tried;
1. update slot for fallback incase of ssr related issues
2. update components.
3. update nuxt to 3.20.2
4. dedupe
5. use <ClientOnly>
Yet, nothing is worling. I am stuck here, please help.
TypeError: Cannot read properties of null (reading 'ce') at renderSlot (http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=f91594e6:3049:32) at Proxy.<anonymous>
(http://localhost:3000/_nuxt/layouts/LayoutAuth.vue:87:23) at Proxy.<anonymous>
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/vuetify/lib/components/VGrid/VCol.js?v=f91594e6:125:23) at renderComponentRoot
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:6611:16) at hydrateSubTree
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5381:32) at ReactiveEffect.componentUpdateFn [as fn]
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5406:13) at ReactiveEffect.run
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js?v=0684b873:207:19) at setupRenderEffect
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5551:5) at mountComponent
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:5325:7) at hydrateNode
(http://localhost:3000/_nuxt/@fs/var/www/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js?v=0684b873:1843:11)
I happened to stumble into this error while updating my nuxt version. This error occurs only on the first run.
I am using vuetify(3.10.2) with nuxt(3.19.2);
What I have tried;
1. update slot for fallback incase of ssr related issues
2. update components.
3. update nuxt to 3.20.2
4. dedupe
5. use <ClientOnly>
Yet, nothing is worling. I am stuck here, please help.

nuxt3