Supabase

S

Supabase

Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.

Join

where to raise PR if the Issue is linked to other repo in the supabase

i am trying to work on this issue https://github.com/supabase/supabase/issues/39394 which on investigation i found is related to this repo https://github.com/supabase/auth how should i raise a file a new issue and link existing issue to that or raise a PR than link that

ERROR: 0A000: extension "supabase_storage" is not available

I’m unable to upload files to Storage. Running SQL commands results in: ERROR: extension "supabase_storage" is not available DETAIL: Could not open extension control file "/usr/lib/postgresql/share/postgresql/extension/supabase_storage.control": No such file or directory. ...

edge functions cpu time exceeded

i'm uploading a file to an s3 bucket... i can't do it.

new row violates row-level security policy for table "credit_transactions"

I have been encountering issues with the RLS policy of supabase. My production environment has been reporting this error in vercel. The Policies in my relevant table are as follows. SUPABASE_SERVICE_ROLE_KEY is also correctly configured and loaded, and has been debugged according to different schemes. The result was still the same error.
No description

Disable access to any requests using service_role based on IP

This would be sick if possible, is it possible I can disable access to the service_role API key based on whichever IP sends a request? That way I can only limit to my VPS?

Database is unhealthy for 24 hours in APAC region

A ticket was created but no response yet,What is the cause?
No description

pg_dump: error

stefan@MacBookPro own-expo-supabase-starter % supabase migrations list
Initialising login role... Connecting to remote database... ...

Issue While uploading to bucket - Is return data changed?

Seems like the response after uploading a file to the storage bucket has changed. When we upload a file to the bucket in Supabase, it will return an UploadResponse This has a "path", which was like this: folder/file ...

new projects - PostgREST unhealthy

Hey All, new Supabase user here. I created a new project and it immediately showed “postgREST is unhealthy” in the dashboard. Auth is healthy but the REST admin ready endpoint keeps returning 503. No tables or Edge Functions added (fresh project). Relevant logs (IDs + UTC times): 66d30d16-ed89-4c30-ae36-bb808693c184 — 2025-10-12T18:03:03Z — HEAD /rest-admin/v1/ready — 503...

Update date field with supabase's instance date

Hey! does it possible to update date field in table to be like NOW()? example: ```js const userId = ......

libpq

How do i send requests in c++ using libpq but behaving as if i were X user using his JWT?
No description

Did you struggle with RLS?

I’m working on a solution to make the rules much more transparent, for beginners and AI-agents alike. Would like to get feedback while it’s still in the design phase. Who’s up for a conversation?...

How can I use Self-Hosted MCP in the latest studio repository?

Hello everyone. I'm looking through the Supabase repository and I actually found that there is Supabase self-hosted MCP code and API endpoint, but since there's no documentation, I have no idea how to use it. Does anybody know how to use it?
No description

Can’t grant column-level SELECT privileges in Supabase Postgres

Hi I’m trying to give the anon role access to only a few columns in my bookings table. Here’s what I tried: ```GRANT SELECT (employee_id, start_ts, end_ts, status) ON bookings TO anon; But when I check with:...

Persistent PGRST301 error on a TEXT primary key and I'm completely stumped.

Hey everyone! I'm running into a persistent PGRST301 error on a TEXT primary key and I'm completely stumped. I've been debugging this for a while and have tried everything I can think of, including a full project restart The Goal: I'm using Clerk for auth with the recommended webhook integration. An Edge Function creates a user in my public.profiles table, where the id is the Clerk User ID When my client-side app queries the profiles table, it consistently fails....

auth migration

Hi it seems the auth part of my project is down a migration kept failing I've submitted multiple support tickets and no one is able to help Please can someone help fix this as its blocking users from using the app and is broken....
No description

i can't sort authentication users by created_at why?

i used to be able to see all users ordered by when they were created in ascending order. over the last 3 days this is no longer the case. any way i could fix the sorting? Do I have to search across all columns?...
No description

Problem on my project

My project is show this problem, what I should do?
No description

Migration issue on pgmq with branching?

I am facing this weird issue on migration. We use branching and when I create a pr the migration check is failing on supabase. This migration file is already run though and passed other branches but failed for main branch.
No description

Self Host Database Setting Connection pooling configuration keep loading after update image

I am update the image from supabase/studio:2025.06.30-sha-6f5982d to the latest, including others service. I thought that the api is return 404 for this issue. Do I miss anything need to add during update?...
No description