Item deletion not working properly #296

Closed
opened 2026-02-04 19:22:58 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @cpuschma on GitHub (May 11, 2019).

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). 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 ```
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.
@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

@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

@cpuschma commented on GitHub (May 24, 2019): Pretty sure the vault was on my side
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#296