Skip to content

Commit 10191c2

Browse files
authored
fix: update error codes email address invalid (supabase#31091)
* fix: update error codes email address invalid * fix: lexicographic ordering * fix: adjust
1 parent ec72485 commit 10191c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/components/MDX/auth_error_codes_table.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ To supplement HTTP status codes, Supabase Auth returns a string error code which
1010
| `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. |
1111
| `captcha_failed` | Captcha challenge could not be verified with the captcha provider. Check your captcha integration. |
1212
| `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. |
1314
| `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). |
1415
| `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. |
1516
| `email_exists` | Email address already exists in the system. |

0 commit comments

Comments
 (0)