Replies: 18 comments
-
On the latest raspberry pi version, I had the same issue, but with every client. I updated to latest, which fixed it with each client (Chrome-, Safari-extensions, MacOS App, iOS-App) but the android one. Surprisingly, biometrical (re-)login works just fine. |
Beta Was this translation helpful? Give feedback.
-
I built from source the original bitwarden mobile repo to see if I could debug it and find a line or something. But the error did not happen in this version. I will compare both the built and the Play Store version. |
Beta Was this translation helpful? Give feedback.
-
You have to logout and login again than just retyping password which is slightly inconvenient but can avoid the crash for now. Fingerprint unlocking works fine though. |
Beta Was this translation helpful? Give feedback.
-
Which version of the android client are you using? |
Beta Was this translation helpful? Give feedback.
-
I'm using the newest client at the moment which is |
Beta Was this translation helpful? Give feedback.
-
This is also happening on macOS (10.15.7). I'm using Whenever the vault gets locked and it used to unlock fine by just typing the password but now I have to logout and login again as it says "Invalid master password", though I'm typing in the right one but it's not crashing anything for macOS. |
Beta Was this translation helpful? Give feedback.
-
@windware-ono, how did you install bitwarden? Plain docker or docker compose? Did you also restart your reverse proxy after the update. I'm using the android version 3226, which is a bit newer and i can't reproduce this at all. Also, what do you see in your logs? What request is coming in at bitwarden. |
Beta Was this translation helpful? Give feedback.
-
I'm currently having this same issue with the Bitwarden mobile app on iOS 14.0.1. Server and web versions are up-to-date (1.17.0 for server and 2.16.1 for web) according to the /admin/diagnostics page, and the date and time matches as well. Installed via docker-compose. When running the When logging in via the mobile app, the following entry shows up in the server's logs:
I'm unsure if this is an issue caused by the server or the client, but I can login without issues in Google Chrome with the extension running on MacOS and on Windows. |
Beta Was this translation helpful? Give feedback.
-
I installed it via docker-compose.
Where do I find the bitwarden_rs version? I saw it says
I can't see any newer version than 2.6.1 at the Play Store, so I'm at 3178.
Say, I have the Android Bitwarden app at the unlocked state, and if I go to It's the same for macOS, except the browser extension doesn't have fingerprint unlock feature. So, it does sound like it's the client's problem when it crashes without contacting the server but I don't have knowledge of the internal working mechanism to be sure. |
Beta Was this translation helpful? Give feedback.
-
I was afflicted by this for the last few days on Android. I was able to workaround it by: updating my server build (it was overdue) AND clearing both cache and data for the application (uninstall/reinstall might also work?). Hope this might help someone else. |
Beta Was this translation helpful? Give feedback.
-
@reydus were you able to solve this issue using the provided comments and updating your server and maybe by clearing the cache of the mobile application? |
Beta Was this translation helpful? Give feedback.
-
I had the same issue happening on iOS. Turns out I had some bad data other clients handled fine, but the phone didn't. In my case, I had a Login URI whose URI was To find the borked data, I whipped up a Ruby script to help:
You can scan the output manually to find fields that don't sound like they should be
|
Beta Was this translation helpful? Give feedback.
-
I had the same issue on both my android devices. Seems to me that the crash on unlocking is maybe created by the initial login with an older Bitwarden_rs version, because after the server update the issue still persisted until I logged in fresh. |
Beta Was this translation helpful? Give feedback.
-
But that does not explain why logging in via biometrics works. I'd rather say that it happens while the master phrase is being validated. |
Beta Was this translation helpful? Give feedback.
-
It is because in the code of the client the master-password entered to unlock is verified at the server side. |
Beta Was this translation helpful? Give feedback.
-
For me it got fixed exactly as @Starfiresg1 described. |
Beta Was this translation helpful? Give feedback.
-
@nwallace, maybe a bit late. But a Uri as also Uris can definitely be |
Beta Was this translation helpful? Give feedback.
-
Converting this issue to a discussion. |
Beta Was this translation helpful? Give feedback.
-
Subject of the issue
When unlocking the vault, once you have logged in, you type your master password, and after hitting the button, it immediately crashes.
This is very similar if not identical to issue #1169, however it didn't get solved after updating both the app and the server.
Your environment
Steps to reproduce
Log in as normal
Lock the vault
Input the CORRECT master password and hit button.
Expected behaviour
The main screen with the vault content shows up.
*If a wrong password is inserted, it will say wrong password.
Actual behaviour
it immediately crashes (it goes to home screen for me, no messages)
Relevant logs
Here's a adb logcat:
Beta Was this translation helpful? Give feedback.
All reactions