IntegrityError "UNIQUE constraint failed: auth_user.username" when logging in
Closed this issue · 0 comments
darkgallium commented
Results in a "Unhandled API Error" on the front side.
This is caused when the user submits 2 (or more) times the logging form. Hence, the insalan.fr API backend is called two or more times and attemps to create the user multiple times resulting in a database error.