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

Context: #62 Since realtime-js seems not even used by server bundle, we shall remove it by aliasing to `runtime/mock/proxy-cjs` mock.

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action | major | `v2.4.0` -> `v3.0.0` | ---...

My Supabase API calls stop working after the very first one. It will work as expected the first time, but any subsequent calls after that don't work. Try catch block...

bug

It seems like things stop working if you tab away or come back to the page moments later. Ive tried this both with retrieving from the Supabase db and auth...

bug

Hi all, I posted this in the community discord: https://discord.com/channels/473401852243869706/1195677539088212008 Wondering if anyone could take a look and provide advice. I am experiencing a lot of instability in the auth...

question

Here's the current docs on the confirm option: So the confirm option should: 1. Match the redirectTo param in the signup function (okay, then do we NEED both?) 2. Should...

question

### Version @nuxtjs/supabase: ^1.0.2 nuxt: ^3.7.1 ### Reproduction Link https://github.com/bart/test-supabase ### Steps to reproduce 1. Add SUPABASE_URL and SUPABASE_KEY to your .env file 2. `npm run dev` 3. `localhost:3000` should...

bug

Hello i have the same of this guy [https://stackoverflow.com/questions/75671811/supabase-google-auth-integration-with-capacitor-react-for-ios](https://stackoverflow.com/questions/75671811/supabase-google-auth-integration-with-capacitor-react-for-ios) When i try to signin with google on the browser i don't have any problem, but when i try on mobile,...

question

Hello I'm not sure what I'm doing wrong because this setup worked on another project a bit ago but onAuthStateChange does not fire besides the initial session event. I believe...

question

Hi there, When logging in using OTP (`const { error } = await client.auth.signInWithOtp({ email: email.value });`) after clicking on the magic link received in my mailbox, the session is...

bug