Supabase

S

Supabase

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

Join

Auth Error

On a new hosted supabase project, I am unable to authenticate users. I get this error: Error: 500: missing destination name oauth_client_id in *models.Session...

Lost data after project restoration

Hi there đź‘‹, I've paused work on my supabase project sometime late August, last week I tried to restore it and all of my data, edge fucntions, configuration is gone. I already created 2 tickets on support with no response. Any idea how to proceed? ...

Supabase forcing me to upgrade

I’ve been using Supabase for a few months for my side project. Today, I received an email stating that my project will be paused if I don’t upgrade. My app has decent usage — I’ve attached screenshots of this month’s usage. My email is gulzar.dev@outlook.com. Could you please clarify what “sufficient usage” means?...
No description

supabase branching

If I make a new branch on github for staging, and also make a new branch on supabase, can I make it so that github branch uses that specific supabase branch? So I can test out a version with different code from github and a different database?

Project compute resize failed

I'm trying to upgrade to a medium instance type, but after 5 minutes of "restarting," I got the following error:
Project compute resize failed an hour ago
The project "Final Sentence Prod" failed to update its compute size due to capacity issues and was reset back to the previous size. Please try again in a few minutes or contact support in case it persists.
Project compute resize failed an hour ago
The project "Final Sentence Prod" failed to update its compute size due to capacity issues and was reset back to the previous size. Please try again in a few minutes or contact support in case it persists.
As expected, nothing happened. Now, when I try to upgrade to another instance type, it says "Storage settings were successfully changed," but nothing actually changes with the instance itself or with storage....

Anon privilege?

I ran ```sql select grantee, privilege_type, table_schema, table_name from information_schema.role_table_grants where grantee in ('anon');...

I tried to change the email & name of my account then my website connected to a newly created DB

Hello Supabase Support, I have a website project in Hostinger and it is connected here in supabase "ianoblejas' Org". I was trying to fix the sending of email authentication as it was not sending an email. I provided 3 screenshots with "iannoblejas' Org" name. ...
No description

Users unable to reset their password via Supabase Auth

Hi, I’m an admin and I set up accounts for new users using email + password without requiring emails to be confirmed. I am unable to sign in using said passwords, so then I tried to ask my users to go through the forgot password flow. They receive the forgot password email but after clicking on the link they see the error message: “Invalid or expired reset token” I am unable to repro their issue as an admin and also unable to sign in with the original passwords they had set so I am completely bl...

ticket

How's my ticket going? ID: SU-255471

Replace main branch with everything in development but storage

Hi! Quick question, how can I replace everything in my main branch including all tables & schemas with everything in my development branch without replacing the files in the main storage branch?...

Allowing Duplicate Email

Hello I have searched the community and all of the issues I saw are preventing duplicate emails. My issue is that I would like the user to generate a pdf report after entering their email. What is then happening is that if the user wants to generate additional reports then they will get an error message saying that the pdf report could not be generated due to duplicate emails. Do you know how I can fix this issue? Here is the error code I am getting: ...

Use Steam as a provider

Is it possible to use steam as a provider for login to the site? I can't seem to find much information about this online and I'd like my user to be able to sign in with steam.

Stripe web-hook config issue

Hi, I have setup a Supabase stripe-webhook and added that URL on stripe Test portal to call back upon checkout.session.completed event is called from stripe. But it’s failing to call stripe-webhook edge function as ,by default, it has “Verify JWT with legacy secret” enabled. the error message I am seeing on stripe portal is “Missing Authorization header”. If I disabled this JWT configuration on the stripe-webhook edge function, it works fine. For some reason , After a while, this flag is gettin...

403 when using Realtime library

Trying to use the realtime library (supabase-kt) but keep receiving a 403 when trying to emit/read values this way. I've checked the table off in publications for supabase_realtime. Checking Database -> Tables also shows Realtime is enabled for the table. Below is the code and my error: ` @OptIn(SupabaseExperimental::class) val queuedNotificationsFlow: Flow<List<Notification>> = supabaseClient.from(TABLE_NOTIFICATIONS).selectAsFlow( Notification::id,...

updateUser error

Hey! I’m having an issue with supabase.auth.updateUser(). Sometimes when I click my update button, I get an error and no /user request is sent in the auth logs (And unfortunately I don't access to the log in the app). If I click again, it works — it's inconsistent and hard to reproduce. Any idea what could cause this?

Can't add custom domain in project settings

When I try to add a custom domain to my project I get the following error: Failed to create custom domain: failed to create custom hostname: { "result": { "ssl": null }, "success": false, "errors": [ { "code": 1405, "message": "Quota exceeded. If you're already a paid SSL for SaaS customer, please contact your Customer Success Manager for additional provisioning. If you're not yet enrolled, please fill out this form and someone from our sales team will contact you: https://www.cloudflare.com/plans/enterprise/contact/." } ], "messages": [] } ...

Pro Plan - Problem with upgrading in progress

Hey @supabase @supabasedev, my project (ref: [5e2290e9c267063656640f4021b5ddc3]) has been stuck on the "upgrading" screen for 7 days now. I'm completely blocked and haven't heard back from support. Can someone please take a look? Thanks!

Not enough Permissions

Hey! I logged in via Github and i created a Organization but i cant create a Project? it says this: You do not have permission to create a project Contact the owner or administrator to create a new project in the osvbnmzmukooiqulqngd organization....

[Pro Plan] Ticket SU-273400 - No Response Yet

Hi Supabase team đź‘‹
I submitted a support ticket SU-273400 yesterday, but haven’t received a response yet.
My project Insta Lite (linked to tundzajguluev@gmail.com) is currently having issues, and I’m on the Pro plan.
Could someone please check or escalate my ticket?
...

Help with bank signature authentication

Hello everyone! I’ve been facing errors for quite some time while trying to integrate payment systems into my project. I’ve tested both Mercado Pago and Stripe, but in both cases, I get the same issue: “different signature” or “Webhook secret or signature is missing.” To make it work, I have to skip the signature verification, which isn’t secure and could compromise the system’s integrity. Does anyone know how I can fix this problem?...