S
Supabase
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
JoinS
Supabase
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
JoinWhy does Supabase say I'm exceeding my database size of 0.5GB?
All my public databases add up to 5MB and my auth tables add up to 5MB, so where does the other 502MB come from? Any advice on what I should look for?
Storage RLS Help
Hi folks,
Uploading file to storage is failing even tho the rls should pass, i wrote queries to test and they call pass. 
Here are the policies:
for INSERT:...
getClaims in supabase ssr
Hi, I am trying to make it so my middleware in NextJs does not make a database call every time to provide better UX, I tried using getClaims but seems like it does not refresh the access token with supabase ssr?
Anyone has a solution, should I refresh token with my own logic when trying to access data I check the token is fresh, etc?...
Open redirect concern
Hey! I'm implementing OAuth for Github following your guide found here:
https://supabase.com/docs/guides/auth/social-login/auth-github
I noticed that the auth callback flow has an open redirect here:
...
return NextResponse.redirect(`https://${forwardedHost}${next}`)
return NextResponse.redirect(`https://${forwardedHost}${next}`)
Realtime Tenant Issues
Hi,
I’m trying to get Realtime working on a self-hosted Supabase setup. I deployed Supabase using the Dokploy template, but we’ve already customized a lot of things. So far, I haven’t been able to make Realtime work.
I’ll share part of our configuration below....
[URGENT] supabase queue + cron
Hi I’m building an app that needs to process analysis for multiple users. I want to use Supabase Queues + Cron to handle this efficiently.
[A] Here’s my setup:
1. I have an Edge Function that processes analysis for a single user (takes ~30s max due to OpenAI calls)...
Supabase, Proxy & Next.js 16
Is the official guide with middleware.ts still the best practice in next.js 16 with proxy.ts instead?
Analytics Buckets
Hi, does anyone know any more details about Supabase Analytics Buckets? Has there been any progress since the announcement? I'm currently using TimescaleDB and waiting for the public beta so I can migrate.
How to stop local running edge functions?
I started my local edge functions via Supabase CLI command 
supabase functions serve.
Is there a CLI command to stop them other than CTRL+C or similar?...Failed to deploy supabase edge to supabase server
I got this error status now when i tried to deploy my edge function to supabase, which didn't happen previously in my dev server for around 3 months ago
unexpected deploy status 400: {"message":"Entrypoint path does not exist - /tmp/user_fn_ugjuqqjhzmlqvspxryco_e8c9ac47-8e88-4c7c-bddb-eb9aea61b6a3_1/source/supabase/functions/push/index.ts"}...
GitHub + Branching deployments dont start
since monday no deployments via branching are working. i asked the support (Pro plan) and the only answer i get is can you check it again it SHOULD be fixed. but there is nothing changed so far. he does not looked into our project and this in my oppinion bad answer took about 2.5 days. i answered the email and no response since 1 day. we cant deploy urgent fixes to our Applikation! Who can resolve this problem fast? We need to think about to migrate the DB to another provider now. Help pls.

Follow-up on SU-282346 — project still inaccessible
Hi, I have ticket SU-282346 related to a “restoration failure” project. It’s been a few days — could someone from infra please check its status?
Strange cloudflare error I've never seen before.
For some reason literally every request I send to supabase is suddently returning a weird 520 error from cloudflare.  Cannot figure this out. Its been setting me back 3 days now at this point. Worked just fine a couple days ago. cant figure out if its a problem with my code or supabase itself.
Best way to store images linked to the DB
I'm trying to model a profile with an profile picture. Would the best way to do this be to store the profile picture in a bucket, and save that url in the table to access it?
How long it will take to revive a project?
Have you any idea how long it takes to set up a project that has been stuck in this status for over two weeks? I just wanted to test a possible solution for a project using the free plan. The project was automatically stopped due to inactivity (after about 10 days or so), and now it has been blocked for more than two weeks.
The official response, “Free plans receive no guaranteed support response. We do our best to respond quickly to outage-related issues, but please note that tickets from paid plans are prioritized” , doesn’t sound great at all, especially when you’re not using the free plan for anything commercial.
My question is: how reliable can such a service be if free plans are stopped so quickly? And at the same time, how are you supposed to be convinced to pay for a service when you see this kind of behavior?...
Error viewing tables on projects created through OAUTH
Hey! So I seem to not be able to view tables on projects created Oauth, I have an application where we want users to be able to integrate supabase for backend and manage their project using Oauth, i can create vault secrets, and create projects and everything seems to work fine, and I can apply migrations for users as well, but when I go into my test project to see what the migrations have done I cant seem to view the tables? Thanks!

The upgrade to pro plan
Will I have to pay 25 dollars every month even when my usage is not up to that amount every month please I need an explanation so I can  understand. 
Thank You...
Best practices: everything in edge functions or the usual supabase-js query client?
I have a hard time deciding if i should jsut go with the usual way of querying supabase, or put everything in an edge function including external apis like stripe, plaid, etc. What is the best practice for this these days?
restoration failed
After some inactivity, my project powered down. I tried to restore it but it failed. I have a pro membership and got a mail about them working on it, but i kinda need our active member names for Friday. Does the team have access to the raw file, and possibly send it to me. Restoring the database on supabase might take longer, and thats fine, but i really need the info onsidering the backups failed.
