Import Enpass failes... #1761

Closed
opened 2026-04-06 02:21:09 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @zibous on 2/1/2023

Subject of the issue

Deployment environment

  • vaultwarden version: Version 2022.12.0
  • Install method: Docker

  • Clients used: web vault, desktop, Android

  • Reverse proxy and version: nginx

  • MySQL/MariaDB or PostgreSQL version:

  • Other relevant details:

Steps to reproduce

  1. Export 750 Items from Enpass as json
  2. Import

Expected behaviour

[2023-02-01 18:13:14.929][vaultwarden::api::core::ciphers][ERROR] The field Notes exceeds the maximum encrypted value length of 10000 characters.
[2023-02-01 18:13:14.488][request][INFO] POST /api/ciphers/import
[2023-02-01 18:13:14.930][response][INFO] (post_ciphers_import) POST /api/ciphers/import => 400 Bad Request

Actual behaviour

Not all items will be imported

If I empty all "notes" fields, the import will work.

Is there a setting with which I can also allow the import of larger fields ?

*Originally created by @zibous on 2/1/2023* <!-- # ### NOTE: Please update to the latest version of vaultwarden before reporting an issue! This saves you and us a lot of time and troubleshooting. See: * https://github.com/dani-garcia/vaultwarden/issues/1180 * https://github.com/dani-garcia/vaultwarden/wiki/Updating-the-vaultwarden-image # ### --> <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them. Remember to hide/redact personal or confidential information, such as passwords, IP addresses, and DNS names as appropriate. --> ### Subject of the issue <!-- Describe your issue here. --> ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: Version 2022.12.0 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Docker * Clients used: web vault, desktop, Android * Reverse proxy and version: nginx * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> * Other relevant details: ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start vaultwarden? --> 1. Export 750 Items from Enpass as json 2. Import ### Expected behaviour <!-- Tell us what you expected to happen --> ```log [2023-02-01 18:13:14.929][vaultwarden::api::core::ciphers][ERROR] The field Notes exceeds the maximum encrypted value length of 10000 characters. [2023-02-01 18:13:14.488][request][INFO] POST /api/ciphers/import [2023-02-01 18:13:14.930][response][INFO] (post_ciphers_import) POST /api/ciphers/import => 400 Bad Request ``` ### Actual behaviour <!-- Tell us what actually happened --> Not all items will be imported If I empty all "notes" fields, the import will work. Is there a setting with which I can also allow the import of larger fields ?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1761