[GH-ISSUE #2005] Importing multiple times results in duplicate folders #1123

Closed
opened 2026-03-03 02:06:27 +03:00 by kerem · 2 comments
Owner

Originally created by @gdekeijzer on GitHub (Sep 27, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2005

When importing a CSV file in multiple sets because (copy/paste) of size, an existing folder is not recognized and created duplicate.
image

Using v2.21.1

Originally created by @gdekeijzer on GitHub (Sep 27, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2005 When importing a CSV file in multiple sets because (copy/paste) of size, an existing folder is not recognized and created duplicate. ![image](https://user-images.githubusercontent.com/3164475/134981707-47686709-92fa-4a75-94aa-7030af8669e9.png) Using v2.21.1
kerem closed this issue 2026-03-03 02:06:27 +03:00
Author
Owner

@BlackDex commented on GitHub (Sep 27, 2021):

This is not something we can fix because of multiple reasons.

  1. The web-vault does the importing and encrypts it, no plain/text is send over. And the web-vault is not maintained by us
  2. Why do you import it twice??

The main reason is, the import of the web-vault encrypts each value separately, and thus no match can be made on the server side at all.

<!-- gh-comment-id:928284264 --> @BlackDex commented on GitHub (Sep 27, 2021): This is not something we can fix because of multiple reasons. 1. The web-vault does the importing and encrypts it, no plain/text is send over. And the web-vault is not maintained by us 2. Why do you import it twice?? The main reason is, the import of the web-vault encrypts each value separately, and thus no match can be made on the server side at all.
Author
Owner

@gdekeijzer commented on GitHub (Sep 27, 2021):

Thanx, that makes sense indeed.

I had trouble importing a large CSV file (550 passwords)
But i got it figured out. Had to do with a timeout at my reverse proxy.
This issue can therefore be closed/canceled.

<!-- gh-comment-id:928312842 --> @gdekeijzer commented on GitHub (Sep 27, 2021): Thanx, that makes sense indeed. I had trouble importing a large CSV file (550 passwords) But i got it figured out. Had to do with a timeout at my reverse proxy. This issue can therefore be closed/canceled.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#1123
No description provided.