mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Item deletion not working properly #296
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
@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:
@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 24, 2019):
Pretty sure the vault was on my side