Supabase

S

Supabase

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

Join

im having a issue where my supabase server will not sync with lovable.

supabase is lagging on my end and it is causing me not to be able to log into my website on lovable. can you help fix this
No description

looking for help with supabase security

So basically my whole backend is supabase. I dont know much about supabase and how its secured. all my scripts are in edge functions, and I dont have any rls or whatever on my tables. does this mean its secure or are there security checks I should still check for since I store passwords hashed with bcrypt ofcourse and other data like users emails surname name...

Lovable x Supabase Integration — Upload of images

Hi! I'm having issues with my lovable projects integrated with Supabase that require memory storage for images. For example, I have a blog built and it has banners in its blog posts, but these banners aren't loading in the admin or in the public version of the project, as if there's some storage/field/filling error....
No description

Database went inactive - how to get it back?

I'm on the free tier so I never received a response from support, so here we are. I had a db that went inactive from non use but I'd like to reactivate and get the data of course. Can anyone show me how?

How to fully clone main branch to staging

Hi there, I've just bought the branching and created a staging branch. I would like to bring everything that is currently on main to staging (also triggers, hook, rls and so on). Searching in the docs I did not find the solution, is there anyone who can help?...

Building problems with Angular SSR and Supabase

Guys I'm deploying over netlify but I'm getting issues at building time my provider, environment file coming from ng g environements ```ts import { InjectionToken, makeEnvironmentProviders } from '@angular/core';...

Help, edge function

Every time I upload an edge function to supabase and if something is wrong, it deletes all the other files and only leaves index.ts, but that only happens when I deploy from the web.

Supabase Authorization failed - when connecting to n8n

I have busabase and n8n running on a local machine within docker compose files, both containers can communicate with eachother, they are on the correct bridge, and I have the correct host, but it always says my credentials are incorrect. I checked the .env file and it is 100% correct, is there a known bug about this? I don't see any reason why it would give an authentication error. Any help would be much appreciated.

Create a new Row Level Security policy throwing SQL Error

Hi all my attempts to add new RLS policies tonight have resulted in this error. When I try from the Postgres editor I get a timeout error too. My database has other RLS Policies, and the database isn't very large (monitors all look fine). Is this a bug on the Supabase side? Or do you have other tips? Screenshot attached. Thanks!
No description

Issues logging back In

I have been unable to access my Supabase account for the past day, when i try to sign in via my usual method (GitHub) the page just loads endlessly and then I get a session time out error. Could someone please help me with this?...

there is no post about getting react native ios + google signin work

i watched all videos , blogs whatever , reract native google sign in gives back id token but it won't get saved to supabase table, no triggers etc , all the questions related to this here ended in nowhere

Enabled realtime on table. How to grab change in version control

Pretty much like i said i enabled realtime on one of my tables, and when i did npx supabase db diff -f subscribe_to_jobs it said there were no changes. I need a way to have it in my version control

New API Keys for local dev

When running supabase locally, i cant find a local version of the new pub key and secret key. Am i supposed to use my production keys locally?

Views and RLS?

Hi all, I'm seeing "Unrestricted" on all of my views materialized and otherwise, they don't show up in the policy editor. I did lock them down and it still says unrestricted. Is this just a feature thing where it doesn't support views yet?

Having trouble importing Supabase on Swift

So I just added the supabase package to my ios app, but XC can't find the import, and when I type it out manually it says it doesn't exist, even though it highlights my SupabaseClient declaration when imported. Any idea what my issue is? I'm on 2.5.1, not sure what my swift version is but it's probably not relevant....
No description

URGENT: Site is down, errors say "permission issues" but I can't figure out why.

I also can't "supabase link" to my staging db to try and fix 2025/08/11 13:11:37 PG Recv: {"Type":"ErrorResponse","Severity":"FATAL","SeverityUnlocalized":"FATAL","Code":"XX000","Message":"Authentication error, reason: "Authentication query failed: %DBConnection.ConnectionError{message: \"connection not available and request was dropped from queue after 10000ms. This means requests are coming in and your connection pool cannot serve them fast enough. You can address this by:\\n\\n 1. Ensuring your database is available and that you can connect to it\\n 2. Tracking down slow queries and making sure they are running fast enough\\n 3. Increasing the pool_size (although this increases resource consumption)\\n 4. Allowing requests to wait longer by increasing :queue_target and :queue_interval\\n\\nSee DBConnection.start_link/2 for more information\\n\", severity: :error, reason: :queue_timeout}"","Detail":"","Hint":"","Position":0,"InternalPosition":0,"InternalQuery":"","Where":"","SchemaName":"","TableName":"","ColumnName":"","DataTypeName":"","ConstraintName":"","File":"","Line":0,"Routine":"","UnknownFields":null} panic: io: read/write on closed pipe...

Error while uploading image to storage bucket

I have a storage bucket, where I could upload and read images. With the help of supabase AI, created an edge function to generate a thumbnail image whenever an image is uploaded. And a webook (I think in the database functions) to trigger the edge function. After that I couldn't upload files and getting this error. Error uploading image: {"code": "DatabaseError", "error": "DatabaseError", "message": "insert into "objects" ("bucket_id", "metadata", "name", "owner", "owner_id", "user_metadata", "version") values ($1, DEFAULT, $2, $3, $4, DEFAULT, $5) - record "new" has no field "mime_type"", "statusCode": "500"} Any help is appreciated....

Python get_claims support

Hi guys, I was reading the new docs about the new asymmetric signing, and saw the new method getClaims which allows you to verify the jwt locally without an extra request to the auth server. Unfortunately I cant find this method in the Python library and was really hoping it would be there. Any reason why its only for Javascript and any tips on what i can do instead? Thanks

SQL Server Wrapper

Hi, I can’t set up the SQL Server Wrapper in Supabase per the docs. The remote server port is open, and the same connection string works from other PCs, but Supabase always shows an error—even with a two-record test table. { "event_message": "Connection timed out (os error 110)",...