auth.users table has RLS enabled — cannot sign up (500 error)
Hi Supabase team 👋
I’m having a critical issue with my project — all email sign-up requests fail with:
After checking, I found that
I understand that the
auth.users has relrowsecurity = true.I understand that the
auth schema is managed internally, so I cannot disable RLS myself.
Could you please help me disable RLS on auth.users and restore the default Auth schema?
Environment details:
- Project ID: lsjozpktmapfqxqyaarw
- Region: ap-northeast-1 (Tokyo)
- Platform: Web (React + @supabase/supabase-js@2)
- Error appears when calling supabase.auth.signUp()
- Error message: AuthApiError: Database error saving new user
- SQL check result:
→ returns true
Thank you for your help 🙏1 Reply
It is supposed to have RLS enabled. Check in auth logs. Usually this error occurs when there is a trigger https://supabase.com/dashboard/project/_/logs/auth-logs