[GH-ISSUE #757] compatibility with latest android mobile app? #516

Closed
opened 2026-03-03 01:30:04 +03:00 by kerem · 1 comment
Owner

Originally created by @pdarcos on GitHub (Dec 4, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/757

Hi guys,

I'm trying to compile the official bitwarden android app to work with my bitwarden_rs installation.

I changed the BaseURL here to point to "https://my.domain.net" but I get "an error has occurred" message on the mobile app when trying to login. Looking into the server side of things it seems there's some compatibility issue with the newer mobile client, or, more likely, I'm doing something wrong and the paths either in bitwarden_rs or in the mobile client core have changed since the last time I did this (February 2019).

Logs:
[2019-12-04 12:36:52][rocket::rocket][INFO] POST /accounts/prelogin application/json; charset=utf-8:
[2019-12-04 12:36:52][][ERROR] No matching routes for POST /accounts/prelogin application/json; charset=utf-8.
[2019-12-04 12:36:52][
][WARN] Responding with 404 Not Found catcher.
[2019-12-04 12:36:52][][INFO] Response succeeded.
[2019-12-04 12:36:52][rocket::rocket][INFO] POST /connect/token application/x-www-form-urlencoded:
[2019-12-04 12:36:52][
][ERROR] No matching routes for POST /connect/token application/x-www-form-urlencoded.
[2019-12-04 12:36:52][][WARN] Responding with 404 Not Found catcher.
[2019-12-04 12:36:52][
][INFO] Response succeeded.

Any ideas?

Cheers

Originally created by @pdarcos on GitHub (Dec 4, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/757 Hi guys, I'm trying to compile the official bitwarden android app to work with my bitwarden_rs installation. I changed the BaseURL [here](https://github.com/bitwarden/mobile/blob/b0b7f2afdf32738a321910ca9b76a4c29de007bb/src/Core/Services/ApiService.cs#L69) to point to "https://my.domain.net" but I get "an error has occurred" message on the mobile app when trying to login. Looking into the server side of things it seems there's some compatibility issue with the newer mobile client, or, more likely, I'm doing something wrong and the paths either in bitwarden_rs or in the mobile client core have changed since the last time I did this (February 2019). Logs: [2019-12-04 12:36:52][rocket::rocket][INFO] POST /accounts/prelogin application/json; charset=utf-8: [2019-12-04 12:36:52][_][ERROR] No matching routes for POST /accounts/prelogin application/json; charset=utf-8. [2019-12-04 12:36:52][_][WARN] Responding with 404 Not Found catcher. [2019-12-04 12:36:52][_][INFO] Response succeeded. [2019-12-04 12:36:52][rocket::rocket][INFO] POST /connect/token application/x-www-form-urlencoded: [2019-12-04 12:36:52][_][ERROR] No matching routes for POST /connect/token application/x-www-form-urlencoded. [2019-12-04 12:36:52][_][WARN] Responding with 404 Not Found catcher. [2019-12-04 12:36:52][_][INFO] Response succeeded. Any ideas? Cheers
kerem closed this issue 2026-03-03 01:30:04 +03:00
Author
Owner

@pdarcos commented on GitHub (Dec 4, 2019):

Nevermind. I just had to make sure the correct URL was being POSTed from the app.
Working fine now.

<!-- gh-comment-id:561633173 --> @pdarcos commented on GitHub (Dec 4, 2019): Nevermind. I just had to make sure the correct URL was being POSTed from the app. Working fine now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#516
No description provided.