Android app login issues for specific user #6723
Replies: 5 comments 14 replies
-
|
A related issue with more information was also published in the official Bitwarden Android Repo: bitwarden/android#6363 |
Beta Was this translation helpful? Give feedback.
-
|
@JiroMusik You can delete all devices for a user in the Vaultwarden Admin panel by deauthorizing a user's sessions. Line 474 in b2cd556
So did your creation change anything? If so, what? And did you increase the note size limit? Lines 463 to 467 in b2cd556 |
Beta Was this translation helpful? Give feedback.
-
|
Same here, |
Beta Was this translation helpful? Give feedback.
-
|
Was on quite an old Vaultwarden version, 1.33.1 I think, and suddenly startet getting this error message when trying to open the vault on my android Bitwarden app. Tried going into offline mode, but it would still instantly give the "unable to process your request" error. What fixed it for me was:
|
Beta Was this translation helpful? Give feedback.
-
|
I needed to recycle all of the keys and encryptions via Dashboard and was able to login again |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
Vaultwarden Support String
Hi guys, I am not sure if my current issue has to do with this (new device registration awaits SMTP #5856) but let me explain:
I was using the (always latest) Bitwarden App fine with my self-hosted Vaultwarden, which was some older version.
Today I tried to create an App that communicates via API to store secret notes. After some trial and error I got the connection to work but realized I used my personal API Key instead of the organization one.
After the first successful login of my new server-app - my Android App stopped working and only shows "unable to process your request".
I can login to the Bitwarden Web Clients and the normal Web GUI with this account and also I can login with other accounts on my android app and see their contents just fine. But my own user is not accessible via App. I rotated all secrets and KDF but nothing worked.
Of course I restarted the server (and later also updated it to 1.35.2) and deleted the Android App multiple times. I still can see the "android" in my "Apps" View on the Web Interface but can not delete it from there. I also disabled the 2FA for the account but also no success
I think it is seen as a new device and could be connected to #5856
Vaultwarden Build Version
1.35.2
Deployment method
Official Container Image
Custom deployment method
Synology NAS Container Manager (docker-compose)
Reverse Proxy
none
Host/Server Operating System
NAS/SAN
Operating System Version
Synology DSM 7.2
Clients
Android
Client Version
2025.12.1(21060)
Steps To Reproduce
Trying to Login with my usual account - Enter Masterpassword - see error
Expected Result
Showing my Vault
Actual Result
Showing error
Sync is possible, under Settings I can see the folders. But the Main "Vault" Tab in the App shows the error.
Proof for sync: Changing the "profile picture color" syncs to my phone!
Logs
Screenshots or Videos
No response
Additional Context
Do I just need to rotate the main encryption code (master key tab) like explained here?
https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key
I just did the other two rotation options (keys tab)
Beta Was this translation helpful? Give feedback.
All reactions