supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Supabase module for Nuxt.

Results 128 supabase issues
Sort by recently updated
recently updated
newest added

Sorry, noob here. I've tried to get this to work over the past few days and just keep running into issues. Any help would be greatly appreciated. Seems to not...

question

Is there another header I need to provide in order for serverSupabaseClient to find a session? I have the following server middleware: ``` import { serverSupabaseClient } from '#supabase/server' export...

question

### Version @nuxtjs/supabase: 0.3.5 nuxt: 3.4.2 ### Reproduction Link https://github.com/ArthurDanjou/artdanj-website-v2 and [live demo here](https://dev.arthurdanjou.fr/) ### Steps to reproduce Just deploy your application to vercel ### What is actually happening? I...

bug

### Is your feature request related to a problem? Please describe. I am implementing an Ionic app using @nuxtjs/ionic. I'd like to use Supabase as my API, but that means...

enhancement

Hi, I'm having typescript error saying that cannot find module in "#supabase/server" even tho everything works fine, it's just that error. Tried in VS Code, Nvim and got same error....

bug

I have this issue just right after setting up supabase with the tutorial https://supabase.nuxtjs.org/get-started ### Version @nuxtjs/supabase: 0.3.6 nuxt: 3.0.0-rc.11 ### Reproduction Link https://github.com/soixantecircuits/avatar ### Steps to reproduce README file...

bug

### Version @nuxtjs/supabase: 0.3.6 nuxt: 3.5.2 VSC: 1.79.0 - Insiders ### Current Behavior When attempting to import the module #supabase/server in my nuxt3 project server-side, I encounter the following error...

bug

### Version "@nuxtjs/supabase": "^0.3.5", "nuxt": "^3.4.3", ### Reproduction Link ### Steps to reproduce I'm getting this error, it's not doing auto refresh. It checks the refres_token value and matches the...

bug

Hello guys. i have deployed site on netlify https://nuxt-ts.netlify.app/login. when i`m trying logIn with GitHub, it redirect me to localhost with access and refresh token. How to solve this problem?

question

### Version @nuxtjs/supabase: 0.3.0 nuxt: 3.0.0 ### Reproduction Link _login.vue_ ``` Email address Password Sign in definePageMeta({ layout: 'none' }); const client = useSupabaseAuthClient(); const user = useSupabaseUser(); const formData...

bug