supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Supabase module for Nuxt.

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

### Version @nuxtjs/supabase:v1.0.2 nuxt: v3.4.3 ### Reproduction Link No link as I have downgraded the Supabase module down to 0.3.0 as per the tutorial I am following. ### Steps to...

bug

Hello everyone, Using Supabase and Nuxt is smooth as butter thanks to this module. Thanks to all the teams for the wonderful work! 👍🏼 I am trying to implement a...

question

My page is showing elements based on "user" (like 'Sign in' button). Before upgrade to v1 it was working just fine. After upgrading I get 500 error on initial page...

bug

Hi all, I’ve gone all in on Nuxt and Supabase. I’m in the process of porting my existing projects over, but I’m stuck on one key element: **Testing**. I’ve created...

question

When running the demo app locally, you need to fill the `SUPABAS_URL` and `SUPABASE_KEY` env variable in .env file, and create a table named `tasks` in the supabase project, but...

bug

Hi, I try to build files for production by running "npm run build" command . Because I want to send SUPABASE_URL as env variable I don't have an .env file...

question

i update @nuxrt/supabase 1.0.1 it works fine in dev enviroment. but, when it deploy, page dosen't work like this also, i check `nuxt preview` terminal says, like this ``` [nuxt]...

question

I've read through the docs and it's not clear. For some reason, `onAuthStateChange` fires twice! This is problematic because once a user is authenticated, I want to fetch their profile...

question

from https://github.com/nuxt-modules/supabase/blob/main/src/module.ts both referenced issues are closed. this is really a chore. ``` // Transpile @supabase/go-true package only on client side // TODO: Remove when packages fixed with valid ESM...

bug

I have several server middlewares. They are decoupled, so I'm calling `serverSupabaseUser(event)` several times. Is it safe to check `event.context._user`. Since it starts with a `_`, I assume it is...

question