Supabase

S

Supabase

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

Join

Projects paused indefinitely

Both my personal organizations on supabase have projetct that are "pausing" for weeks. I can't do anything because the only menu that appears in every tab is "Project is Pausing". I've tried to contact supabase but got no response. Will I have to create my projects from scratch or is there a way to solve it?

Integrating Frontend with Backend

I built the front end of my platform using Firebase Studio and the backend with Supabase. Is it possible to integrate both? Has anyone done it before? Thanks!

Websocket is broken at

"@supabase/ssr": "^0.7.0", "@supabase/supabase-js": "^2.76.1", I am using sveltekit...
No description

Importing from CSV gets stuck at 33%

Hi! I’m trying to import some data, but the process consistently gets stuck at 33% with no error messages or warnings. I’ve retried several times, and it always stops at the same point. Do you have any idea what might be causing this? I’m only importing 1,183 records, so it should be well within manageable limits....
No description

s3 uploads (but im local?)

I’m developing a ComfyUI cloud workflow hosted on a RunPod Serverless worker. (just think cloud gpu) The worker supports automatic uploads to S3-compatible endpoints. In production, I’ll use a proper cloud bucket, but during development I’m running Supabase locally via supabase start. ...

Updating DB: Edge functions or RPC?

Hi, I wanted to understand what's the best practice for choosing which method to update my database? 1. Update database via edge function using supabase client directly 2. Have the edge function invoke an RPC, passing in the payload to be updated ...

Setting GUCs

Hey guys, Supabase Pro plan here. I'm trying to set some app settings but I keep hitting an error: ERROR: 42501: permission denied to set parameter "app.settings_email_sender_url" ERROR: 42501: permission denied to set parameter "app.settings_email_senderurl"d It seems I don't have the privileges to run ALTER DATABASE … SET app.settings*, so Supabase returns 42501 permission denied. ...

Storage usage mismatch

Hi, I am on a free tier. Yesterday, I saw the exceeded quota notification on the supabase dashboard and noticed that my storage has surpassed the allowed limit of 1 gb. Then I emptied my storage. A day after i.e. today, the quota warning is still there and the storage usage still shows above 1gb. And, today morning I got an email for the grace-period. ...

Supabase table editor internal errors after AI assistant security invoker revert on a view

I made some changes with the supabase AI assistant, and tl;dr is that my users table is working but in the table editor, completely malfunctional. I have a users table, with a public view for the non-private detail that needs to be visible to anon users. I created this view with the following SQL provided below: ...

[RESOLVED - user caused] Signing with magic link is failing - API Gateway returning status code 500

Hello! Our users cannot log in to our application using magic link due to API gateway error. The supabase project is hosted in Sweden, any status or report about this failure? Is it being handled?...

Something went wrong while restoring your project

My team and I done some edits to our tables that had profound negative impact on our structure. It effected our main database, so we decided to restore database to previose saved point. Alas, we got major error and now stuck. Something went wrong while restoring your project Your project's data is intact, but your project is inaccessible due to a restoration failure. Database backups for this project can still be accessed here. Please contact support for assistance....
No description

Failed Restore [Urgent] - SU-283536

On Pro Plan here is my ticket number SU-283536 . I was passed to Infrastructure team but I haven’t gotten any acknowledgment email or anything saying they have received it or any timeline it’s been a few days since I spoke to support. It did mention they are expecting delays but still some acknowledgment that infrastructure team has received my ticket and request would be nice. Thank You for your time and effort. I looked into it and the backup seems to be corrupted maybe syntax errors I was able to have Ai extract a lot of the stuff manually but still it’s tedious work to rebuild the entire database manually....
No description

Project Storage S3 - Management API Support?

Hello 👋 I am considering using Supabase Storage as our main provider for our customers Blob Storage, and it's a good idea to be able to use the S3 Standards. Since we are creating projects programmatically, is there any plan to support : - Create and fetch S3 Key & Secret - Global file size limit increase...

Can’t edit my row in supabase table

Hey everyone 👋 I’m having an issue in Supabase, in the Table Editor, when I click on a row and try to use “Edit Row”, “Delete Row”, or “Copy Row”, none of the buttons work. I’ve already tried refreshing, and logging back in, but the problem still persists. Does anyone know what could be causing this or how to fix it?...

Stuck in Pausing

my project is stuck on this page, it doesnt get paused ever but not reactivate either, what should I do ?
No description

Dont grant permissions to run functions by default

I dont want anyone to be able to run a function by default. I want to manually grant it, since its security sensitive and that should be explicit. So in the beginning of my migrations I have: ```sql alter default privileges in schema api...

Edge function location

Hi, You can set which region using x-region header or FunctionRegion in the SDK. What happens if that region is offline, will it just pick another one or none at all. Can I set multiple, so that if the first fails it uses the second one? Or perhaps a entire continent. We are required to make sure the edge function only runs in the EU, but limiting to one AZ seems not so smart....

User is banned

Hello, We can't access our Supabase account. When we try to log in, we get a message that the account is blocked. I have already sent an email through the support form, but it has been over 12 hours and we have not received any response. Can anyone advise what we can do?...
No description

Log in with Google

Hi everyone! I’m having an issue with the Google login on my page. When users try to sign in, the Google consent screen shows my project ID instead of my Vercel domain. I’ve already configured everything in the Google Cloud consent screen, verified my site, and updated all the url configurations in Supabase but it still doesn’t display the correct domain. ...

Failed to enable PGMQ (Queue Integration) .drop_queue(text) does not exist

I go menu > integrations > explore all > queues > enable pgmq Expected: PGMQ is enabled. Actual: Error toast: Failed to enable pgmq: function pgmq.drop_queue(text) does not exist...
No description