mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #757] compatibility with latest android mobile app? #516
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#516
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 @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
@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.