mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #3082] [NOTE] ⚠️ Client fails to connect or login ⚠️ #1469
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1469
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @BlackDex on GitHub (Dec 31, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3082
New versions
If you are currently unable to login with any client after you either have the clients updated or Vaultwarden it self please check you are running the latest version of Vaultwarden!
Bitwarden has released new client versions which are not compatible with Vaultwarden version bellow 1.27.0.
Since version 1.27.0 Vaultwarden supports these new clients and has many bugs fixed and features added.
See the release notes here Release v1.27.0 (2022-12-24).
If you are running the
testingtagged releases of Vaultwarden, the version should be1.26.0-10dadfca, which is exactly the same as the released1.27.0.Please do not report any client connection bugs or issues before you have fully updated your environment to the latest version.
To check which version you are running right now you can best login into the Admin Interface.
To access the Admin Interface you need to go to
https://your.domain.tld/adminand after login click on theDiagnosticstab.This will show you the current version you have running.
If you can't access the admin interface you can also check the web-vault version on the web client.

It should look something like this.
An other way to check the version of Vaultwarden is via the cli, either via docker or container-less install.
Other common issues
There are some other common issues where people are reporting 2FA/MFA not working.
Most of the time this is either incorrect date/time, this can be checked in the Admin Interface at the Diagnostics page.
Or, the reverse proxy has some added security settings enabled which replace or adds the already present correct security headers, or prevent
PUTorDELETErequests.This causes issues like unable to login, update ciphers, upload attachments and other strange issues.
Please also check the logs of your reverse proxy before posting any issue!
@BlackDex commented on GitHub (Nov 13, 2023):
This issue is old and outdated.