mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Cipher doesn't exist #1062
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 @Gliptal on GitHub.
Subject of the issue
Some entry cards don't open anymore, failing with a
Cipher doesn't existerror. The data is still there, since I can copy usernames and passwords from the entry's context menu in the vault.Troubleshooting data
@Gliptal commented on GitHub:
The app is also failing any sync requests, so I guess something is up server side.
@BlackDex commented on GitHub:
This looks like a JavaScript error. Is there also an issue on the Vaultwarden logs? Also, which version of Vaultwarden are you using.
Could you provide the support string from.the diagnostics page from the admin interface?
And, have you tried an other browser? Or Private/Incognito mode?
@BlackDex commented on GitHub:
That can happen if you are still logged in and there hasn't been a new sync done, and you want to edit a cipher. Not really something we could fix.
@Gliptal commented on GitHub:
Apologies for the missing info, the collague that installed the server is out today. I'll update it as soon as I can.
I later tried in incognito mode and in the Windows app, and it seems like I lost access to the organization that contained the affected entries (among the others). I think that the error showed up because I was in an inconsistent permissions state (wasn't in the org, but the browser thought I was until I explicitely logged out and logged back in).
I'll know more about what is happening server side tomorrow.