-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue importing JSON to vaultwarden web #4005
Comments
There is nothing done on the server side in regards of reading any import file from any type. So, if you think this is a server side issue, there must be something in the error logs of Vaultwarden, but i think this is probably a web-vault issue which is not something we develop. |
I suppose I thought it would be related to the patchs applied to web-vault, as it seemed unlikely the official one has broken JSON importing, I suppose Ill open a ticket in web-vault's git and vaultwarden web vault patched repo |
Ok, but what do the logs say of Vaultwarden, there probably must have been an error there for this to cause such a message if it is coming from Vaultwarden. |
This is what I get when I try to import my encrypted json (password protected) to an organization vault: |
Thx! We might be able to track down what the issue is now. |
Still having this issue when using the latest testing build (Version 1.29.2-93da5091, testing-alpine) |
That's because it isn't fixed yet. Only the new web-vault and passkeys are changed after your last try. |
Yeah, I only mentioned it because I thought that maybe the new web-vault would fix the issue. |
That could have been the case, but I think it's more a server side item. I already checked it, have to work on a fix. |
When importing Bitwarden JSON exports, these would fail because the last modification date was also imported and caused our out-off-sync check to kick-in. This PR fixes this by checking if we are doing an import, and skip this check. Fixes dani-garcia#4005
When importing Bitwarden JSON exports, these would fail because the last modification date was also imported and caused our out-off-sync check to kick-in. This PR fixes this by checking if we are doing an import, and skip this check. Fixes #4005
Imported .JSON file that was exported from my bitwarden for windows into vaultwarden web,
Expected Result: a successful import
WHAT ACTUALLY HAPPENS ERROR: e.match was null (or == null idr)
Must be a bug as I exported .csv from bitwarden for windows then imported and it worked fine.
Thanks <3(i just cloned the repos now so must be newest version)
The text was updated successfully, but these errors were encountered: