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
Copy file name to clipboardExpand all lines: apps/docs/components/MDX/auth_error_codes_table.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ To supplement HTTP status codes, Supabase Auth returns a string error code which
10
10
|`bad_oauth_state`| OAuth state (data echoed back by the OAuth provider to Supabase Auth) is not in the correct format. Indicates an issue with the OAuth provider integration. |
11
11
|`captcha_failed`| Captcha challenge could not be verified with the captcha provider. Check your captcha integration. |
12
12
|`conflict`| General database conflict, such as concurrent requests on resources that should not be modified concurrently. Can often occur when you have too many session refresh requests firing off at the same time for a user. Check your app for concurrency issues, and if detected, back off exponentially. |
13
+
|`email_address_invalid`| Example and test domains are currently not supported. Please use a different email address. |
13
14
|`email_address_not_authorized`| Email sending is not allowed for this address as your project is using the default SMTP service. Emails can only be sent to members in your Supabase organization. If you want to send emails to others, please set up a [custom SMTP provider](/docs/guides/auth/auth-smtp). |
14
15
|`email_conflict_identity_not_deletable`| Unlinking this identity causes the user's account to change to an email address which is already used by another user account. Indicates an issue where the user has two different accounts using different primary email addresses. You may need to migrate user data to one of their accounts in this case. |
15
16
|`email_exists`| Email address already exists in the system. |
0 commit comments