mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
Error When Mass Editing Collection Assignments #152
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 @s-nix on GitHub.
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:
2697fe8aba/src/api/core/ciphers.rs (L36-L90)@BlackDex commented on GitHub:
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.