mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
Cannot import data to organization #2170
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 @SegUun on GitHub (Feb 1, 2025).
Vaultwarden Support String
I had troubles with vaultwarden and bitwarden mobile app like in other issue https://vaultwarden.discourse.group/t/recently-android-app-will-no-longer-work-with-my-server/4241/9. But my problem been in organizations. Maybe my org contained some broken stuff? (ssh-keys, too long notes, cyrillic symbols?). However i fixed mobile app with vault wipe of organization. And i backupped data before wiping and now can't import data back with error "Unknown cipher type." (backup is been not encrypted).
Vaultwarden Build Version
1.33.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx:latest
Host/Server Operating System
Linux
Operating System Version
Alma Linux 9.5
Clients
Android
Client Version
2025.1.0
Steps To Reproduce
Expected Result
Synced organization vault and personal vault.
Actual Result
"We were unable to process your request. Please try again or contact us"
Logs
Screenshots or Videos
No response
Additional Context
No response
@SegUun commented on GitHub (Feb 1, 2025):
I catch a rat.
Items like that breaks an organization vault.
@BlackDex commented on GitHub (Feb 1, 2025):
So, where did you got this result from?
Since that is not a fully valid JSON vault item object at all.
Not sure if you removed key's/fields here?
But if any item of the
sshKeylikeprivateKey,publicKeyandkeyFingerprintarenullit will not send those keys at all, and makesshKeynull.Which for me, works just fine on all clients. Except the mobile client can crash if you try to open such an item though, but you can delete that item still, and it's better then not returning it all.
So, you are either not actually running v1.33.0, or something else is strangely wrong.