Bypass cooldown period
DB is down, can't scale up for another several hours due to cool-down. Is there a way to bypass the cooldown so I can get back in
Supabase + Google Auth + Calendar and Meet Access
Hello everyone, I need to use google authentication provider to get access to user calendar and meet, on google and microsft. How can I acheive this? I know we can use clerk for this but is it also possible with Supabase? How can we acheive this?
Python API: Migrating to JWT Signing Keys
Right now, my web client passes the logged in user's JWT to my Python backend, and my backend uses the JWT secret to decode the key. How can I migrate this to the new JWT Signing keys? I haven't seen any documentation about it.
```
decoded_payload = jwt.decode(
token,
ENV.supabase.jwt_secret,...
Supabase JS sometimes type safe, sometimes not?
take this setup:
```
import type { Database} from './supabaseDef';
const supabase = createClient<Database>('https://secret.supabase.co', 'sb_publishable_secret')
const { data, error } = await supabase.from('myTable').select().order("id", { ascending: false })...
Connect Supabase to Netlify
Hello,
I am trying to connect Supabase to Netlify but it does not work despite the fact :
- I connected Netlify to the good projects
- I set up the environment variables
- I allowed the connexion on Supabase...
504 error when using supabase auth
Getting 504 error when trying to confirm email with supabase auth. I'm able to signup a user anon, but trying to get the email confirmation setup in order to more securely sign in users. I'm using deep link but right now I can't even get the email to send without a 504 error. I'm attempting to test this on my iOS simulator, since I don't believe I can test this locally in Expo Go. Very stuck right now any assistance is appreciated!
I've tried changing the site url to com.supabase, and my url link to practicepro:// (which is what my console.logs show is the correct URL), and it made no difference
Disabled RLS policies as well and no difference either...
Working example for `linkIdentity`
Hey guys,
to understand this topic better, please read this one here first - https://discord.com/channels/839993398554656828/1405967662479310849 - I've been having some issues to link two email accounts to one user but the docs are quite simple - https://supabase.com/docs/guides/auth/auth-identity-linking#manual-linking-beta - to this matter and I'm stuck on this for the last two weeks, I tried several things already and still no luck at all... does anyone have a real working example to help to solve this part?
TL;DR - user purchased subscription on payment gateway using
user@providerA.com
and user logs in using github account with email user@anotherprovider.com
and I need to "link" these two accounts to one but i've been failing on this....Get URL from image in bucket and paste it in a table
Hi, I have a bucket where I am uploading images, I have a table as well. The images name is the same as in the table, the only difference is the .png that it automacally gets from the format on the bucket.
What do I need? I need to run something that generates the URL from the bucket and fills out the cell in the table that corresponds to image_url, it obviously has to match the name of the image with the name on the table.
the bucket where i need to get the url from is called 'catching' and the table where the url needs to go is 'catching_chart_images' column 'image_url'...

Run edge functions in specific location
Hi,
Is it possible to make my edge function run in a specific region. Since all my users and db are always in that region. I know it's supposed to always run there in that case. But sometimes I see a invokation from another region....
Possible to have more than one Clerk Integration?
I'm using the 3rd party auth to connect Clerk and my database. I have our main production Clerk app connected, as well as a separate Clerk instance that connects to our supporting dashboard. I didn't see any warnings or errors about having two Clerk integrations -- do they natively know how to not conflict?
Thanks!...
Unable to login except once
I have been trying to figure out why I cannot login to Supabase. I was only able to do it one through Vercel. I have tried multiple AI too to integrate, all the login methods (email, GitHub) and even tried creating multiple new accounts. All failed.
The only answer I have heard for other experiencing login issues was to turn off/on their wifi. I am not on Wifi (ethernet) and I have reset my entire network trying to get it to work. I tried other forums I could find with no luck. I went on Reddit
to ask and my post was thumbs down and deleted just after it was posted.
Most of the AI coding tools are setup to integrate with Supabase, but I am dead in the water if I cannot even login....
backup
Need Help with Backing Up and Restoring Local Supabase Storage Files (File Backend) to Avoid Missing xattrs
Hi! I'm self-hosting Supabase (Docker,
storage-api:v1.23.0
, file backend) and can't restore local storage files to staging without losing xattrs, causing ENODATA
errors when accessing images in Studio.
Setup:...Erro saying colum don't exist
Good morning everyone, does anyone know why Supabase is saying that the column doesn’t exist even though it does? I don’t understand why this is happening.
Thanks....

How do you create multiple users for Supabase Studio?
There seems to be no option to create multiple users.
Moving to another user
Hi all - a bit complicated unfortunately.
I had setup Supabase with a work email address as I was testing Loveable and Supabase for a proect.
I had also setup a personal project on the same account which I now need to move over to my personal account....
Postgis extension with Prisma migration
Hey Guys I have completely empty new DB. When I try to migrate init it causes error...
This is about postgis extension but I do not know how to fix it...
Any ideas? ...

Inactivity
Why does my databases go inactive after like just a few days? and now you cant restore it anymore to the same database. its gonna be annoying switching logins everytime it does this in my projects....
number of rows limit in a single table
Is there any limit on numbers of rows to store in a single table?
Can’t create Vercel connection — “Your account does not have the necessary privileges”
Hi folks,
I’m trying to link a Supabase project to an existing Vercel project from Supabase! But I receive this error:
Please, SOS....
