404 Not Found error when trying to delete an item from web vault only (after latest 1.2.0 package update).
-
This seemed to work fine under 1.1.0, but deleting an item has broken since the update a few hours ago for 1.2.0 package. It packages a new web vault version with it with a new "soft delete" (trash can idea) for items, and I suspect this has to do with it.
Deleting items from the web vault fails with the following:
May 21 23:49:02 [2020-05-22 06:49:02][request][INFO] PUT /api/ciphers/0bb50ea3-dcc2-4295-bbc1-7648ca5c2905/delete May 21 23:49:02 [2020-05-22 06:49:02][response][INFO] 404 Not Found
However it works fine when being deleted from any of the other client apps. This seems to only be to do with the latest web vault as the client app.
-
@nebulon Just out of curiosity - how did the web vault update change anyways? I ask because Bitwarden_RS hasn't actually deployed the new update yet, that was only from the official Bitwarden project, at least based on the releases page here: https://github.com/dani-garcia/bitwarden_rs/releases - makes me wonder if the update wasn't quite correct.
-
@girish Yeah that's what I was wondering, something seemed off about this new package. I assume we'd be keeping the updates to that particular package from the link I provided earlier since it includes everything (frontend and backend). Updating the front-end on it's own without the backend supporting it wouldn't work too well.
-
From this page it looks like the newer web vault will be coming to Bitwarden_RS soon as they already tried to push it to the main repo but it just didn't work from the looks of their auto validation checks. https://github.com/dani-garcia/bitwarden_rs/commits/master
-
@d19dotca I think even though the release notes say 'Update vault' the release packages don't actually contain the vault code inside it. As in, https://github.com/dani-garcia/bitwarden_rs/commit/a1f304dff78312d632f1245cb5dcf1411f0c57c0 only updates the docker files, for example.