If in local and editing a user's first/last/role, in the backend it tries to also send an email. If it errors (such as in local when there is no email server set up, but also, if our collaborators don't set up the email server, or, if it just errors for some other reason) the UI hangs, there's an unhandled error on backend if it tries to send a user an email.
solution: Iog the error, but continue finishing the request. The user detail change is the important part, not the sending of the email.
If in local and editing a user's first/last/role, in the backend it tries to also send an email. If it errors (such as in local when there is no email server set up, but also, if our collaborators don't set up the email server, or, if it just errors for some other reason) the UI hangs, there's an unhandled error on backend if it tries to send a user an email.
solution: Iog the error, but continue finishing the request. The user detail change is the important part, not the sending of the email.