mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #6722] Android app login issues for specific user #2521
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#2521
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 @JiroMusik on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6722
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)
@overlord-303 commented on GitHub (Jan 16, 2026):
A related issue with more information was also published in the official Bitwarden Android Repo: https://github.com/bitwarden/android/issues/6363