Replies: 2 comments
|
Hey @vicXvac, I'll take care of this next week. |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
is the module compatable with the new nuxt 4
All reactions