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 issue on Vercel

I deployed my frontend ( React + Vite) and used supabase client btw, after login , when reload the page with F5 keyboard, I can see infinite loading with supabase.getsession() how can I do for this problem?...

Forced reduced size of database that cause Readonly mode issues

Hey Supabase team! 👋 I’m facing a read-only database issue that seems to be caused by an incorrect size limit. Project ref: <PROJECT_REF> Problem:...
No description

LangGraph agent deployment on Supabase

Supabase memory can utilize postgresql and vectorpg for deployment. What should be the correct approach to have the deployed memory for agent and the other tables and auth required ina single supabase project. thanks.

Error with realtime.send function, says it does not exist

Goal: Using Supabase real time according to the docs to broadcast a message to client once a row is updated in a table so client can handle it approriately Problem: I followed these instructions and setup the connection and the trigger like so:...
No description

How can I enable the Realtime extension on a free Supabase project

It seems like the Realtime extension isn’t installed on my database. I’m currently on the free plan — is there a way to enable or request this extension for free projects?...

Error: mismatch between server and client bindings for postgres changes

I am trying to automatically sync database state to state in frontend app. const setupRealtimeSubscription = async () => { const channel = supabase .channel("videos-changes")...
No description

Resend + Supabase

Mismatched URLs can trigger spam filters. in Resend. Is there any way i can prevent that by using a subdomain with supabase? instead of sending supabase url https://hyhgfpusexqulkdkoidp.supabase.co/auth/v1/verify?token=saliohdaihsduiadsa&type=signup&redirect_to=https://yourdomain.com i wanna use ...

Error sending confirmation email on Self Hosted instance

I have a self hosted supabase project, where i am facing the above issue. My logs are showing the following "api","error":"unsupported protocol: "" only postgres hooks and HTTPS functions are supported at the moment", I was not facing these issues locally, so i was thinking, maybe its an issue with my .env setup for docker-compose.yml...

Read only error during claude code session and supabase MCP

Hey guys, I'm using this exact config: { "mcpServers": { "supabase": { "command": "npx",...

pgAdmin 4

I was struggling to connect my Supabase to pgAdmin 4. Did a lot of research and discovered that my Windows system doesn't support IPv6 and that when only IPv4 is available, we should use the session pooler. I found the session pooler portion or section of the connect area on my Supabase dashboard, entered that information into pgAdmin for a new server and it connected fine but only to the default Postgres database, not my database. Note that I just copied and pasted all the values from the session pooler section of the dashboard. So it shouldn't be a typo issue on the user's end. Can anyone figure out what I did wrong?...
No description

Auth Dashboard doesn't show total users

Hey y'all, have had around 2500 new users sign up in the past 24 hours. But the dashboards show a total of 0. I see some errors in the console. Any idea how to fix this or will I have to wait for a bug fix?
No description

Hi Supabase team

Hi Supabase team, I’ve already opened support ticket SU-272141 via email regarding disconnecting my account from GitHub. I would really appreciate your help with unlinking my account, since I need to re-register using my email only. Thanks a lot for your time and support!...

Whenever i try to login using web3 provider i get an error only in prod

Locally everything is working as expected, but once i push it to production, i get ```WWW wants you to sign in with your Solana account:\MMM\n\nLogging into GoDegen.xyz\n\nURI: WWW\nVersion: 1\nIssued At: 2025-10-11T19:19:09. @nuxtjs/supabase 2.0.0 ...

Supabase edge functions REST API

Is there any benefit in creating seperate edge functions when I'm using them as backend for my app that is only used by client? Or maybe I can just create rest edge function and create routing there using hono and make all my operations in single function that will work like rest API?

Best practises for supabase edge functions?

Hi, I have following file tree in my supabase edge functions project: ``` supabase/functions/ ├── aggregation/ │ └── index.ts # Fetches and aggregates project/survey data with responses...

STUCK ON READ ONLY DB ISSUE #readonly

Hey buddies I got stuck in some read only database issues and I am currently on the free plan and I have no issues like storage issues or billing issues etc I have checked almost all of them then why is my project still stuck in read only mode and I am not able to make changes or create anything in my DB so please help me get rid of these issue #readonly #dbissue

Architectural guidance

Hello! I’d like to know where to host assets; Supabase storage or Cloudflare’s R2. I’m hosting the web app on Cloudflare’s Workers, but database and auth on Supabase....

URGENT: Project stuck on “Resizing Project Compute size” for 6+ hours – ID: ojkpunxqwvmznrwsljvg

Hello Supabase team, My project has been stuck on “Resizing Project Compute size” for over 6 hours, and the dashboard is completely frozen — I can’t access any settings or data. Please escalate this issue and manually restart or cancel the resize job as soon as possible....

SMTP Setup

I have a hosted Supabase instance and i am failing to set my SMTP client. I am using Netcup as server. I checked the settings a dozent times and they are also working on local as well of my selfhosted instance - but not on the histed one. The logs are not rly helpful, they just state \"error\":\"535 5.7.8 Error: authentication failed: authentication failure\",\"level\":\"error\" ...

Does any one know a way i can pull the strorage policies and push them to a new project

I have copied the storage tables/ and migrated the storage objects, but the polices are missing, any idea how i can grab those and create them in the new project