Right side form is not updated after editing is finished #276

Closed
opened 2026-04-05 20:46:07 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @EmmanuelIT on 11/18/2025

Prerequisites

Vaultwarden Support String

https://example.com/admin/diagnostics
returns 404 Page not found

Vaultwarden Build Version

v.1.34.3

Deployment method

Official Container Image

Custom deployment method

No response

Reverse Proxy

nginx 1.22.1

Host/Server Operating System

Linux

Operating System Version

Debian 12 GNOME

Clients

Desktop

Client Version

Desktop v2025.10.0, v2025.10.1, v2025.11.0

Steps To Reproduce

  1. Select an entry from the left item list
  2. Press the pencil button to edit it
  3. Make some changes
  4. Press Save button

Expected Result

The left side item list should be updated if the "Name" and/or the "Username" fields have changed.
The right side view of the item should be updated if any field has changed.

Actual Result

The left side item list updates as it should.
The right side view of the item is not updated. To update the right view, you have to either click on the same entry on the right list, or to another entry on the list and then back to the entry that was edited.

Logs

======================================================================
Saving an entry on Bitwarden 2025.9.0
======================================================================
Desktop client 2025.9.0
09:18:15.590 › [CipherService]: decrypt complete took 42.299999999813735 [ [ 'Items', 635 ] ]
09:18:15.732 › [SearchService]: index complete took 132 [ [ 'Items', 635 ] ]

Vaultwarden server
2025-11-18 07:16:53.395][request][INFO] PUT /api/ciphers/c0945dd4-349c-490c-9e36-38e8e5e7ab09
[2025-11-18 07:16:53.398][response][INFO] (put_cipher) PUT /api/ciphers/<cipher_id> => 200 OK

======================================================================
Saving an entry on Bitwarden 2025.10.0
======================================================================
Desktop client 2025.10.0
09:21:35.862 › Unhandled error in angular Error: No userId provided.
09:21:35.924 › [CipherService]: decrypt complete took 43.60000000009313 [ [ 'Items', 635 ] ]
09:21:36.065 › [SearchService]: index complete took 131.40000000037253 [ [ 'Items', 635 ] ]

Vaultwarden server
[2025-11-18 07:21:35.784][request][INFO] PUT /api/ciphers/c0945dd4-349c-490c-9e36-38e8e5e7ab09
[2025-11-18 07:21:35.785][response][INFO] (put_cipher) PUT /api/ciphers/<cipher_id> => 200 OK

Screenshots or Videos

https://github.com/user-attachments/assets/9bf2bb8b-9075-4b9d-8123-87cb72b3a835

Additional Context

  1. On version 2025.9.0 and back the problem does not occur.
*Originally created by @EmmanuelIT on 11/18/2025* ### Prerequisites - [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=) - [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/) ### Vaultwarden Support String https://example.com/admin/diagnostics returns 404 Page not found ### Vaultwarden Build Version v.1.34.3 ### Deployment method Official Container Image ### Custom deployment method _No response_ ### Reverse Proxy nginx 1.22.1 ### Host/Server Operating System Linux ### Operating System Version Debian 12 GNOME ### Clients Desktop ### Client Version Desktop v2025.10.0, v2025.10.1, v2025.11.0 ### Steps To Reproduce 1. Select an entry from the left item list 2. Press the pencil button to edit it 3. Make some changes 4. Press Save button ### Expected Result The left side item list should be updated if the "Name" and/or the "Username" fields have changed. The right side view of the item should be updated if any field has changed. ### Actual Result The left side item list updates as it should. The right side view of the item is not updated. To update the right view, you have to either click on the same entry on the right list, or to another entry on the list and then back to the entry that was edited. ### Logs ```text ====================================================================== Saving an entry on Bitwarden 2025.9.0 ====================================================================== Desktop client 2025.9.0 09:18:15.590 › [CipherService]: decrypt complete took 42.299999999813735 [ [ 'Items', 635 ] ] 09:18:15.732 › [SearchService]: index complete took 132 [ [ 'Items', 635 ] ] Vaultwarden server 2025-11-18 07:16:53.395][request][INFO] PUT /api/ciphers/c0945dd4-349c-490c-9e36-38e8e5e7ab09 [2025-11-18 07:16:53.398][response][INFO] (put_cipher) PUT /api/ciphers/<cipher_id> => 200 OK ====================================================================== Saving an entry on Bitwarden 2025.10.0 ====================================================================== Desktop client 2025.10.0 09:21:35.862 › Unhandled error in angular Error: No userId provided. 09:21:35.924 › [CipherService]: decrypt complete took 43.60000000009313 [ [ 'Items', 635 ] ] 09:21:36.065 › [SearchService]: index complete took 131.40000000037253 [ [ 'Items', 635 ] ] Vaultwarden server [2025-11-18 07:21:35.784][request][INFO] PUT /api/ciphers/c0945dd4-349c-490c-9e36-38e8e5e7ab09 [2025-11-18 07:21:35.785][response][INFO] (put_cipher) PUT /api/ciphers/<cipher_id> => 200 OK ``` ### Screenshots or Videos https://github.com/user-attachments/assets/9bf2bb8b-9075-4b9d-8123-87cb72b3a835 ### Additional Context 1. On version 2025.9.0 and back the problem does not occur.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#276