Can't login via Desktop/Mobile Client - but Webclient works ... #1848

Closed
opened 2026-04-06 02:29:03 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @PeterIttner on 12/21/2022

Subject of the issue

Can't login with official bitwarden Desktop and Mobile Clients to self-hosted vaultwarden anymore.
Login via web-interface works (therefore I know my credentials are correct).

Deployment environment

  • vaultwarden version: 1.22.2
  • Install method: Docker running in Synology NAS
  • Clients used: Desktop Client 2022.12.0
  • Reverse proxy: Vaultwarden is running in local network with a reverse proxy that handles https.
  • Database: SQLite with /data directory is mounted to local volume via docker

Steps to reproduce

  1. Start Bitwarden Desktop Client
  2. Configure Server URL in settings (including https://...)
  3. Login with username (email) and masterpassword

Expected behaviour

Should be logged in, like in web-client

Actual behaviour

Error: Username or Password incorrect

Troubleshooting data

Docker log:

[2022-12-21 11:01:49.194][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: XXXXX. Username: YYYYY.
*Originally created by @PeterIttner on 12/21/2022* <!-- # ### NOTE: Please update to the latest version of vaultwarden before reporting an issue! This saves you and us a lot of time and troubleshooting. See: * https://github.com/dani-garcia/vaultwarden/issues/1180 * https://github.com/dani-garcia/vaultwarden/wiki/Updating-the-vaultwarden-image # ### --> <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them. Remember to hide/redact personal or confidential information, such as passwords, IP addresses, and DNS names as appropriate. --> ### Subject of the issue <!-- Describe your issue here. --> Can't login with official bitwarden Desktop and Mobile Clients to self-hosted vaultwarden anymore. Login via web-interface works (therefore I know my credentials are correct). ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: 1.22.2 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Docker running in Synology NAS * Clients used: Desktop Client 2022.12.0 * Reverse proxy: Vaultwarden is running in local network with a reverse proxy that handles https. * Database: SQLite with `/data` directory is mounted to local volume via docker ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start vaultwarden? --> 1. Start Bitwarden Desktop Client 2. Configure Server URL in settings (including https://...) 3. Login with username (email) and masterpassword ### Expected behaviour <!-- Tell us what you expected to happen --> Should be logged in, like in web-client ### Actual behaviour Error: Username or Password incorrect ### Troubleshooting data Docker log: ``` [2022-12-21 11:01:49.194][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: XXXXX. Username: YYYYY. ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1848