What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 12.4.14
What app is this about: Vaultwarden
Describe your issue
Been using Vaultwarden with the Bitwarden apps for years now. Only “issue” I had before is that I couldn’t log in to the vault via browser when also logged in to Yunohost, but that has an easy workaround–use incognito/private browser mode. I think I read somewhere that it’s expected behavior in Yunohost.
The issue I’m seeing since the latest update is that the chromium extensions get 401’s now. Mobile app is still fine from my testing–which was just to fire off a sync. I’m too scared to actually log out to see if it would take a login from the mobile app.
Share relevant logs or error messages
[2025-08-21 12:50:33.146][vaultwarden::api::identity][INFO] User USER@DOMAIN.TLD logged in successfully. IP: XXX.XXX.XXX.XXX
[2025-08-21 12:50:33.146][response][INFO] (login) POST /bitwarden/identity/connect/token => 200 OK
[2025-08-21 12:50:33.146][response][INFO] (login) POST /bitwarden/identity/connect/token => 200 OK
[2025-08-21 12:50:33.433][request][INFO] GET /bitwarden/api/config
[2025-08-21 12:50:33.433][request][INFO] GET /bitwarden/api/config
[2025-08-21 12:50:33.433][response][INFO] (config) GET /bitwarden/api/config => 200 OK
[2025-08-21 12:50:33.433][response][INFO] (config) GET /bitwarden/api/config => 200 OK
[2025-08-21 12:50:33.586][request][INFO] GET /bitwarden/notifications/hub?access_token=eyJ0eXAiOiJKV1QiL
[2025-08-21 12:50:33.586][request][INFO] GET /bitwarden/notifications/hub?access_token=eyJ0eXAiOiJKV1QiL
[2025-08-21 12:50:33.586][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from XXX.XXX.XXX.XXX
[2025-08-21 12:50:33.586][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from XXX.XXX.XXX.XXX
[2025-08-21 12:50:33.586][response][INFO] (websockets_hub) GET /bitwarden/notifications/hub?<data..> => 200 OK
[2025-08-21 12:50:33.586][response][INFO] (websockets_hub) GET /bitwarden/notifications/hub?<data..> => 200 OK
[2025-08-21 12:50:33.589][request][INFO] GET /bitwarden/api/config
[2025-08-21 12:50:33.589][request][INFO] GET /bitwarden/api/config
[2025-08-21 12:50:33.589][response][INFO] (config) GET /bitwarden/api/config => 200 OK
[2025-08-21 12:50:33.589][response][INFO] (config) GET /bitwarden/api/config => 200 OK
[2025-08-21 12:50:33.603][request][INFO] GET /bitwarden/api/sync
[2025-08-21 12:50:33.603][request][INFO] GET /bitwarden/api/sync
[2025-08-21 12:50:33.603][vaultwarden::auth][ERROR] Token is invalid
[2025-08-21 12:50:33.603][vaultwarden::auth][ERROR] Token is invalid
[2025-08-21 12:50:33.603][auth][ERROR] Unauthorized Error: Invalid claim
[2025-08-21 12:50:33.603][auth][ERROR] Unauthorized Error: Invalid claim
[2025-08-21 12:50:33.603][vaultwarden::api::core::ciphers::_][WARN] Request guard `Headers` failed: "Invalid claim".
[2025-08-21 12:50:33.603][vaultwarden::api::core::ciphers::_][WARN] Request guard `Headers` failed: "Invalid claim".
[2025-08-21 12:50:33.603][response][INFO] (sync) GET /bitwarden/api/sync?<data..> => 401 Unauthorized
[2025-08-21 12:50:33.603][response][INFO] (sync) GET /bitwarden/api/sync?<data..> => 401 Unauthorized
[2025-08-21 12:50:33.804][vaultwarden::api::notifications][INFO] Closing WS connection from XXX.XXX.XXX.XXX
[2025-08-21 12:50:33.804][vaultwarden::api::notifications][INFO] Closing WS connection from XXX.XXX.XXX.XXX```