tim
tim
NNuxt
Created by tim on 6/12/2024 in #❓・help
Nuxt 3.12.1 Update: Prerender Error with app.use Function
Do you know if there is any issue open for that already?
9 replies
NNuxt
Created by tim on 6/12/2024 in #❓・help
Nuxt 3.12.1 Update: Prerender Error with app.use Function
Oh luckily, I already feared that the configuration should have been more fine-grained and that I had made mistakes that would only stop the startup with the new version, but that reassures me, then it goes back to the old version for now. Thank you very much!
9 replies
NNuxt
Created by tim on 6/12/2024 in #❓・help
Nuxt 3.12.1 Update: Prerender Error with app.use Function
This was the initial (500) error:
message-compiler.mjs:94 Uncaught (in promise) SyntaxError: Need to install with `app.use` function (at message-compiler.mjs:94:19)
at createCompileError (message-compiler.mjs:94:19)
at createI18nError (vue-i18n.mjs:103:12)
at useI18n (vue-i18n.mjs:2325:15)
at setup (app.vue:13:40)
at callWithErrorHandling (runtime-core.esm-bundler.js:195:19)
at setupStatefulComponent (runtime-core.esm-bundler.js:7630:25)
at setupComponent (runtime-core.esm-bundler.js:7591:36)
at mountComponent (runtime-core.esm-bundler.js:5917:7)
at processComponent (runtime-core.esm-bundler.js:5883:9)
at patch (runtime-core.esm-bundler.js:5351:11)
message-compiler.mjs:94 Uncaught (in promise) SyntaxError: Need to install with `app.use` function (at message-compiler.mjs:94:19)
at createCompileError (message-compiler.mjs:94:19)
at createI18nError (vue-i18n.mjs:103:12)
at useI18n (vue-i18n.mjs:2325:15)
at setup (app.vue:13:40)
at callWithErrorHandling (runtime-core.esm-bundler.js:195:19)
at setupStatefulComponent (runtime-core.esm-bundler.js:7630:25)
at setupComponent (runtime-core.esm-bundler.js:7591:36)
at mountComponent (runtime-core.esm-bundler.js:5917:7)
at processComponent (runtime-core.esm-bundler.js:5883:9)
at patch (runtime-core.esm-bundler.js:5351:11)
This is the latest (500) error:
[nuxt] error caught during app initialization TypeError: Cannot destructure property 'url' of 'config' as it is undefined.
at setup (supabase.client.mjs:11:13)
at client.mjs:35:36
at executeAsync (index.mjs:111:19)
at setup (client.mjs:35:36)
at nuxt.js:137:60
at fn (nuxt.js:214:44)
at Object.runWithContext (runtime-core.esm-bundler.js:3980:18)
at callWithNuxt (nuxt.js:220:24)
at nuxt.js:37:41
at EffectScope.run (reactivity.esm-bundler.js:43:16)
[nuxt] error caught during app initialization TypeError: Cannot destructure property 'url' of 'config' as it is undefined.
at setup (supabase.client.mjs:11:13)
at client.mjs:35:36
at executeAsync (index.mjs:111:19)
at setup (client.mjs:35:36)
at nuxt.js:137:60
at fn (nuxt.js:214:44)
at Object.runWithContext (runtime-core.esm-bundler.js:3980:18)
at callWithNuxt (nuxt.js:220:24)
at nuxt.js:37:41
at EffectScope.run (reactivity.esm-bundler.js:43:16)
9 replies