Supabase

S

Supabase

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

Join

Login ERROR

Hello, I've been unable to log into my account for three days. I'm getting this error. What should I do?
No description

Migration

Hi team! I’m a Pro Plan user and have been waiting for several days for a response to my ticket (SU-24163) about database migration between two Supabase projects (same owner). This is blocking our production launch and I haven’t received any updates yet. Could someone from the team please check the status or escalate this?...

Expo redirect for reset password flow

I consider myself decently good at setting this kind of stuff up. But I can't figure this out. I'm unable to get the redirect to work correctly in the reset password flow. The redirect is always http://localhost:3000 in the email. I have set up every combination of redirect i can think of - attached inthe image. The redirect is created using makeRedirectUri from expo-auth-session though I have also tried Linking.createURL from expo-linking and they create the same url. Are there any other steps I'm missing?...
No description

Cron jobs not executing after DB reset

We have 2 projects running, one development and one prod. I have my cron jobs running in development and they fire consitently. However, when i duplicate them to production they dont fire. Not even a simple test case, suchas :
[{"idx":2,"jobid":3,"schedule":"* * * * *","command":"SELECT 'test executed at ' || NOW();","nodename":"localhost","nodeport":5432,"database":"postgres","username":"postgres","active":true,"jobname":null}]
[{"idx":2,"jobid":3,"schedule":"* * * * *","command":"SELECT 'test executed at ' || NOW();","nodename":"localhost","nodeport":5432,"database":"postgres","username":"postgres","active":true,"jobname":null}]
...

Hello, how can I know what my email address is for my account linked to an specific project?

My proyect in Lovable has been paused and I can not remeber which email address I linked to that account. I didn't find anything in my gmail or my apple passwords apps, even though I've tried with every email address I have.

dns issue/ssl issue

i am having issue with my project https://edtaoaplntwsnblzckvq.supabase.co/ not able to reach this My production system is down unable to send the otp customer are not able to login into our platofmr...

Lovable

Hello, how are you? How can I contact customer service to recover my account data?
No description

How to stop users from sharing accounts

Any solution in supabase to stop users from sharing their accounts? Many users are selling their accounts and 1 account is being used by 10 users

Cant Login

I tried login again using githjub, but its forever loading, and I cant access my account any more
No description

Why cant I edit my own tables in sql editor

ERROR: 42501: must be owner of table objects ERROR: 42501: must be owner of table objects...

Failed to restore project, now entire project is down

I tried to restore the project to its last version, suddenly I get this message and everything is down. I already sent a support ticket and its been like this for 8 hours, I have paying users, I could lose money from this. I need urgent help to get it back up OR at least give me an option to download a backup, I can't afford to have any more downtime!...
No description

My database somehow network banned all my server and local IPs!

I raised the ticket but is there anything I can do to fix that?

How access env variable in edge function (self hosted) ?

Well I guess we are supposed to add .env in /functions/.env but even doing it, env var only contain : ``` SB_EXECUTION_ID: ..., HOSTNAME: ..., JWT_SECRET: ...,...

Session time out, can't sign into account

hi, I can't sign into my account. it keeps saying my session has timed out, and when I try to sign in with GitHub, it infinitely loads. I also can't chat with support on platform because I can't get into my account....

Login issue the supabase

I’m almost done with my MVP, but I’m running into issues with both login options: Google SSO – I attempted to set up authentication via Google, but it isn’t working. Email registration – I want users to be able to register with their email address, verify it, and then gain access. However, this also isn’t working, and I’m not sure what I might be doing wrong....
No description

RLS accidentally enabled on auth.users — can't disable

Hi, I’m working on my project and somehow Row Level Security (RLS) got enabled on the auth.users table. Since this table is locked, I can’t disable RLS or create any policies, and now all signups fail with "Database error saving new user". im new to supabase so i dont know what to do honestly thanks in advance!!...

not sure how to use new api secret key

hey folks i disabled the legacy api keys and created the new api keys, so now i have a publishable key and a secret key named default. but i was a little confused about using the secret key, as it doesn't appear to have a reserved name like the old service role key did. in my local .env file i created a new variable SB_SECRET_KEY and set it equal to the secret API key copied from the supabase dashboard. then i set this new secret using the command line, so now i see it in the edge function secrets. but this didn't feel like the right way to use it - it seems like i just created a new edge function secret. or is that really what we're supposed to do? i did the same for the publishable key, that is i made a new edge function secret SB_PUBLISHABLE_KEY thanks!...

Hook requires authorization token

I think it is not relevant but just for context I am setting up password-less auth using magic links in my project. I have a custom auth hook in my local running instance for sending emails. I am getting this following error:...

Combined View for logs is not there

The feature was announced in july, I am pro for a month or so but I still don't have it. What am I missing?
No description

Getting authenticator@postgres error permission denied

I’ve been stuck on this for 3 days now, please any comments will be useful. So basically I am using supabase auth and once a user signs up or logs in there is a custom access token that gets the tenant id and user id from my db and attaches it to the jwt app_metadata. When trying to access my tables (rls disabled) i get the failed to load 400 bad request. In the supabase logs i get authenticator@postgres error permission denied. From my understanding the authenticator should be switched to anon or authenticated I am on supabase cli...