[GH-ISSUE #6525] [BWA-231] Can't login into the app #102526

Closed
opened 2026-06-03 02:27:57 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @carmilso on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/bitwarden/android/issues/6525

Steps To Reproduce

When I open the app it asks for the master password (in the previous version I was logging in using biometries) but when I click on "unlock" it says there is an error with the request. This is the trace:

Stacktrace:
com.bitwarden.core.data.repository.error.MissingPropertyException: Missing the required MasterPasswordUnlock data property
 vk.t.V(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:164)
 a2.g1.invokeSuspend(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:1963)
 yr.a.resumeWith(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:8)
 iv.j0.run(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:115)
 iv.v0.v0(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:24)
 iv.k.q(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:93)
 iv.k.o(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:3)
 kv.i.a(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:7)
 kv.g.I(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:76)
 kv.g.i(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:53)
 kv.g.h(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:97)
 com.bitwarden.ui.platform.base.BaseViewModel.trySendAction(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:3)
 bm.z.invoke(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:30)
 com.bitwarden.ui.platform.components.util.ThrottledClickKt$throttledClick$1$1$1.invokeSuspend(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:41)
 yr.a.resumeWith(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:8)
 iv.j0.run(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:115)
 h4.u0.q0(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:24)
 h4.t0.run(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:3)
 android.os.Handler.handleCallback(Handler.java:995)
 android.os.Handler.dispatchMessage(Handler.java:103)
 android.os.Looper.loopOnce(Looper.java:248)
 android.os.Looper.loop(Looper.java:338)
 android.app.ActivityThread.main(ActivityThread.java:9067)
 java.lang.reflect.Method.invoke(Native Method)
 com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932)

Version: 2026.1.1 (21176)
Device: 📱 OnePlus KB2003 🤖 16@36 📦 prod
CI: 🧱 commit: bitwarden/android/release/2026.1-rc45@0ee3e2e24968837b9c8b260e105751750271540f
💻 build source: bitwarden/android/actions/runs/21527118876/attempts/1

Expected Result

It should login as always

Actual Result

There is an error

Screenshots or Videos

No response

Additional Context

No response

Build Version

2026.1.1 (21176)

What server are you connecting to?

Self-host

Self-host Server Version

No response

Environment Details

OnePlus KB2003

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
Originally created by @carmilso on GitHub (Feb 12, 2026). Original GitHub issue: https://github.com/bitwarden/android/issues/6525 ### Steps To Reproduce When I open the app it asks for the master password (in the previous version I was logging in using biometries) but when I click on "unlock" it says there is an error with the request. This is the trace: ``` Stacktrace: com.bitwarden.core.data.repository.error.MissingPropertyException: Missing the required MasterPasswordUnlock data property vk.t.V(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:164) a2.g1.invokeSuspend(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:1963) yr.a.resumeWith(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:8) iv.j0.run(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:115) iv.v0.v0(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:24) iv.k.q(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:93) iv.k.o(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:3) kv.i.a(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:7) kv.g.I(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:76) kv.g.i(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:53) kv.g.h(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:97) com.bitwarden.ui.platform.base.BaseViewModel.trySendAction(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:3) bm.z.invoke(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:30) com.bitwarden.ui.platform.components.util.ThrottledClickKt$throttledClick$1$1$1.invokeSuspend(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:41) yr.a.resumeWith(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:8) iv.j0.run(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:115) h4.u0.q0(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:24) h4.t0.run(r8-map-id-34e916b99be6637dd6e0b022a3a2af0b5dee3951071794ba637fe24b41f05950:3) android.os.Handler.handleCallback(Handler.java:995) android.os.Handler.dispatchMessage(Handler.java:103) android.os.Looper.loopOnce(Looper.java:248) android.os.Looper.loop(Looper.java:338) android.app.ActivityThread.main(ActivityThread.java:9067) java.lang.reflect.Method.invoke(Native Method) com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593) com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932) Version: 2026.1.1 (21176) Device: 📱 OnePlus KB2003 🤖 16@36 📦 prod CI: 🧱 commit: bitwarden/android/release/2026.1-rc45@0ee3e2e24968837b9c8b260e105751750271540f 💻 build source: bitwarden/android/actions/runs/21527118876/attempts/1 ``` ### Expected Result It should login as always ### Actual Result There is an error ### Screenshots or Videos _No response_ ### Additional Context _No response_ ### Build Version 2026.1.1 (21176) ### What server are you connecting to? Self-host ### Self-host Server Version _No response_ ### Environment Details OnePlus KB2003 ### Issue Tracking Info - [x] I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
GiteaMirror added the app:authenticatorbug labels 2026-06-03 02:27:58 -05:00
Author
Owner

@bitwarden-bot commented on GitHub (Feb 12, 2026):

Thank you for your report! We've added this to our internal board for review.
ID: BWA-231

<!-- gh-comment-id:3889580047 --> @bitwarden-bot commented on GitHub (Feb 12, 2026): Thank you for your report! We've added this to our internal board for review. ID: [BWA-231](https://bitwarden.atlassian.net/browse/BWA-231) [BWA-231]: https://bitwarden.atlassian.net/browse/BWA-231?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Author
Owner

@NovaSilentium commented on GitHub (Feb 12, 2026):

Hi there,

I attempted to reproduce your issue and was unable to do so. Please uninstall the Bitwarden mobile client off your device, turn the device completely off (long press) and back on, install Bitwarden anew from the Google Play Store/Apple App Store and try to log in then.

If you are using vaultwarden, please review this GitHub thread (https://github.com/bitwarden/android/issues/6363#issuecomment-3765203648).

We use GitHub issues as a place to track bugs and other development related issues. If your issue persists, please write us back using our “Contact support” form located on our Help Center (https://bitwarden.com/help/).

You can include a link to this issue in the message content.

Alternatively, you can also search for an answer in our help documentation or get help from other Bitwarden users on our community forums (https://community.bitwarden.com/c/support/).

The issue here will be closed.

Thanks!

<!-- gh-comment-id:3889676506 --> @NovaSilentium commented on GitHub (Feb 12, 2026): Hi there, I attempted to reproduce your issue and was unable to do so. Please uninstall the Bitwarden mobile client off your device, turn the device completely off (long press) and back on, install Bitwarden anew from the Google Play Store/Apple App Store and try to log in then. If you are using vaultwarden, please review this GitHub thread (https://github.com/bitwarden/android/issues/6363#issuecomment-3765203648). We use GitHub issues as a place to track bugs and other development related issues. If your issue persists, please write us back using our “Contact support” form located on our Help Center (https://bitwarden.com/help/). You can include a link to this issue in the message content. Alternatively, you can also search for an answer in our help documentation or get help from other Bitwarden users on our community forums (https://community.bitwarden.com/c/support/). The issue here will be closed. Thanks!
Author
Owner

@carmilso commented on GitHub (Feb 12, 2026):

Indeed, it was this: https://github.com/bitwarden/android/issues/6363#issuecomment-3765203648
Thanks!

<!-- gh-comment-id:3889692116 --> @carmilso commented on GitHub (Feb 12, 2026): Indeed, it was this: https://github.com/bitwarden/android/issues/6363#issuecomment-3765203648 Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#102526