Supabase

S

Supabase

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

Join

Need help setting up GoDaddy Microsoft 365 SMTP (Upstream Error)

Hey everyone 👋 I'm trying to set up email sending using Microsoft 365 (GoDaddy-hosted), but I keep getting an “upstream error” when trying to send via SMTP. my goal is set up the smtp with my godaddy email anyone encountered it? how can i solve it?...

Security Advisor (upgrading database)

In the "Security Advisort" I have a warning saying that I should upgrade my database to apply important updates. But when I go to view settings, it tells me that there's an extension "pgjwt" that's not supported on the new version. Now this was my first project, and I don't know a lick of SQL so if someone can help me figure out if i can disable this safely or whether anything of importance is using it, that would be great....

Failed to create bucket: missing tenant confing

Hello people! I’m trying to create new storage bucket for my project, for images, but when I try to create it’s showing me error Failed to create bucket: Missing tenant config for tenant ** Even when I open my Storage, it’s showing me: Failed to fetch buckets...

Table data lost after project restore from paused state (Free Tier)

Table data lost after project restore from paused state (Free Tier) Hey everyone đź‘‹ I had my Supabase project on the free tier, and it was automatically paused due to inactivity. ...

Wrong email is sent. Magic login link indeed Email change adress confirmation

I don't know why, before it worked, but now no, i didn't touch anything. I use resend for the smtp server. Do you guys have this issue also ? Otherwise do you have advice ?...

Select returning empty array on project but query works on supabase site

Updating, creating, and deleting work only select returns an empty array. I've tried the exact query on the Supabase site itself, and it works, returning the right number of rows. However, on the Node.js server, it doesn't. I have disabled RLS, enabled RLS, added a policy, and yet the problem persists.

Where do I find the OTP exipiry?

Hi, your girl has ZERO coding experience and Lovable is telling me to change the OTP expiry time in Supabase... WHERE? If you could help that would be very appreciated!...

login in prod redirects to localhost

Guys im making next js supbase app in which i have added google login and github login - both works in localhost - but on production when i sign in with google and choose my email, i get redirected to localhost http://localhost:3000/?code=68b36d61-fa1d-4e42-bffa-ea8539ece0c2 my site - https://svg-from-img.vercel.app/login...
No description

Restore failed - Production down for days

Hey community, We're facing a critical incident with our production project (pro plan) and are looking for advice on the best path forward. What's happening:...

INVITATION ERROR

hi in my project i cant invite anybody like if the user try to a registration he cant...
No description

Alternative to pgjwt on PostgreSQL 17?

Hi all, I’m upgrading to PostgreSQL 17 and noticed pgjwt isn’t available on it. I used it to sign/verify JWTs (HS256) inside the DB for a specific use case. What’s the recommended approach now to replace pgjwt ?

Supabase MCP authentication not triggering in Claude Code (Cursor)

Hi, I'm trying to set up Supabase MCP with the Claude Code extension in Cursor IDE but the automatic authentication flow isn't working. What I've done: 1/ Added this to .claude.json:...

Renamed Table, broke edge function

I had a working edge function called by a trigger which then updated the table that called it. I renamed the table that was making the call, and then repointed the edge function back to that same table in the JS. But it's somehow attached to the original table name. The original table name was ios_apps. That's been renamed to ios_app_lookups. I've scoured every piece of code in my system and there's no remaining reference to ios_apps. But the edge function won't stop looking for it. I get this error every time: "message":"relation "public.ios_apps" does not exist"...
No description

RLS policy blocking Insert from Debug

Would anyone know why this is happening? " Error submitting review: PostgrestException(message: new row violates row-level security policy for table "reviews", code: 42501, details: , hint: null) " ...

Paddle x Supabase - Data Manipulation

I've setup the paddle integration via the wrapper, I can see the three tables in my Supabase, however I'm trying to create a function & trigger in order to extract data from the jsonb payload that paddle passes into its 'paddle.subscription' table. I have run into countless errors trying to do this a variety of ways... what is the recommended method for this, and should this work?

Compose-Auth: Sign in with Google on iOS

Hello all, I've recently implemented Apple and Google sign in providers. The Apple sign in provider is working fine on iOS. And the Google sign in provider is working fine on Android. The question is, can I make the Google sign in work on iOS? It keeps failing to the fallback. This is the code: ...

Not able to merge dev branch to main?

I am not able to merge the dev branch to the main one. there is this "migrations: coming up" which shows up and never ends. anyone knows why?...
No description

Sending Emails via supabase

Im currently implementing whitelabel option for my saas. Should I just switch from sending emails via supabase and just implement it on my backend or is there an option to send it from some general email like crm@asduyaisud.com or its bad practice?...