You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If supabase.auth.signUp() succeeds but the profile insert fails, an auth user exists with no profile row. Add cleanup logic to delete the auth user if profile creation fails.
If supabase.auth.signUp() succeeds but the profile insert fails, an auth user exists with no profile row. Add cleanup logic to delete the auth user if profile creation fails.