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

### Problem Not able to run supabase locally outside of the box after installing the module. ### Describe the solution you'd like Run [supabase init](https://supabase.com/docs/reference/cli/usage#supabase-init) when adding the module Run...

enhancement
Stale

Rate limiting for supabase has been a longstanding feature request for many users using their postgrest client. Nuxt supabase is in a unique position to solve this issue, as it...

enhancement

Hey, now i am getting unauthorized on all server/api routes... Is there a way to except specific ones (event filter method type)?

question

I cannot reproduce it. I already opened a bug about it but got closed. I don't know what to do anymore. Sometimes a user gets logged in with other users...

bug
needs reproduction

Hi, I'm getting this error when running `pnpm install`. It happens locally and on the server as well. Happens on the machine of my colleague as well. I can't upgrade...

bug

### My headache when using Supabase branching and Vercel with this module This module uses `SUPABASE_KEY` and `SUPABASE_SERVICE_KEY`. The issue is that when you enable the Vercel integration on Supabase,...

enhancement

Using latest versions. When navigation directly to a protected page configured in redirect options will show a 500 error. When going to the route with a nuxtlink is working correct....

bug

### Version @nuxtjs/supabase: nuxt: ### Reproduction Link Enabled debug in the clientoption. Now i see this in output= GoTrueClient@3 (2.67.3) 2025-03-06T13:22:32.072Z #__loadSession() end WARN Using the user object as returned...

bug

The docs say the default is for the `types` directory to be in the rootDir, while it is actually expected to be in the sourceDir. While these are often the...

Hi, is there an way to login to a user on the server side without sending the token to the client? Because I have a form for unlogged in user...

question