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
Today I opened Cinny at https://app.cinny.in, after having tried it briefly like a year ago and then having not used it for a very long time. It remained at the "Heating up" spinner for probably half an hour. Checking using the Firefox DevTools, I saw that it was repeatedly making POST queries to _matrix/client/v3/keys/query, getting a 401 error "Invalid access token passed", and immediately retrying the exact same query again and again.
(I tried clearing "Local Storage" via DevTools, then logging in again (which resulted in a "Failed to load. the account in the store doesn't match the account in the constructor: expected @grawity:matrix.org:DIPBHQNGTU, got @grawity:matrix.org:VJBTFUVZRX", then I realized I also had to clear "Indexed DB", and then I was able to properly log in again.)
Reproduction
No response
Expected behavior
The program should recognize a 401 error and probably log out the user, allowing them to log in from scratch (or at least not get stuck in an infinite loop).
Platform and versions
Firefox 135.0 on Arch Linux, using app.cinny.in
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Today I opened Cinny at https://app.cinny.in, after having tried it briefly like a year ago and then having not used it for a very long time. It remained at the "Heating up" spinner for probably half an hour. Checking using the Firefox DevTools, I saw that it was repeatedly making POST queries to
_matrix/client/v3/keys/query
, getting a 401 error "Invalid access token passed", and immediately retrying the exact same query again and again.(I tried clearing "Local Storage" via DevTools, then logging in again (which resulted in a "Failed to load. the account in the store doesn't match the account in the constructor: expected
@grawity:matrix.org:DIPBHQNGTU
, got@grawity:matrix.org:VJBTFUVZRX
", then I realized I also had to clear "Indexed DB", and then I was able to properly log in again.)Reproduction
No response
Expected behavior
The program should recognize a 401 error and probably log out the user, allowing them to log in from scratch (or at least not get stuck in an infinite loop).
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: