mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-24 23:22:58 -05:00
[GH-ISSUE #6946] Updating login information fails with timeout error from Android bitwarden #11384
Reference in New Issue
Block a user
Originally created by @ChristopheL77 on GitHub (Mar 15, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6946
Prerequisites
Vaultwarden Support String
I get an error while updating login details for any login with bitwarden for android (it works with bitwarden from brave extension in the same network).
However, if I sync the vault from android bitwarden, the changes are present.
It seems to have started failing about 1-2 months ago without changing vaultwarden's configuration (except version updates).
After about 15 seconds, I get the following error in Bitwarden :
Stacktrace:
java.net.SocketTimeoutException: timeout
yv.v.j(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:5)
yv.v.l(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:9)
yv.p.f(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:64)
com.bumptech.glide.m.i(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:5)
wv.c.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:218)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
com.bitwarden.network.interceptor.CookieInterceptor.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:69)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
vv.a.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:128)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
tv.a.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:574)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
wv.a.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:572)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
wv.a.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:216)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
hw.b.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:577)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
com.bitwarden.network.interceptor.BaseUrlInterceptor.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:39)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
com.bitwarden.network.interceptor.AuthTokenManager.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:38)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
com.bitwarden.network.interceptor.HeadersInterceptor.intercept(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:45)
wv.h.b(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:105)
vv.m.f(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:85)
vv.j.run(r8-map-id-7dea6fc6fe15778d544967d267cd3b60db1b1859bb258887a0b7bf97ca878556:42)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:651)
java.lang.Thread.run(Thread.java:1119)
Version: 2026.2.1 (21297)
Device: 📱 samsung SM-S911U1 🤖 16@36 📦 prod
CI: 🧱 commit: bitwarden/android/release/2026.2-rc47@6902c19c0093fa476bbf74ccaa70c9f14afbb82f
💻 build source: bitwarden/android/actions/runs/22503857145/attempts/1
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, INCOMPLETE_2FA_TIME_LIMIT, SIGNUPS_ALLOWED, PASSWORD_HINTS_ALLOWED, SHOW_PASSWORD_HINT, ADMIN_TOKEN, INVITATION_ORG_NAME, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_FROM_NAME, SMTP_USERNAME, SMTP_PASSWORD
Config:
Vaultwarden Build Version
1.35.4
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
I don't know
Host/Server Operating System
NAS/SAN
Operating System Version
DSM 7.3.2.86009-Update1
Clients
Android
Client Version
2026.2.1 (21297)
Steps To Reproduce
Expected Result
I expect to have login value changed without error
Actual Result
Error message with stack trace above
Logs
Screenshots or Videos
No response
Additional Context
No response