mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 18:12:14 -05:00
[GH-ISSUE #6636] Can't login through web interface since last update to 1.35.1 #29981
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @malko on GitHub (Dec 30, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6636
Prerequisites
Vaultwarden Support String
Can't access the /admin/diagnostics page as i can't log in through web interface
Vaultwarden Build Version
1.35.1
Deployment method
Official Container Image
Custom deployment method
deployed through docker-compose:
Reverse Proxy
using bukerweb 1.6.6
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24.04
Clients
Web Vault
Client Version
2025.12.1
Steps To Reproduce
Erreur
Une erreur est survenue.
Une erreur inattendue est survenue"
In the chrome dev console the following message is displayed:
Failed to load resource: the server responded with a status of 400 () /identity/connect/token:1In valutwarden log the following error is logged:
[2025-12-30 15:10:11.240][error][ERROR] 2FA token not providedbut the 2FA was never requestedExpected Result
password has not changed and should be accepted like before update and a 2FA screen should be displayed
Actual Result
An error message is displayed
Logs
Screenshots or Videos
No response
Additional Context
This happened after udpdate from 1.34.3 to 1.35.1
@malko commented on GitHub (Dec 30, 2025):
Ok seems related to bunkerweb catching some error pages removing all error handling in bunkerweb solves the problem