Open Spaceman1701 opened 6 years ago
I can't quite tell what's wrong, but it seems like when the user clicks create account the frontend tries to login first, causing a 404.
It also seems like sometimes the frontend is sending bad data causing login to return a 400.
I might be wrong, but it also seems like when the user is logged in already, there's bug where the frontend tries to log them in again, causing a 401.
I made these all one issue because I suspect they are all closely related
Example of the create account problem:
What I suspect is the already logged in bug:
And the bad request bug:
I can't quite tell what's wrong, but it seems like when the user clicks create account the frontend tries to login first, causing a 404.
It also seems like sometimes the frontend is sending bad data causing login to return a 400.
I might be wrong, but it also seems like when the user is logged in already, there's bug where the frontend tries to log them in again, causing a 401.
I made these all one issue because I suspect they are all closely related