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
I noticed this while testing #246, but this occurs before that patch is landed, too.
Trying to delete a user sometimes results in a 400 from the backend which results in a JS error in the console. I don't see any additional useful logging in papertrail.
The text was updated successfully, but these errors were encountered:
This appears to happen on the second attempt to delete a user without reloading, and is due to the CSRF token not being refreshed. Also, the errorMessage function isn't defined, so no error message is shown to the user.
I noticed this while testing #246, but this occurs before that patch is landed, too.
Trying to delete a user sometimes results in a 400 from the backend which results in a JS error in the console. I don't see any additional useful logging in papertrail.
The text was updated successfully, but these errors were encountered: