the-djmaze / snappymail

Simple, modern & fast web-based email client
https://snappymail.eu
GNU Affero General Public License v3.0
977 stars 114 forks source link

Can't login after update to 2.36.4 #1653

Closed ervee closed 2 weeks ago

ervee commented 2 months ago

Describe the bug I just updated my test instance from 2.33.0 to 2.36.4 and I can't login anymore.

To Reproduce Steps to reproduce the behavior:

  1. Go to login page
  2. Fill user/email and password (and TOTP if you use it) and click SIGN IN.
  3. It looks like it is going to sign in, but I get back on the login page.

Expected behavior To login :)

Screenshots N/A

Please complete the following information:

Debug/logging information Read here how to log

Additional context I also notice the login screen changed from asking Email/Password to Email/Passphrase. Did I miss something in a release note?

the-djmaze commented 1 month ago

There are 3 InvalidToken errors:

  1. Token mismatch
  2. Session gone
  3. Account undefined

You probably hit no. 1 so try to clear browser cookies/cache of that website and try again.

ervee commented 1 month ago

I tried 3 browsers. Normal and in Private mode. None work with 2.36.4. The log just throws this error.

the-djmaze commented 2 weeks ago

Continued at #1706