Supabase

S

Supabase

Join the community to ask questions about Supabase and get answers from other members.

Join

pgTap unit tests after implementing Custom Claims & Role-based Access Control (RBAC)

Hi Folks After implementing Custom Claims & Role-based Access Control (RBAC) following https://supabase.com/docs/guides/database/postgres/custom-claims-and-role-based-access-control-rbac I found this guide easy to follow and following this pattern suits my requirements....

any way to compare search parameters on RLS?

hi, fast question... any way to compare search parameters on rls? like: ```js...

I self hosted using docker after upgrade supabase/postgres from 17.4.1.054 to 17.4.1.072 got error.

Is Anyone facing this? PostgreSQL Database directory appears to contain a database; Skipping initialization cat: /etc/postgresql-custom/pgsodium_root.key: Permission denied 2025-08-09 23:30:38.589 UTC [1] FATAL: invalid secret key...

MCP can't modify name of table?

``` ● Update Todos ⎿ ☐ Rename 'application' table to 'applications' ☐ Rename 'note' table to 'notes' ...

ERROR DELET PROJECT

ERROR DELET PROJECT, HELP-ME
No description

SvelteKit SSR auth example bug?

Hi, Reading through the example src/routes/layout.ts for cookie-based auth for SvelteKit and SSR at https://supabase.com/docs/guides/auth/server-side/sveltekit, the code in the following section doesn't seem to match the comment / appears to be wrong...? ```ts /**...

Migrating to new asymmetric keys (signing_keys) on local environment.

Hi all, I am working on the local version of my project before deploying it to production. I would like to enable the new asymmetric token signing/verification on my local instance, now that this PR is merged: https://github.com/supabase/cli/pull/3841 ...

Row RLS: What am I doing wrong here?

Hello folks. I have enabled RLS on my products table. The Products table has a column titled "serveruid". I have another table titled userservers which contains user_ids along with the serveruids they belong to....
No description

Cancel email change request?

I'm trying to figure a way to allowing the user to cancel their email change request. I do have a function that updates these values: ``` set email_change = null,...

edge function no longer works

hello everyone, my edge function has stopped working mysteriously and im having alot of trouble trying to get it back up and running, the edge function is a vital piece of my software and wont work without it, please if anyone is knowledable id appreciate any help!

Cancelling statement due to statemtn timeout

i am experiencing an issue where a query to a table is timing out and I am not sure why. the query is ``` const { data: cameras, error } = await supabase...

Failed to fetch errors

Hi there! I’m running a Next.js app on Vercel using @supabase/ssr for authentication. We’ve registered 40+ users without any issues, but one registrant consistently gets a failed to fetch error when trying to log in — even in Incognito mode. Details:...

Apple SignIn on non-apple platforms getting 503 error

Sometimes, but very frequently, when trying to use the OAuth Apple SignIn I get this: 503 Service Temporarily Unavailable on domain appleid.apple.com/auth Some minutes later it just works and some minutes later I get 503 error again. Is this an apple issue?...

invalid api key

🚨 Auth Failure in Production (401 "Invalid API Key") – Need Help Hi team, I'm running into a critical authentication failure with Supabase on my production deployment (Netlify). Hoping someone can help or escalate: 🔍 Problem Summary...

Error Edge Functoins

I get the following error: Entrypoint path does not exist - /tmp/user_fn_ofmmnwuobekwneblkcdv_76afd757-9a1a-4964-a0cc-f5163c726acc_1/source/index.ts It happens when I try to deploy my edge function, do you know what the reason would be? code:...

Kotlin 1.9.24 + Supabase: gotrue imports not resolving despite dependencies being found

Hey Kotlin devs! 👋 Could really use some help with version compatibility I've been working on my Android app called "Forager" and just spent the last few hours in dependency version hell trying to upgrade to Supabase 3.x. I'm hoping someone here has been through this pain and can save me from more hair-pulling! 😅 What I'm trying to do: Build a cool location-based app with auth, but I'm completely stuck on getting Supabase working with modern Kotlin versions. My current setup:...

Transfer Supabase project from work to personal account

Is there any way to transfer the ownership of a project to a different account? I have selected my personal account as an owner, but I still cannot see the content of the tables. Thank you

upstream connect error or disconnect/reset before headers. retried and the latest reset reason: remo

Hello, I created a Nextjs application that uses Supabase for Authentication. I am facing the issue that when i try to login with google or linkedin i face this error "upstream connect error or disconnect/reset before headers. retried and the latest reset reason: remote connection failure, transport failure reason: delayed connect error: 111" anyone had this issue before ? any help is welcome...
No description

How to regenerate individual service_role key?

Current situation I need to rotate my service_role key, but the individual "Regenerate" button is no longer available in the Legacy API Keys section. I can see the key but there's no regenerate option. I'm currently using this key in Edge Functions. Questions 1. Is it still possible to regenerate just the service_role key individually?...

Anonymous Sign in not working flutter

This is the error I keep getting:
flutter: AuthRetryableFetchException(message: {"code":"unexpected_failure","message":"Database error creating anonymous user"}, statusCode: 500)
flutter: AuthRetryableFetchException(message: {"code":"unexpected_failure","message":"Database error creating anonymous user"}, statusCode: 500)
...