Valutwarden not comaptible with Bitwarden client application v2022.11.0 (Mac OS - AppStore) #1440

Closed
opened 2026-02-05 00:57:02 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @makovice on GitHub (Dec 20, 2022).

Subject of the issue

Prelogin endpoint (/identity/accounts/prelogin) does not work.

Deployment environment

  • vaultwarden version: vaultwarden/server:testing (1.26.0-10dadfca)
  • Install method: Docker image

  • Clients used: Mac OS desktop 2022.11.0, Architecture arm64

Steps to reproduce

When connecting from client app, found in webserever log

... "GET /api/devices/knowndevice/xxx@xxxx.cz/xxxxxxxxxxxxxxx HTTP/2.0" 404 597 "-" ...
... "POST /identity/accounts/prelogin HTTP/2.0" 404 597 "-" ...
... "POST /identity/connect/token HTTP/2.0" 400 227 "-" ...

When revert to old client app (found v2022.5.0)

... "POST /api/accounts/prelogin HTTP/2.0" 200 32 "-" ...
... "POST /identity/connect/token HTTP/2.0" 200 3397 "-" ...

Expected behaviour

So maybe only changed endpoint from /api/... to /identity/... ???

Originally created by @makovice on GitHub (Dec 20, 2022). ### Subject of the issue Prelogin endpoint (/identity/accounts/prelogin) does not work. ### 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: vaultwarden/server:testing (1.26.0-10dadfca) <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Docker image * Clients used: Mac OS desktop 2022.11.0, Architecture arm64 ### Steps to reproduce When connecting from client app, found in webserever log ... "GET /api/devices/knowndevice/xxx@xxxx.cz/xxxxxxxxxxxxxxx HTTP/2.0" 404 597 "-" ... ... "POST /identity/accounts/prelogin HTTP/2.0" 404 597 "-" ... ... "POST /identity/connect/token HTTP/2.0" 400 227 "-" ... When revert to old client app (found v2022.5.0) ... "POST /api/accounts/prelogin HTTP/2.0" 200 32 "-" ... ... "POST /identity/connect/token HTTP/2.0" 200 3397 "-" ... ### Expected behaviour So maybe only changed endpoint from /api/... to /identity/... ???
Author
Owner

@BlackDex commented on GitHub (Dec 20, 2022):

Already fixed in main branch and testing tagged docker images.

@BlackDex commented on GitHub (Dec 20, 2022): Already fixed in `main` branch and `testing` tagged docker images.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1440