-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decrypting messages shows IndexedDB transaction failure #14174
Comments
Our users were also experiencing this problem. |
Error msg: ** Unable to decrypt: InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing. ** it is shown instead of all chat messages in a single room. I have the same user session connected via android and there is no error. I tried to click on re-request encryption keys, but it didn't solve the issue. Last time I killed brave browser and relogged after which the messages were shown as expected and no errors. Debug logs fail to be sent with the same error. |
Some news to this issue? |
Same issue on a single room … I don’t know how to fix without total uninstall/reinstall … |
Related: #4014 |
For those who come across this, the fix for me was to clear the cache on some of the larger sites (including the element web client) in my browser. It seems that my org puts a limit on chrome's cache, and I was bumping up against that. After deleting some sites I havent used in years that were taking up GBs, the web client had plenty of space to store stuff. |
Some users are seeing "unable to decrypt: InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': the database connection is closing" on specific messages.
Debug logs suggest overall storage consistency passes, so that seems to make it distinct from #12410.
The text was updated successfully, but these errors were encountered: