新搭的 #VaultWarden 服务使用 BitWarden 客户端编辑条目时报错,日志里面看到:

vaultwarden | [2025-12-24 17:43:06.872][request][INFO] GET /api/tasks vaultwarden | [2025-12-24 17:43:06.872][response][INFO] 404 Not Found

搜了一下是官方新的改动,已经有兼容的代码提交合并 https://github.com/dani-garcia/vaultwarden/pull/6557 ,在发布之前先在Nginx上对这个endpoint直接返回兼容一下得了。。

add empty /api/tasks endpoint by stefan0xC · Pull Request #6557 · dani-garcia/vaultwarden

The v2025.12.0 clients request the /api/tasks endpoint because we report our organizations product tier as type enterprise. Since we don't implement access intelligence we should report an empt...

GitHub
1.35.0 已经发布,修复了这个问题,并且支持了SSO登录,配置到 #Authelia 上一切正常。。
https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect
Enabling SSO support using OpenId Connect

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs - dani-garcia/vaultwarden

GitHub