Supabase

S

Supabase

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

Join

pg vector 0.8.0 cost bug preventing HNSW search. Can we please get system upgrade to 0.8.1 urgently

HNSW search indices will not be used as artificially high cost is being ascribed to search functions Need version change quickly, have also sent support ticket if filter by this issue. Production system now non functional, urgent...

Calls to Supabase Data API calls are indefinitely hung without error

Database shared pooler logs show "DbHandler: Connection failed {:error, :econnrefused} " messages. We're unable to make Supabase data API calls from any of our servers. Any suggestions for troubleshooting the issue?...

SignatureDoesNotMatch trying to access SB S3, using authenticated users session token

I'm trying to access SB S3 via an authenticaed users session token, using the approach outlined here: https://supabase.com/docs/guides/storage/s3/authentication#session-token I've verified that I can upload to a specific bucket using a normal accesskey/secret - but I'd prefer to use the users own credentials (JWT) instead of embedding secrets into the browser side. However; I am seeing a SignatureDoesNotMatch being thrown. In the logs:...

RLS insert still failing for anon role even with correct policy

I’m trying to submit a booking form from my frontend to a Supabase table bookings with RLS enabled. I’ve created the following policy: ```sql CREATE POLICY "allow_anonymous_insert_bookings" ON public.bookings...

Project is coming up - stuck for ~5 hours / no reply from support

My project paused due to inactivity. I quickly went back to the dashboard and re-enabled it while I was OOO. I thought that was enough. I am back in the office doing work on my app and my dashboard shows "Project is coming up" for the past ~5 hours. I can access Project Settings, but cannot access table editor or sql editor as "setting up project" just keeps spinning. ...

good application security testing companies

Please suggest a few good security scan companies that can help startups with vulnerability checks including SAST, SCA, DAST, IaC, CSPM, secrets detection, API security, malware scanning, and more. here is the tech stack of our apps. Can you Please provide a few trusted companies for scanning for various security vulnerabilities and fixing.
React 18.3.1 - Core UI framework TypeScript 5.5.3 - Vite 5.4.1 -...

supabase link command SSL connection error

Running supabase link is throwing an error for 2 out of 3 of my projects, sometimes one of them works, but one of them is always the same error. Any ideas? Thanks!
failed to connect to postgres: failed to connect to `host=aws-0-us-east-1.pooler.supabase.com user=cli_login_postgres.[REDACTED] database=postgres`: server error (FATAL: SSL connection is required (SQLSTATE XX000))
failed to connect to postgres: failed to connect to `host=aws-0-us-east-1.pooler.supabase.com user=cli_login_postgres.[REDACTED] database=postgres`: server error (FATAL: SSL connection is required (SQLSTATE XX000))
...

Auth error: "relation audit_logs does not exist" - blocking all new user signups

Description: I'm trying to allow users to sign up for my application (both email/password and Google OAuth), but every signup attempt is failing with a database error. What's going wrong: All user creation attempts fail with this error:...

Can't read tables with service role

I was developing a full blown API via edge functions locally, everything worked smoothly. I may have over engineered the function code, but i see no reason why it works locally but fails remotely. Details: im using the latest supabase-js (2.54) both locally and remotely. ...

PGRST200

Hi, I have a bigger problem with this error. I've already tried various ways to fix it with SQL. Different codes, re-adding, but nothing helps. I'm out of ideas, and I've been sitting here for days fighting with policies. ERROR Error fetching group members: {"code": "PGRST200", "details": "Searched for a foreign key relationship between 'expense_group_members' and 'user_id' in the schema 'public', but no matches were found.", "hint": null, "message": "Could not find a relationship between 'expense_group_members' and 'user_id' in the schema cache"} ERROR Error fetching expenses: {"code": "PGRST200", "details": "Searched for a foreign key relationship between 'group_expenses' and 'payer_id' in the schema 'public', but no matches were found.", "hint": null, "message": "Could not find a relationship between 'group_expenses' and 'payer_id' in the schema cache"} ...

python realtime silent timeout issue

I have a long-running, asynchronous Python service (using asyncio) that runs inside a Docker container. Its primary job is to listen for database changes. Implementation: My implementation follows this pattern: ...

Bucket upload getting RLS error

Hello, I am currently trying to upload an image to my bucket from my flutter app. I setup a RLS policy as per documentation like attached. My code is calling: supabaseClient.storage...
No description

Supabase Local Setup

I've set it up using digital ocena https://marketplace.digitalocean.com/apps/supabase and entered the domain name and my email address. When I go to my domain I'm brought to a login sign in pop up. What do i enter?

Are there known issues at the moment with the storage service? It's running extremely slow for me

POST /storage/v1/object/list/private keeps timing out for me Trying to figure out if the problem is inside my application or within supabase....

Error: cannot find parent statement on pldbgapi2 call stack

I have this error when running long running statements with a lot of function calls. I see that it comes from https://github.com/okbob/plpgsql_check/blob/master/src/pldbgapi2.c#L1151. I dont have plpgsql_check installed on my supabase. What gives?

GMAIL, FB AUTH

I have a question, I created the login auth pass with Gmail and Facebook for my website but on iOS and Android devices the access does not work, that is, it opens the Gmail and Facebook login tab correctly but when I enter with my account on iOS and Android it keeps loading in a loop with an authorization link, it is not until I remove that access verification link and put the one for my app that it allows me to see everything, does anyone know why this might be due to something, if I should ena...
No description

Trouble with signInWithPassword in Supabase Auth — No response after call

Hi everyone, I’m having an issue with Supabase Auth in my Ionic/React app. I’m trying to log in a user using the supabase.auth.signInWithPassword method, but it seems like the function call doesn’t return or log anything after it is called. Here’s what I’m seeing:...

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