[GH-ISSUE #3212] Import Enpass failes... #1499

Closed
opened 2026-03-03 02:09:42 +03:00 by kerem · 1 comment
Owner

Originally created by @zibous on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3212

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 GitHub (Feb 1, 2023). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3212 <!-- # ### 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 ?
kerem closed this issue 2026-03-03 02:09:43 +03:00
Author
Owner

@BlackDex commented on GitHub (Feb 1, 2023):

Please use the testing tagged images. It's already fixed there. Or at least you will receive a warning, and import will be aborted to prevent issues

<!-- gh-comment-id:1412478334 --> @BlackDex commented on GitHub (Feb 1, 2023): Please use the `testing` tagged images. It's already fixed there. Or at least you will receive a warning, and import will be aborted to prevent issues
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#1499
No description provided.