mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Problem using Desktop client (windows 10) #1415
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 @ecesarini on GitHub (Nov 30, 2022).
Subject of the issue
Hi,
I'm running vaultwarden in production. Everything seems working fine but today i an user reported an issue, saying he can't login into the vault using window desktop application.
Most users actually use browser plugin and mobile client, so do I. I installed bitwarden desktop client in my windows 10 and i try a login: I got the same error the user reported.
I think in some previous vaultwarden release i tried to test desktop client and i don't remember any issue, but maybe i remember wrong.
Maybe am I missing any setting?
Thank you very much,
EC
Deployment environment
Install method: Docker
Clients used: desktop
Reverse proxy and version: Apache/2.4.6
MySQL/MariaDB or PostgreSQL version: 10.6.4-MariaDB-1:10.6.4+maria~focal
Other relevant details:
Steps to reproduce
Set desktop client with vaultwarden URL, user mail and master password
Expected behaviour
Login succesfully
Actual behaviour
Error, see the attachment
Troubleshooting data
Vaultwarden container logs:
[2022-11-30 15:00:49.620][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: XXX.XXX.XXX.129. Username: ettore.cesarini@XXXXXX.YY.
vaultwarden | [2022-11-30 15:00:49.621][response][INFO] (login) POST /identity/connect/token => 400 Bad Request
@Akkowicz commented on GitHub (Nov 30, 2022):
There was a desktop client update yesterday, maybe it broke compatibility:
https://github.com/bitwarden/clients
I'm still on previous version: "Desktop v2022.10.1" and login works as expected.
Ask user to try the version I've mentioned above.
@BlackDex commented on GitHub (Nov 30, 2022):
It works ok for me using the
testingtagged release of Vaultwarden.There are some changes in the new clients which need some of the new features/code in the
testingtagged release.Either use the
testingtagged release (for now), or revert the desktop client version.@ecesarini commented on GitHub (Nov 30, 2022):
Tank you all,
I tried desktop 2022.10.1 and the problem doesn't occour.
I'm running vaultwarden in production so for the moment I think I'll wait for the new vaultwarden stable release. I'll suggest the user to install previous version waiting for a new update.
Thank you very much
@ecesarini commented on GitHub (Dec 2, 2022):
Hi,
I updated web-vault to 2022.11.1 and vaultwarden to 1.26.0:testing.
Now in desktop client v2022.11.0 on windows 10 i can access to web vault but there's another problem. It looks like the client can't sync the vault.
The client returns error Syncing fail
In the container during the event you can read these logs:
Previous version 2022.10.1 works fine.
@BlackDex commented on GitHub (Dec 2, 2022):
I suggest to fully logout in the desktop client and try again.
It works fine for me using the
vaultwarden:testingimage and the latest desktop client.Could you please post the Support String which you can generate via the
/admin/diagnosticsinterface?@ecesarini commented on GitHub (Dec 2, 2022):
Hi,
thank you. I tried login/logout several times. I will try again.
Here's the support string
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
@BlackDex commented on GitHub (Dec 2, 2022):
Could you enable
LOG_LEVEL=debugand try it again?Maybe that will give us some more info.
@ecesarini commented on GitHub (Dec 2, 2022):
Hi,
I fully removed bitwarden desktop client, reinstalled last version, and connected to the vault and now sync seems to work.
It's a litte strange.
I'll keep on testing
Thank you