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

### Is your feature request related to a problem? Please describe. Currently, the documentation for the Supabase Nuxt module lacks a clear structure, making it difficult for new users to...

enhancement
Stale

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nuxt-og-image](https://nuxtseo.com/og-image) ([source](https://redirect.github.com/nuxt-modules/og-image)) | [`^2.2.6` -> `^3.0.6`](https://renovatebot.com/diffs/npm/nuxt-og-image/2.2.6/3.0.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt-og-image/3.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Version @nuxtjs/supabase: v1.4.1 nuxt: v3.13.2 ### Reproduction Link ### Steps to reproduce Install and use nuxtjs/supabase. Works fine in dev mode. Build with: npm run build Nuxt Build Error:...

bug
Stale

This issue is related to #411 In short, the default supabase types path setting is not working if not explicitly declared in nuxt.config.ts ### Version @nuxtjs/supabase: 1.4.1 nuxt: 3.13.2 ###...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nuxt](https://nuxt.com) ([source](https://redirect.github.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) | [`^3.13.1` -> `^3.13.2`](https://renovatebot.com/diffs/npm/nuxt/3.13.1/3.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nuxt](https://nuxt.com) ([source](https://redirect.github.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) | [`3.12.3` -> `3.12.4`](https://renovatebot.com/diffs/npm/nuxt/3.12.3/3.12.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

## Remove opinionated use of `createError` in favor of direct throw for better error handling ## Types of changes - [ ] Bug fix (a non-breaking change which fixes an...

**When using Nuxt 3 with Supabse I get the following errors in the web app page, within the VS Code terminal and in the VS Code editor.** // VS Code...

bug

Hi, How can i use this with pinia? I tried this code. But this gives errors that it cannot fetch when i try to login. `// stores/auth.js import { defineStore...

question
Stale

### Is your feature request related to a problem? Please describe. While working on #409 I had to create and configure my Supabase database manually. Knowing there is a possibility...

enhancement
Stale