Replies: 2 comments
-
|
Hey @vicXvac, I'll take care of this next week. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, the module works with Nuxt 4. Install the latest version: npm install @nuxtjs/supabase The module follows Nuxt compatibility flags. If you are using the Nuxt 4 compatibility shims in a Nuxt 3 project (future.compatibilityVersion: 4 in nuxt.config.ts) make sure you are on @nuxtjs/supabase 1.4.0 or later, which adjusted composable resolution for the new app/ directory structure. For a fresh Nuxt 4 project the setup is identical to Nuxt 3: export default defineNuxtConfig({ If you run into a specific error please share it and the version numbers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
is the module compatable with the new nuxt 4
Beta Was this translation helpful? Give feedback.
All reactions