mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #2823] 1.26.0 Unable to log into vaultwarden after update #1388
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#1388
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 @chrispro-21 on GitHub (Oct 14, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2823
Subject of the issue
Unable to log in to vaultwarden after updating from 1.25.2 to 1.26.0. I went back to 1.25.2 as logging in still works, but I got a
Username or Password is incorrect. Try again. IP: <my IP address>. Username: <email>.Deployment environment
Install method: docker
Clients used: web vault
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
Other relevant details: single account on server, caddy reverse proxy outside of docker network.
Steps to reproduce
Update from 1.25.2 to 1.26.0 on docker
Expected behavior
a successful login of an account
Actual behavior
Unable to login with error:
Username or Password is incorrect. Try again. IP: <my IP address>. Username: <email>.Troubleshooting data
@BlackDex commented on GitHub (Oct 14, 2022):
Which database are you using?
What do you see with both versions in the admin interface at the users section?
Also, could you provide the support string of at least the working version, and if possible also the non-working.
@kb8cb40j1av39c02 commented on GitHub (Oct 15, 2022):
Experienced the same issue with a similar setup. Standard Vaultwarden installation with SQLite. My container got auto-updated by watchtower as do other containers.
I was able to fix the issue by rebooting my docker host. I also recall having to do that last time after Vaultwarden got updated.
Strange behaviour that isn't expexted.
@zaidi-01 commented on GitHub (Oct 15, 2022):
I'm having this issue as well on 1.26.0. The
/identity/connect/tokenendpoint keeps throwing a 400 and I can't access my vault at all.@BlackDex commented on GitHub (Oct 15, 2022):
That isn't an error actually, it indicates you need to provide a 2fa/mfa token before you are allowed to continue to login.
@BlackDex commented on GitHub (Oct 15, 2022):
Needing to reboot your host is not something which can be solved by a container. I have the same kind of setup with watchtower and using the testing tagged images. I haven't experienced any issues.
In your case i would suggest to check you dockerd/host logs to see what went wrong. Could be firewalling, kernel libraries which were updated, other applications which were updated,
I really doubt it is the fault of a container. But only logs could help to try and determine it.
@kb8cb40j1av39c02 commented on GitHub (Oct 15, 2022):
@BlackDex from my mobile phone I was only able to just quickly restart the host and not the container itself. I'm not sure if just rebooting the container would have fixed the issue too.
@Bloodpack commented on GitHub (Oct 15, 2022):
Same Problem here after update to 1.26.0
reboot container and host system does NOT fix the problem here
@BlackDex commented on GitHub (Oct 15, 2022):
Which web-vault version are you using?
Which reverse proxy, some reverse proxies block some stuff or could be wrongly configured.
All i can say is that it works just fine for a long time now, since the code-base of 1.26.0 has been out for a while already under testing.
Also, it says login incorrect, so please double check via the
/admininterface if all the correct users are there or not.Also, post the
Support Stringwhich you can generate via the admin interface under theDiagnosticspage.@Bloodpack commented on GitHub (Oct 15, 2022):
@BlackDex
thank you for the reply
i solved my problem.....
i deleted the vaultwarden container and installed it again and now it works (don´t ask me why, i don´t know)
updating from 1.25.2 did break it....
i am using pfsense HA-Proxy, but i used it for a long time with no problems
@chrispro-21 commented on GitHub (Oct 15, 2022):
I'll try a reinstall next and report back.
@chrispro-21 commented on GitHub (Oct 15, 2022):
The reinstall appeared to work after exporting my vaults to json and deleting the /vw-data/ and recreating it.
Thank you!
@BlackDex commented on GitHub (Oct 15, 2022):
Strange though.
Almost looks like it didn't used the old database and created a new one without overwriting the old.
Glad you still have all the data and it works now.
@Bloodpack commented on GitHub (Oct 15, 2022):
@chrispro-21
I did not have to delete my persistent data folders and it worked