Closed TechAkayy closed 1 year ago
Not sure if its related, but I found the same error reported here - https://github.com/supabase/supabase/issues/7672#issuecomment-1743861226
Fixed at vuetify-nuxt-module end - https://github.com/userquin/vuetify-nuxt-module/issues/123.
Version
@nuxtjs/supabase: 1.1.3 nuxt: 3.7.4
Reproduction Link
https://github.com/TechAkayy/supa-nuxt-vuetify-tailwindcss
Steps to reproduce
Set up the environment variables
cp .env.example .env
What is Expected?
The app was working fine in ssr mode before adding the module. Simply installing & adding @nuxtjs/supabase to nuxt.config.ts, and setting .evn variables broke the app.
Not working in ssr mode, but works fine with
ssr:false
(toggle in nuxt.config.ts to test)What is actually happening?
Dependencies Info
Dependencies Info
_Run `npx nuxi info` and `pnpm list` (or `npm list`) and provide the output:_ ``` - Operating System: `Darwin` - Node Version: `v18.12.1` - Nuxt Version: `3.7.4` - CLI Version: `3.9.0` - Nitro Version: `2.6.3` - Package Manager: `npm@8.19.2` - Builder: `-` - User Config: `modules` - Runtime Modules: `vuetify-nuxt-module@0.5.14`, `@nuxtjs/supabase@1.1.3` - Build Modules: `-` pg-nuxt-vuetify-tailwindcss@0.0.0 /Users/techakayy/Tests/reproductions/supa-nuxt-vuetify-tailwindcss ├── @mdi/js@7.3.67 ├── @nuxt/eslint-config@0.1.1 ├── @nuxtjs/supabase@1.1.3 ├── @types/node@20.8.4 ├── eslint-config-prettier@8.10.0 ├── eslint@8.51.0 ├── npm-run-all@4.1.5 ├── nuxt@3.7.4 ├── prettier@2.8.8 ├── sass@1.69.2 ├── typescript@5.2.2 ├── vite-plugin-vuetify@1.0.2 ├── vuetify-nuxt-module@0.5.14 └── vuetify@3.3.21 ```