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.
<!-- gh-comment-id:2889177085 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
https://github.com/dani-garcia/vaultwarden/blob/2697fe8aba9b082aca02b48990bc65e9fc526aa4/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.