DATABASE ERROR QUERYING SCHEMA
How to handle subdomains using the same supabase project as main domain?
everythingenglish.xyz
and englishgpt.everythingenglish.xyz
. When users sign in on the subdomain, Supabase redirects them to the main domain instead. Both domains are in Redirect URLs, but Site URL can only be one domain. How do I make auth redirect to the correct domain based on where the user signed in from?I lost access to my Supabase account and now locked out of my 8k+ user database
google log in for iphone (pc and android just works fine)
Copy my prod database (tables, schema, edge functions, policies etc) to dev?
Self-hosted Supabase - Apple & Google Sign In environment variables
UI Demo: #LogIn Restrictions
Not getting password reset links
Question about real time and region
I have integrated resend with supabase for Email verification but I receive emails hours later
CLI asks for db password for every command. Can I save it?
Supabase/Flutter edit message update problem

hola, ayer agregue el doble factor de autenticacion con codigo a mi supabase y hoy intento hacer log
Minting my own JWTs with JWT Signing Keys - In production
Vault - Creating secrets in edge functions
supabase-js
.
Tried so many variations, both of supabase.rpc()
and supabase.select()
- but nothing works.
The RPC call throws this -
Could not find the function public.vault.create_secret(secret_description, secret_name, secret_value) in the schema cache
Could not find the function public.vault.create_secret(secret_description, secret_name, secret_value) in the schema cache
edge functions readme.md
Using RLS for CLS
Magic Link 403
edge function issue
Reference Custom Table In Storage Bucket Policy
users
table and a roles
table. A user has a role assigned to them by role_id
.
2. I have a private storage bucket called liveness_checks
for mp4 videos, and with INSERT allowed WITH CHECK:...