Subject
Unexpected error when logging in with the latest browser extension (Chrome).
Deployment method
Docker (vaultwarden/server:latest)
Steps To Reproduce
- Use the latest Bitwarden browser extension (Chrome)
- Attempt to log in to the self-hosted Vaultwarden instance
- Login fails with an unexpected error
Expected behaviour
Successful login.
Actual behaviour
Login fails. The server returns a 404 for the prelogin endpoint.
Logs
[2026-05-30 03:12:37.057][request][INFO] POST /identity/accounts/prelogin/password
[2026-05-30 03:12:37.057][response][INFO] 404 Not Found
Environment
- Browser: Chrome
- Docker image: vaultwarden/server:latest
Additional context
The endpoint /identity/accounts/prelogin/password returns 404, which suggests the latest browser extension is calling a new API route that Vaultwarden has not yet implemented.
Subject
Unexpected error when logging in with the latest browser extension (Chrome).
Deployment method
Docker (vaultwarden/server:latest)
Steps To Reproduce
Expected behaviour
Successful login.
Actual behaviour
Login fails. The server returns a 404 for the prelogin endpoint.
Logs
Environment
Additional context
The endpoint
/identity/accounts/prelogin/passwordreturns 404, which suggests the latest browser extension is calling a new API route that Vaultwarden has not yet implemented.