Supabase

S

Supabase

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

Join

Error connecting to Realtime after updating local version

I started getting this error today after updating my local development version of supabase: {:error, %FunctionClauseError{module: Enum, function: :\"-map/2-lists^map/1-1-\", arity: 2, kind: nil, args: nil, clauses: nil}}. Is it possible to revert the realtime version so I can try an older version that was working?

How do I add for a cron?

I've added the auth header but it doesn't seem to make the cron work (I still get 401s) do I need to change the token?...
No description

Rate Limiting Edge Functions

Hi, I'm looking for some advice on Rate Limiting my Edge Functions. I've set up Upstash via https://supabase.com/docs/guides/functions/examples/rate-limiting however I'm thinking that just puts the problem onto Upstash? Is there something I'm missing? How have others managed to rate limit their EF or is this not something you've actually needed?

500 error when creating anonymous user (signInAnonymously)

Hey everyone šŸ‘‹ I’m hitting this error whenever I call supabase.auth.signInAnonymously(): AuthApiError: Database error creating anonymous user ...

šŸ‘‰ Email template not working with custom SMTP server (links not clickable in Gmail)

Hey everyone, I could really use some help with my SMTP setup and email templates. I’m using my own SMTP server from Hostinger, and I’ve already configured everything correctly under Authentication → SMTP Settings in Supabase. The emails are being sent successfully — I receive them in Gmail with no problem. However, there’s a critical issue:...

Hackers cleared database

I am a free user, I was wondering if table are recoverable at all? Happened less that 12 hours ago. Thanks

Pausing My Project Stuck

I attempted to pause my project on Supabase, but it has been spinning for over 15 minutes and hasn’t completed. I’ve refreshed the dashboard and nothing changes.

ipv4 Addresss

Hi Supabase team, I enabled Dedicated IPv4 add-on but can't find the IPv4 address. My project only resolves to IPv6. Where can I find the IPv4?...

Project KBG stuck in PAUSING — please manually resume/complete

Hi Supabase team — my project KBG (ref: **) is stuck in PAUSING. The dashboard shows ā€œPausing projectā€ indefinitely and does not complete. API response from dashboard showing "status":"PAUSING". (pasted below) ...

Supabase + Natively (How?)

Hey everyone! I'm creating an app on Natively and have installed Supabase. - When creating a new project, I don't know what to choose. I've created everything on Natively (structure...), and now I want to use Supabase to fill in the data in the right place... - Do I definitely need GitHub for this? ...

Branches and prebuild for edge functions deploy

Hey, I'm configuring Branches environment for the project and faced an issue with functions deploy. Project is configured with GitHub integration, when PR is created branch environment is spinned up. My codebase has custom logic with templates, built templates are imported in edge functions. Current process of functions deploy ...

Magic Link Redirect Failing on Live Domain (Supabase Auth)

Hey everyone My Supabase domain email login works locally, but on my live domain the magic link says "Authenticaion failed or expired." I've double checked my redirect URLs and site settings - still no luck. Has anyone fixed this before on production? What ended up being the cause?...

SMS-Hook with Twilio Verify

Are we able to use SMS-hook with twilio verify? I tried and the sms is sent but the edge function always returns an error to the client application in flutter.

Issues with supabase + cloudflare workers + rolldown

Hi, I am having trouble using the preview and deploy with supabase installed with cloudflare workers, react-router and rolldown I get the error ``Error: Calling require for "stream" in an environment that doesn't expose the require` function....

Reset password trouble

Am using supabase through Netlify and my frontend sends an api call to backend to reset password. The email and link is OK, it arrives and authorizes the session and redirects to the new pw form. I then grab the access token like this: const hashParams = new URLSearchParams(window.location.hash.substring(1)) const accessToken = hashParams.get('access_token') and now the problem begins.. i need to initiate a client but i don't want to expose my link and anon key in the front-end. is there no way i can pass this access token to the backend and update the new password there? Please help! Ty!...

Stripe price tiers

Hi all, I've enabled the stripe FDW in my instance, and am pulling in data successfully. I did notice however that the price table's attrs column does not seem to include all data for the price object. For instance, I am using usage-based billing with tiers in stripe, and the tiers key of the price object does not exist in the FDW table but is definitely present on the stripe side. Is this something that just hasn't yet been included? Or perhaps I am doing something wrong? TIA....

Exporting data with PITR

Hi, Is there a way to export data using PITR without resetting my DB to a specific point in time ?

Production DB Down After Rollback - Pro Plan - Need Status Update

Hi Supabase team, What I'm trying to achieve: Restore our production database that has been down for 3 days following a rollback operation. ...

must be owner of table

after self host update i get this error do you what i can do?
No description

storage.objects

In my Local CLI RLS policies for my own table secure.objects appear under policies for storage.objects(see screenshot). On my remote DB on supabase.com they do not appear, as intended. Is this simply a visual bug or does this have impact on functionality? thanks in advance
No description