mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #5830] Error When Mass Editing Collection Assignments #2258
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @s-nix on GitHub (May 5, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5830
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN
Config:
Vaultwarden Build Version
v1.33.2
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
caddy v2.8.4
Host/Server Operating System
Linux
Operating System Version
Ubuntu 22.04.4 LTS
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
The passwords are assigned to the proper collection.
Actual Result
The "Resource not Found" error is received.
Logs
Screenshots or Videos
Additional Context
EDIT: It appears that the call is reaching out to the
ciphers/bulk-collectionsendpoint which does not exist. This is likely the root of the problem.Payload Format:
github.com/dani-garcia/vaultwarden@2697fe8aba/src/api/core/ciphers.rs (L36-L90)@BlackDex commented on GitHub (May 18, 2025):
This endpoint does exits, not sure why you get resource not found though.
But in any case, it is probably a duplicate of #5737 , so going to close this one.