connordotfun / chat.connor.fun

chat.connor.fun is a cool hangout place
GNU Affero General Public License v3.0
4 stars 1 forks source link

Create account and login send bad requests #33

Open Spaceman1701 opened 6 years ago

Spaceman1701 commented 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

Spaceman1701 commented 6 years ago

Example of the create account problem: image

Spaceman1701 commented 6 years ago

What I suspect is the already logged in bug: image

Spaceman1701 commented 6 years ago

And the bad request bug:

image