Importing multiple times results in duplicate folders #1122

Closed
opened 2026-02-04 23:58:01 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @gdekeijzer on GitHub (Sep 27, 2021).

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). 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
Author
Owner

@BlackDex commented on GitHub (Sep 28, 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.

@BlackDex commented on GitHub (Sep 28, 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 28, 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.

@gdekeijzer commented on GitHub (Sep 28, 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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1122