From @bjester:
We should have proper defensive checks on user creation such that attempting to create a user with a duplicate email address doesn't fail and produce a 500 error. This could have come from a race condition (double submit). We should evaluate what happened and do what we can to ensure we don't get these errors.
From @bjester: We should have proper defensive checks on user creation such that attempting to create a user with a duplicate email address doesn't fail and produce a 500 error. This could have come from a race condition (double submit). We should evaluate what happened and do what we can to ensure we don't get these errors.
Related to: https://learningequality.sentry.io/issues/5955562525/?alert_rule_id=478560&alert_type=issue¬ification_uuid=41f27029-564a-4a93-b3cc-d7239147f02f&project=1252819&referrer=slack
Sentry Issue: STUDIO-HFD