mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Items not loading in Chrome extension 2024.5.0 #485
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bunicb on GitHub.
Subject of the issue
Items not loading in the Chrome extension after updating to version 2024.5.0. Manually installing extension 2024.4.2 provides all items from vault.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN
Steps to reproduce
Update extension to 2024.5.0, login.
Expected behaviour
Items load normally.
Actual behaviour
No items load, spinning animation going on forever.
Troubleshooting data
Checked if there are any reported issues on Bitwarden github for clients, but none were apparent for the newest version.
@bunicb commented on GitHub:
Sync seems to work fine, I get the green banner with Syncing complete.
When looking in the Chrome console I get one error periodically:
The next one is shown when switching to vault tab, and has a larger stack trace:
I tried bypassing the reverse proxy, but to no avail.
@bunicb commented on GitHub:
Tried it, same issue. Tried logging in to Bitwarden cloud, just to confirm it's doing this only with my instance, and that worked without issues.
Desktop app of the same version seems to work fine.
@BlackDex commented on GitHub:
Seems to work just fine for me.
Do you see any connection attempts and/or errors why you try to sync via the Chrome Extension?
@BlackDex commented on GitHub:
Now, i do not think it would do that much, but could you try the
testingtagged Vaultwarden image? And see if that somehow solves it?@BlackDex commented on GitHub:
Try to fully logout and login and see what that does.
@BlackDex commented on GitHub:
Might be related to this: https://github.com/bitwarden/clients/issues/9253
If you say that it is working with an older version of the extension, then i think something has changed on the client side which is causing an issue.
You might want to try a clean account and add some test entries and see if that keeps working.
Then if that is the case you can try to export your vault, and import it into the test account and see if it starts failing again.
If that is the case, there might be some entry which is causing issues.
@LiloBzH commented on GitHub:
Same issue with Firefox Extension
sometimes , after sleep of windows,
after entering the password, the extension starts loading but no longer moves.
To unblock, you must restart Firefox or deactivate then reactivate the extension (and enter the password again) for it to work again.
@BlackDex commented on GitHub:
Also, what KDF settings do you have configured?
@BlackDex commented on GitHub:
Not sure, but could you check if you might have some invalid data in the database by running the following Database Query
after making a backup of the database:
If that returns one or more rows, then try to execute this query:
@bunicb commented on GitHub:
Tried the testing image, no difference.
The SELECT query returned zero rows.
@stiffbruno commented on GitHub:
Hello, I have the same problem since Chrome extension version 2024.5.0. Has anyone found a solution yet?
@bunicb commented on GitHub:
Apparently had it set to the previous default of 10000. Set it to 600000, no change.
Tried it with a clean account and it seems to work. Imported data, works, added it to the organization and collections, and it seems to work fine. Still doesn't work with my original account.
Not sure what the issue is, it looks like the only differences are attachments in some items, which are not present in current items and added Duo 2FA. Will try adding those one by one to see if there are any differences.
@bunicb commented on GitHub:
Added some attachments, and added Duo integration. Duo doesn't seem to work because it now wants a Universal prompt, but otherwise the new account works, so it seems something is odd with my old account.
@BlackDex commented on GitHub:
There has been a new release of the extensions just a few hours ago which contains fixed for decryption issues. It probably is related to that. Since this does look more like a client issue, going to move this from issues.
@LiloBzH commented on GitHub:
yes that's this issue !
KDF : 600000