Supabase

S

Supabase

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

Join

Supabase broadcast not working in local development

I am using sveltekit and supabase ssr i have a code snippet that proves it is not working. ``` onMount(() => { if (!page.data.supabase) return;...

`custom_access_token_hook` exluded on diff

Why is the custom_access_token_hook does not get included when doing an initial supabase db diff to the linked project from a newly initialized supabase?
No description

What Supabase initialization to use for Next.js with React

I'm confused as to what to use between the default createClient and the createBrowserClient/createServerClient from the @supabase/ssrpackage.

how can i edit my database functions in cursor?

I have all my edge functions in my project folder which makes them really easy to edit with Cursor. I can edit the functions, deploy, test, edit, deploy, test, etc. very quickly. However, my database functions live in the Supabase dashboard. This makes them a pain in the ass to edit with Cursor. Is there a way to set it up so that my database functions live in my project folder? That would make them a lot easier to edit. Maybe with migrations? I don't really understand migrations that well lol.

CRITICAL SECURITY ISSUE - URGENT SUPABASE TEAM ATTENTION NEEDED

I reported a critical RLS bypass vulnerability via email 2 days ago but haven't received any response. This is affecting production systems and needs immediate attention. Issue Summary: The supabase_read_only_user system role has pg_read_all_data membership...

How to fix Error: P1017: Server has closed the connection. supabase

I have just installed prisma , then i coded this: generator client { provider = "prisma-client-js" output = "../src/generated/prisma" }...

Issue with connecting from Android Studio

Hi, i am trying to connect to my database. I have read the guide in the supabase website and i did all the steps listed there. But when i try to initialize the Supabase client the app doesn't run. The first line of the error is the following: "org.jetbrains.kotlin.util.FileAnalysisException: While analysing C:/Users/user/AndroidStudioProjects/MyApplication/app/src/main/java/com/example/myapplication/MainActivity.kt:26:5: java.lang.IllegalArgumentException: source must not be null".
The whole output is quite long for posting it. I will be very grateful if you can give some advice!...

SMTP

I’m having difficulties configuring my SMTP. When I enter the information correctly and test it by creating an account on the website, the email becomes invalid. In the console, it says it was unable to send the email to the user, and then the operation fails. How can I properly configure the SMTP?

Project Stucked On Pausing

Hello Supabase team 👋 My project Loan-Management-Practice is stuck in "Pausing project" state for a long time and I cannot resume or access it.
Org name: Hammad-Projects (Free Plan)
Project ref: Loan-Management-Practice ...

Error uploading document - new row violates row-level security policy

i have bucket - onboarding-documents. inside it there are 2 folders, license and cmr-insurance. INSERT & UPDATE: ``` ((bucket_id = 'onboarding-documents'::text) AND ((storage.extension(name) = 'jpg'::text) OR (storage.extension(name) = 'png'::text) OR (storage.extension(name) = 'jpeg'::text) OR (storage.extension(name) = 'pdf'::text)) AND ((lower((storage.foldername(name))[1]) = 'license'::text) OR (lower((storage.foldername(name))[1]) = 'cmr-insurance'::text)))...

GraphQL Aggregate

Hey guys ! I've been struggling enabling graphql aggregate on my supabase cloud instance. I've followed: https://supabase.com/docs/guides/graphql/configuration#aggregate...

Hi everyone 👋 I have a question about backups in Supabase.

My project has been on the Free plan until now. A few days ago (about 3 days), the Cursor agent asked me to reset the project, and I wasn’t fully aware of what that actually meant at the time. Now I’m considering upgrading to Pro (which includes daily backups stored for 7 days). Will I be able to access and restore a backup from 3 days ago, or do backups only start generating once I move to the Pro plan? ...

Pausing Project Issue

Hi everyone, I have a project and they haven’t been traffic going into it so supabase sent me an email they will be pausing my project the coming days, I have been waiting to unpause it and it has been saying project pausing for 2 weeks, I want to use the database now on my website but I can’t because whenever I send a message to it it bounces back. The database is not working it just keep saying pausing project. What will I do? someone help me

Where do i set up github integrations for branching?

I cant see anything relevant in github, nor in supabase. The branching docs mention "integrations" but when I open integrations, github is not there.

Connecting Supabase with Looker Studio

Is there any way to connect supabase with looker studio for data analysis? I was trying to find solution but it seems there is no direct way apart from 3rd party paid connector or adding google sheets as middle man...

What are the Requirements for redirect URIs

For redirects in Supabase Auth, do I have to include path parameters when registering my redirect URIs?

Confused about working with supabase in a monorepo (Expo + Next js)

I’m setting up a monorepo with this structure: . └── my-app ├── apps...

Dashboard Incident

I'm currently still experiencing this issue with Chrome. I've tried clearing cache and incognito window, but the issue persists. https://discord.com/channels/839993398554656828/1409892722474614814/1409893329692393472 I was able to get past it by using Safari....