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 + Google Cloud SQL foreign data wrapper

Hey guys! I am a lead engineer at a startup, currently looking in new technologies to build the new version of our app. - The question: Has anyone ever used a foreign data table between Supabase and Google Cloud SQL? - The need: Our current infra runs on GCP SQL using postgres. We want to maybe move to supabase for our new app, but we need to read some data from our old infra that has to be maintained for at least a while....

Can't delete or disable cron job

This is the message: Failed to toggle database cron job: Job 5 does not exist or you don't own it But I still can see it and list it through queries...

Admin operation with user key

I have some internally managed users in my app. I need to do a backend operation on my python server for these users while they are not around and I need to do it as the user and not from my service key. Is there a way to use my service key to get a jwt from the user and make a client with it (in python)? Can i get a magic link from the sdk and exchange that for a token?

Emails-SMTP setting

This might sound strange and that I must be mistaken but I can assure you it’s true… I initially set up my customer sender email with the wrong password. Whenever I try to change and save the new password the system reverts back to the wrong password everything I refresh the page. ...

Hey team, is there any resource where I can dive into the overall architecture of Supabase?

It would be really helpful if there’s a high-level or low-level design (HLD/LLD) of the repo that explains the overall flow and architecture. Something like an architecture diagram or breakdown of core modules would make it easier to understand how everything fits together.

Branching did not copy existing schema

This is the error in the newly branched logs I got. And my new branch is baisically an empty schema and it did not copied the schema from my main branch. ```2025/09/18 15:31:14 INFO Cloning git repo... git_ref=develop 2025/09/18 15:31:16 INFO Pulling migrations from database... host=[2406:da18:243:7404:5ccc:ef81:dc80:6e7a]:5432 2025/09/18 15:31:18 INFO Pulling migrations from database... host=[2406:da18:243:7402:c4f0:7f5:d499:9d24]:5432...
No description

Can't re-login using Github

Hello, I'm trying to login to our supabase dashboard and my Github session has expired apparently. I get a constant loading trying to redirect to GH to approve login. I have my HAR file but feels unsafe to share here. Tried to open a support ticket but have to be logged in for that.

Can't go back to the Dashboard after upgrading

I have just upgraded the database, and now this page won't let me go back to the dashboard. It's being like this for around 30 minutes; I have tried cleaning site data, logout and login, other browsers, and still it won't work. I need urgent help, my users are not able to use the app b/c it's overloaded and I need one read replica....

Supabase Helm

How can I scale db?

Token has expired or is invalid

I can't seem able to log in using Supabase Auth. I'm getting Token has expired or is invalid, nothing has changed client side. Can anyone help?
No description

I'm having trouble with my Horizons website.I can't log in to any account.

Horizons says the problem is that the emails aren't verified—but they were working normally, and now no one can log in. How do I fix this?...

Supabase database returned no results.

I recently implemented "Sign in with Apple" in my Swift iOS app. A few days ago I started implemented storing and retrieving some data in Supabase database. Back then I was able to successfully retrieve rows. Today everything changed:...

SupaBase email AUTH using Brevo

Is there and end to end diagram/document that describes the flow for transactional emails for signup, Password reset etc. ? I following both sets of documentation but things are not working, specfically currently Brevo verification is not showing any logs and just spinning.....

Handling multiple sessions across devices

How multiple devices is generally handled? I expect my users to login in three devices at once (iPhone, iPad and Web). That said, the Pro function (enforce a single session per user) would not work here. On top of that, I really need to prevent abuse from my users, as there cannot be unlimited active sessions.

Why I keep stuck at Login in using Supabase Auth

I'm currently developing a mobile app Expo React Native with Supabase integration I just don't understand, no matter how many tries I modify the code logic, this problem is unsolvable... I able to get the JWT token and auth at Supabase but... Every TIME during the first try of the App, whenever I try to login is always stuck forever there... All my logs mention everything was succesfull, I able to sign in with Supabase but why the hell it keeps stuck at Logging in?? Here's the log:...
No description

How to export data from an external server to Supabase

Im trying to export data from an external server into Supabase. The external server is asking for -Server -Login ...

Setting up a dev/staging/production

I have now been trying to setup diffrent branches on supabase and each time i get a error that something went wrongin the process. when i try to create a branch and dont copy the data across then i am left with a half baked coppy and alot of functions and tables missing. Is there any better way to do this? I am using the website to create the branches

Trying to understand relationships in supabase

Hey I am trying to set up a few tables for my database, and add data. It is for a workout api... and I am creating the following tables: ...

Create a Real Time Dashboard

I want to create a real time dashboard such that when a manager uploads a circular, the employees should be able to see it in real time, without refreshing the screen. How to do it using Supabase? I will be using NextJS.