Supabase

S

Supabase

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

Join

Cached Egress usage - Exceeded limit

Hi, I’m not sure how this happened but my application isn’t working at all now. Authentication and other features are disabled, and I think it might be because I have multiple videos on the landing page fetching directly from Supabase storage using public URLs. Is there any way to fix this? If it was the videos i already moved them to the /public folder and im fetching locally.
No description

Quick Logouts in Supabase Auth – Only Happening in Chrome

In my project with Supabase auth users are getting logged out very quickly (like within seconds or minutes). This is only happening in Chrome – it works perfectly fine in Edge and Comet browsers (both Chromium-based)....

Supabase-Cli + MinIO

Hello, everyone. I'm trying to connect supabase-cli with minio. So I can see the config.toml file after supabase init, but I can't ensure how can I edit that to use the minio as a supabase s3 storage. Please let me know. Thanks....

How can data synchronization be performed between devices?

Context: In my app, I have collections that have decks that have cards. I wanted to add the auto-sync feature (a toggle) in settings. So that if information is created/modified/deleted on one device, when I access the app on another device, the changes will be visible (if the auto-sync toggle is enabled)....

Outage - EU

Was in the process of upgrading my server (CPU & Mem.), now stuck, when can I expect a patch? need db running ASAP
No description

Terrible dev experience when creating an organisation, inviting people, and setting up project

I have used supabase in the past and I am aware that it can take a while for the project instance to run up and set up the database etc. However, I thought I'd use supabase for a project with a few friends and it has been an absolute nightmare. The email invite has been bugging out, my team can't even create tables using the SQL editor or the GUI. I noticed that there were multiple people brigning up similar issues. I primarily work on chrome and it has been extremely problematic. Currently do not have/ want to pay for a vpn. Any advice on this...

Stuck in Setting up project

Im trying too launch a new project under the free plan but its stuck in Setting up project been for like an hour what can it be?

Team Invite

Hello I am attempting to invite a member to an organization but I keep getting a "Failed to invite user" error. They got the first email with the invite but when pressing join the redirect said "no longer a valid invite". Were stuck in this loop right now.

New Account Can't Create Organization. Permissions Error

When I try to create a new Organization for my project I get this error. You do not have permission to create a project Contact the owner or administrator to create a new project in the organization. ...

SUPABASE ,When I attempt to log in, a popup error message

I recently created a project on Hostinger Horizon, and they offered me the option to connect it with Supabase. My application was working properly on localhost, but after connecting with Supabase, the login function stopped working. When I attempt to log in, a popup error message appears (I have attached a screenshot for your reference). I contacted Hostinger Horizon Support, and they informed me that this issue can only be resolved by the Supabase team....
No description

Export View from WebGUI to csv

Hi, how can I export view from the WebGui? By the tables on the three dots menu I have export as csv, but on views I only have copyName. On the sql editor it will only fetch 100 rows for me. I need about 1200. ...

Auth create user metadata

Hi! I want to use the sign up form in my website to capture the user's name. I have seen in the docs that I can send additional properties via the data option: ``` const { data, error } = await supabase.auth.signUp(...

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