mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-24 23:22:58 -05:00
[GH-ISSUE #7229] 404 on /identity/accounts/prelogin/password/ with Bitwarden Extension v2026.4.0 #35606
Reference in New Issue
Block a user
Originally created by @lukeluii on GitHub (May 15, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7229
Prerequisites
Vaultwarden Support String
doesn't matter
Vaultwarden Build Version
1.36.0-alpine
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
cloudflared
Host/Server Operating System
Linux
Operating System Version
alpine linux
Clients
Browser Extension
Client Version
chrome 2026.4.0
Steps To Reproduce
Update Bitwarden browser extension to v2026.4.0 (standard on latest Nix-managed browsers).
Configure the extension to use a self-hosted Vaultwarden instance (v1.36.0).
Attempt to log in with a valid master password.
Expected Result
Successful authentication and login.
Actual Result
The extension fails with a generic "Unexpected Error." Inspection of the network console shows a 404 Not Found on the POST request to /identity/accounts/prelogin/password/.
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (May 15, 2026):
Please post the support string to verify that you are using the latest release.
@fsedarkalex commented on GitHub (May 16, 2026):
Just a hint from my side for portainer users as they might suffer from this issue, too:
I tapped into that pitfall because I thought I had updated but apparently portainer does not always re-pull imaged even when you enable the checkbox on a stack.
I had to recreate the container from containers view in portainer.
OFC thats not a vaultwarden thing but I wanted to mention