[GH-ISSUE #478] Item deletion not working properly #297

Closed
opened 2026-03-03 01:27:43 +03:00 by kerem · 3 comments
Owner

Originally created by @cpuschma on GitHub (May 11, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/478

I can no longer delete any of my items, regardless of their type. When I try click "Delete" in the edit menu or in the context menu nothing happens.

I don't see any errors in the server console, but I see one in the dev tools:

Error: Failed to start the connection: Error: Unable to initialize any of the available transports.
e.log @ vendor.5d89a1c78e2fbd6f2ec5.js:133
Originally created by @cpuschma on GitHub (May 11, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/478 I can no longer delete any of my items, regardless of their type. When I try click "Delete" in the edit menu or in the context menu nothing happens. I don't see any errors in the server console, but I see one in the dev tools: ``` Error: Failed to start the connection: Error: Unable to initialize any of the available transports. e.log @ vendor.5d89a1c78e2fbd6f2ec5.js:133 ```
kerem closed this issue 2026-03-03 01:27:44 +03:00
Author
Owner

@dani-garcia commented on GitHub (May 11, 2019):

Not sure what could be happening, the error is expected if you haven't configured websockets.

I imagine you are using the web vault, can you try another client?

When deleting an item you should see a request like this in the console:

[2019-05-11 22:03:27][rocket::rocket][INFO] DELETE /api/ciphers/b882af92-c342-4210-aada-fed39ab85ad8:
[2019-05-11 22:03:27][_][INFO] Matched: DELETE /api/ciphers/<uuid> (delete_cipher)
[2019-05-11 22:03:27][_][INFO] Outcome: Success
[2019-05-11 22:03:27][_][INFO] Response succeeded.
<!-- gh-comment-id:491540079 --> @dani-garcia commented on GitHub (May 11, 2019): Not sure what could be happening, the error is expected if you haven't configured websockets. I imagine you are using the web vault, can you try another client? When deleting an item you should see a request like this in the console: ``` [2019-05-11 22:03:27][rocket::rocket][INFO] DELETE /api/ciphers/b882af92-c342-4210-aada-fed39ab85ad8: [2019-05-11 22:03:27][_][INFO] Matched: DELETE /api/ciphers/<uuid> (delete_cipher) [2019-05-11 22:03:27][_][INFO] Outcome: Success [2019-05-11 22:03:27][_][INFO] Response succeeded. ```
Author
Owner

@cpuschma commented on GitHub (May 13, 2019):

I dont see any requests when using the web vault, but it works fine when I'm using the browser plugin

<!-- gh-comment-id:491936990 --> @cpuschma commented on GitHub (May 13, 2019): I dont see any requests when using the web vault, but it works fine when I'm using the browser plugin
Author
Owner

@cpuschma commented on GitHub (May 24, 2019):

Pretty sure the vault was on my side

<!-- gh-comment-id:495473503 --> @cpuschma commented on GitHub (May 24, 2019): Pretty sure the vault was on my side
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#297
No description provided.