2,221 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
16
views
Supabase Transaction Pooler (Port 6543) connection issues on Render.com (Free Tier) - Spring Boot
I'm developing a personal project using Spring Boot, deployed on Render.com (free tier) with Supabase (free tier) as the database. I'm trying to connect my application to Supabase using Transaction ...
0
votes
0
answers
42
views
How can I auto-confirm on supabase authentication?
I have a problem on my React + Supabase project.
When user sign up, it moves to subscription page automatically.
In that case, when he paid successfully, I gonna make him can use that account without ...
-3
votes
0
answers
34
views
React progression dynamique Supabase [closed]
Bonjour,
je développe une application éducative en React (TypeScript) avec Supabase comme backend.
Je veux afficher une liste de leçons avec un taux de progression dynamique pour chaque élève.
Quand l’...
1
vote
0
answers
17
views
Legend State v3 not fetching all data from Supabase in React Native (Expo SDK 54)
Supabase is showing 7 records and also when i manually fetch data from supabase it shows 7 records but on legend state it is only fetching one record. Also Supabase return array and legend state store ...
0
votes
0
answers
22
views
Supabase Flutter: user is still logged in when on password recovery flow and closes the app
Im currently working on my password reset flow and I use resetPasswordForEmail to send an email with a deeplink redirecting to my app's reset password page. My problem is that when a user closes the ...
0
votes
0
answers
31
views
Is there a reason why when I add authorization to a call to an edge function in SupaBase, no matter what I change or do it times out?
I am working on an edge function for my supabase database and I am trying to use Postman to test calling it.
When I do not add any headers for authorization I immediately receive a 401: Missing ...
0
votes
0
answers
37
views
How to set up subdomain-based multi-tenancy with Next.js, Supabase (DB/Auth), and next-intl?
I’m trying to build a multi-tenant platform similar to how Sentry works, where the root domain (e.g. https://sentry.io/en) serves the marketing site, and each tenant has its own localised subdomain (e....
-1
votes
0
answers
89
views
SSL Verification Error in Supabase SQL Alchemy App
I have a FastAPI project deployed on Google Cloud Run. I tried to use Supabase for my Postgres DB with SQLAlchemy. I keep encountering the same error when I try to make a DB request:
ssl....
0
votes
0
answers
57
views
failed to send batch: ERROR: Out of memory (SQLSTATE XX000)
When calling supabase db reset I get this error: failed to send batch: ERROR: Out of memory (SQLSTATE XX000).
It breaks because of one migration where I create a db function that uses the postgres net ...
0
votes
0
answers
35
views
Supabase GoTrue Ignores Custom Email Templates on Docker / Coolify
I'm running a self-hosted Supabase instance on Coolify using Docker Compose. I'm trying to override the default GoTrue email templates with my own custom HTML files, but GoTrue consistently ignores ...
-2
votes
0
answers
58
views
Next.js + Clerk: Landing page always redirects to sign-in even when user is logged in when im clicking on dashboard btn
ive done my landing page of my last year project and i got tht from github and it has 2 btns which are basically redirecting to dashboard.. but if user is not logged in its going to redirect to sign ...
0
votes
0
answers
199
views
redirect_uri_mismatch and requested path is invalid errors despite correct configuration
I've encountered a Supabase Google OAuth flow issue that only occurs when testing with Expo Go. The authentication flow works perfectly in a development build created with eas build, but fails in Expo ...
0
votes
1
answer
62
views
How to verify JWT tokens from Supabase in ASP .Net Core Web API?
I am trying to use supabase auth in my React with TypeScript and Vite frontend and it works there but when I try to access the API it is not able to verify the token and I do not undestand why? Is ...
0
votes
1
answer
35
views
SvelteKit + Superforms: Data flickers and is replaced by wrong data on page reload
I'm building a SvelteKit application where users can edit student details on a dynamic route (/student/[id]). I'm using Supabase for the database and SvelteKit Superforms to handle the form.
The ...
0
votes
0
answers
39
views
supabase postgis tile server and javascript decoding base64 encoded data
I was trying to serve vector tiles on the fly using an rpc function in superbase but somehow when the responce arrives in the front end using a custom protocol. the vector tiles are not displayed.
...