Supabase

S

Supabase

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

Join

Supabase MCP server for self hosted version when?

When can we see finally see some kind of release that would be done for the self hosted community? It's insane how you onboard via AI/vibe coding, but fail to mention that you are gate keeping the MCP server and there is nothing on the market that has the same functionality that can be used for the self hosted version. Tried google's toolbox, but the experience is pathetic on it. "The MCP execute_sql tool appears to only support SELECT queries and basic DML (INSERT/UPDATE/DELETE), not DDL state...

How to Disable Supabase Magic Link and Only Use OTP (One-Time Password) AuthenticationI am working

I am working on disabling the Magic Link feature in Supabase to utilize only OTP (One-Time Password) authentication. For testing purposes, I have tried the following: Disabled the Magic Link setting. Ensured the Magic Link template/tab is empty. [ for random test , didn't work ] Despite these steps, I am still unable to achieve the desired configuration. ...

Increase Supabase CRON Timeout

Hi, I'm seeing Supabase CRON Runs have error: ``` ERROR: Operation timed out after 5002 milliseconds with 0 bytes received...

Error installing the Queues Integration

Report: "pgmq extension enablement fails with 'function pgmq.drop_queue(text) does not exist' error during CREATE EXTENSION"
Reference: gdvdgqlbldxmpaehaesg (WT-Fin-Tech, us-east-2) ...

Dedicated Pooler only showing 1 connection

We're running a FastAPI app on Cloud Run that scales horizontally, so we want to use the dedicated pooler instead of having to maintain pools in app, per container with AsyncPg. We have the pro plan and a micro instance on Dev. I changed my env to 6543 on local to check if it works as expected, but my DB connections count increases, but dedicated pooler client connections has been 1 forever. I even made 1000 requests to my App in over 2mins, with several DB operations, but it stayed 1....
No description

Linter redundant index check

Hi, Does the supabase linter check if a index is never used and then say its redundant. Or does it also check indexes that were used but another index could have worked just has well since it contained it. This way I know if i should still be checking manually or not. Because the second senario is quite common...

DATABASE_URL env variable not found

Not sure whether this is a supabase or prisma or .env question, but this is where I got stuck: schema.prisma has been created and i'm doing a npx prisma db push terminal command but got the error ---- ...

PostgREST Infinite Recursion on Constraint after removing constraint

We had a bad constraint on a table causing infinite recursion. We've verified that the table can now be queried directly with the same query without issues after removing that constraint. However after removing the constraint, PostgREST requests are still returning infinite recursion detected in policy for relation \"users\". We've ran NOTIFY pgrst, 'reload schema' to try and clear the issue but it persists. Anyone have any idea? At this point the only constraints on the impacted table are just foreign key relationships. But even simple selects by the primary key of the table are returning this behavior. Super strange....

Help, my assets are disappearing

Hi, I’m having an issue with my assets. After some time, the assets still appear visible in Supabase Studio (I can see them listed in the bucket), but when I try to open the connected URL, I get a 404 Not Found error. In short: • The asset still shows up in Supabase Studio. • The public URL that used to work now returns a 404....
No description

Will this RLS policy be slow?

``` alter policy "Authenticated users can comment on followed/owned blogs" on "public"."post_comments" to authenticated with check (...

How do I reset a view in the table editor in studio

When I use the table editor in self-hosted studio I am able to move the columns around into the order that I want. Is there a way to reset the column order to the table default order without having to move each column back individually? I just can't seem to find an option to do this?

How to est traffic, bandwith and expenses?

Before scaling and stuff I have a lot of things to take care of. Today's topic: I've had quite a few customers tell me they would like to consume a bit more than the avg user. Normal customer scheduled around 30 reels per month and around 20 people said they'd like to schedule 60-100 thousand each. Are there any tools available to measure the costs for this sort of things, I'm sure it will put stress on the server, supabase etc but How do I even price such a thing, what estimates do I need to account for?...

Documentation for Managed Supabase Integration (Like Lovable Cloud)

Hey Supabase team 👋 — we’re currently using Supabase with the traditional anon key approach, but we’re exploring a managed integration model similar to how Lovable Cloud uses Supabase under the hood (where the platform handles provisioning, auth, and database setup seamlessly for users). Is there any documentation or guide available on how to implement something like that — basically running Supabase as a managed backend within our own cloud environment, without exposing anon keys directly?...

Deploy a new replica? How to do it properly

Hello, we have strange situation. Our primary DB is in Central EU (Frankfurt). I had many instance already where this location outaged and we're out for multiple hours or even days. And even our dev env hosted in Sweden don't have any problems. Because of these reasons, I want to deploy a new replica. Should I know something before I move and create new replica? - Will it switch automatically and won’t just stall? - Will there be a system to manage the data and rewrite it back to the main db when it comes back online?...

Duplicate database

How to duplicate a database?

supabase auth signin with Apple incomplete

The documentation on supabase auth to sign in with Apple is incomplete. The process is not easy, creating a developer account, getting a certificate, using a ruby script to obtain the Supabase JWT token. The documentation should be improved.

supabase functions deploy and deno.json

I have created an Edge function with a deno.json file following the documentation but when I use supabase functions deploy it does not work, deno.json is not deployed. I need a reliable way to sync Edge functions. It is a known issue ? Did I do something wrong ? Has the cli been updated since ?...

supabase login multiple accounts

I have two supabase accounts and I need to sync them sometimes. I have installed supabase cli on wsl and did supabase login for the first account. I have installed supabase cli on wsl and did supabase login for the sedonc account....

Project deleted - all tables lost ?

I made a big mistake by deleting a project where i thought i didn' had anything important but i didn't remembered my n8n scenarios where inside. I deleted the project last sunday. Is there a way to recover the tables ? or it's completely lost. The account was free. Thanks a lot for your help

Registration issue

While registering a new email on my website, it sends the confirmation email but the email is not being verified and redirecting back to the register page.