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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@iconify-json/heroicons](https://icon-sets.iconify.design/heroicons/) | [`^1.1.20`...

### Version @nuxtjs/supabase: v0.1.9 nuxt: v3.0.0-rc.1 ### Steps to reproduce create global auth guard like this: ```js export default defineNuxtRouteMiddleware((to) => { const user = useSupabaseUser() if (!(user.value) && to.name...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

It would be nice to make it possible to override the default schema. It's a non-breaking-change. ## Types of changes - [ ] Bug fix (a non-breaking change which fixes...

Been trying to debug this issue for a few days, after I did a upgrade on all the packages. Then now I'm getting reference error, when having built with the...

bug

When trying to login to supabase using useSupabaseClient() using v0.1.14, I'm getting a 404 error: POST http://localhost:3000/api/_supabase/session 404 (Page not found: /api/_supabase/session) It works fine on v 1.1.10. Is there...

question

### Version @nuxtjs/supabase: 0.1.17 nuxt: 3.0.0-rc.4 ### Reproduction Link https://github.com/gregmulvaney/supabase_error ### Steps to reproduce - Fresh Nuxt 3 app generated with Nuxi - Install @nuxtjs/supabase - Add entry to Nuxt...

bug

### Version node: 18.3.0 @nuxtjs/supabase: 0.1.16 nuxt: 3.0.0-rc.3 ### Reproduction Link https://github.com/nulltask/supabase-module-repro ### Steps to reproduce ``` % npm install % npx wrangler publish ``` ### What is Expected? Publish...

bug

### Version @nuxtjs/supabase: v0.1.9 nuxt: v3.0.0-rc.1 ### Steps to reproduce Set up a login form using the just the email to receive a magic link ```js const { session, error...

bug

Hello, I've been trying to get supabase auth working on a Nuxt3 project and always get the "Auth session missing!" message from this line: https://github.com/nuxt-community/supabase-module/blob/6d05b9383bd3c9b039e5f7ca17beba8a50812b2a/src/runtime/server/api/session.ts#L17 I was wondering if I...

question