supabase
supabase copied to clipboard
Supabase module for Nuxt.
### 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...
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...
Hey, now i am getting unauthorized on all server/api routes... Is there a way to except specific ones (event filter method type)?
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...
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...
### 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,...
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....
### 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...
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...