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
Currently, if Keycloak rejects a request with "User exists with same email", this shows up as an error in Sentry error logs. However, this is an expected reaction that is handled and therefore shouldn't throw to this level.
HttpException: User exists with same email
File "/app/dist/utils/utils.js", line 11, in <anonymous>
throw new common_1.HttpException(err.response.data.errorMessage, err.response.status);
...
(5 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Currently, if Keycloak rejects a request with "User exists with same email", this shows up as an error in Sentry error logs. However, this is an expected reaction that is handled and therefore shouldn't throw to this level.
Sentry Issue: AAM-DIGITAL-5E8
The text was updated successfully, but these errors were encountered: