SupabaseS
Supabase4mo ago
HD

email_confirmed_at is not synced with the auth.users table

Issue - email_confirmed_at is a deciding factor for confirmed_email sign ups. I am facing an issue where the DB data is not in sync with the data returned using the supabase.auth.signUpWith() API.
Expected - Data should be in sync
Actual - Seeing null returned from the API but the DB has a data set to it.
Was this page helpful?