mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -05:00
Vaultwarden does not appear to be compatible with Bitwarden on Android #5264
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 @ivanskodje on GitHub (Jun 30, 2023).
Subject of the issue
The latest version of Vaultwarden does not appear to be compatible with the Bitwarden on mobile.
Bitwarden claims this is an issue with Vaultwarden: https://github.com/bitwarden/mobile/issues/2591 Maybe they are right, maybe not. Either way there seems to be a comparability issue somewhere, and there is no debug logs that i have found that were helpful in identifying the cause.
From Bitwarden mobile app's perspective, these are the steps taken:
Error message appears whenever we have a valid email. If i enter a nonsense email, it does not pop the error.
(Login fails no matter what at this point.)
Please let me know if there is any hidden debug features I can turn on to help debug and find solution to this.
Deployment environment
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
Install method: CapRover -> Docker image
Clients used:
If there are other steps i can take to debug this issue, let me know.
@ivanskodje commented on GitHub (Jun 30, 2023):
Solution discovered.
Updated from vaultwarden/server:1.28.0 to vaultwarden/server:1.28.1. (I could have sworn I already did that, but i probably messed up somewhere)
Hopefully i did not waste anyone's time.