[GH-ISSUE #1274] Cannot bulk delete collection items #891

Closed
opened 2026-03-03 02:04:25 +03:00 by kerem · 1 comment
Owner

Originally created by @lucianf on GitHub (Dec 20, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1274

Subject of the issue

I created an organization, imported a few dozen items (they ended up in the Unassigned collection), and now I'm trying to delete them as I understood the correct process is to rather have the items imported into a user vault and shared from there into the organization collection.

However, when I select multiple items (either by using the checkboxes next to the items, or by using the bulk "select all" from the gear dropdown), after I pick "delete selected" nothing happens.

Your environment

  • Bitwarden_rs version: 1.17.0
  • Install method: docker latest
  • Clients used: web (2.16.1)
  • Reverse proxy and version: nginx
  • Version of mysql/postgresql: n/a
  • Other relevant information:

Steps to reproduce

Standard configuration of bitwarden_rs using docker-compose and linuxserver swag (nginx) as reverse proxy (for SSL).

Expected behaviour

Deleting multiple items should work

Actual behaviour

Debugging the POST query in the web console I see the response payload has a 422 Unprocessable Entity error with the following contents:" The request was well-formed but was unable to be followed due to semantic errors."

Deleting one item alone works, but I'm really looking to delete all items in bulk rather than one by one.

Relevant logs

            <!DOCTYPE html>
            <html lang="en">
            <head>
                <meta charset="utf-8">
                <title>422 Unprocessable Entity</title>
            </head>
            <body align="center">
                <div role="main" align="center">
                    <h1>422: Unprocessable Entity</h1>
                    <p>The request was well-formed but was unable to
                be followed due to semantic errors.</p>
                    <hr />
                </div>
                <div role="contentinfo" align="center">
                    <small>Rocket</small>
                </div>
            </body>
            </html>
Originally created by @lucianf on GitHub (Dec 20, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1274 ### Subject of the issue I created an organization, imported a few dozen items (they ended up in the Unassigned collection), and now I'm trying to delete them as I understood the correct process is to rather have the items imported into a user vault and shared from there into the organization collection. However, when I select multiple items (either by using the checkboxes next to the items, or by using the bulk "select all" from the gear dropdown), after I pick "delete selected" nothing happens. ### Your environment * Bitwarden_rs version: 1.17.0 * Install method: docker latest * Clients used: web (2.16.1) * Reverse proxy and version: nginx * Version of mysql/postgresql: n/a * Other relevant information: ### Steps to reproduce Standard configuration of bitwarden_rs using docker-compose and linuxserver swag (nginx) as reverse proxy (for SSL). ### Expected behaviour Deleting multiple items should work ### Actual behaviour Debugging the POST query in the web console I see the response payload has a 422 Unprocessable Entity error with the following contents:" The request was well-formed but was unable to be followed due to semantic errors." Deleting one item alone works, but I'm really looking to delete all items in bulk rather than one by one. ### Relevant logs ``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>422 Unprocessable Entity</title> </head> <body align="center"> <div role="main" align="center"> <h1>422: Unprocessable Entity</h1> <p>The request was well-formed but was unable to be followed due to semantic errors.</p> <hr /> </div> <div role="contentinfo" align="center"> <small>Rocket</small> </div> </body> </html> ```
kerem closed this issue 2026-03-03 02:04:26 +03:00
Author
Owner

@BlackDex commented on GitHub (Dec 20, 2020):

This has been fixed in the master branch.
To use that version please pull the testing tag instead of the latest.

<!-- gh-comment-id:748652184 --> @BlackDex commented on GitHub (Dec 20, 2020): This has been fixed in the master branch. To use that version please pull the `testing` tag instead of the `latest`.
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#891
No description provided.