Open ippocratis opened 2 months ago
@ippocratis please share reproduction steps. i tested creating entry from webui(vaultwarden) and mobile app was able to read
I'm on an android A14 custom called crdroid rooited with KSU if any on this matters.
Both the latest release but the latest build from actions artifact fail to read changes in server or create new entries.
Nothing special to say on how to reproduce .
Install app . set selfhosted instance (I use vaultwarden) , select a setwm cert or.import it, put your email and password to login and complete.the 2fa chalenge.
Tap the plus(+) button to add a new entry . use a unique name for testing purpuses . tap save . a popup appears saying item added. Swatch for the new entry and discover that it never was created . i can't find it
Server logs looks normal(?)
[2024-08-02 16:08:03.786][request][INFO] GET /api/sync [2024-08-02 16:08:03.862][request][INFO] GET /api/sync [2024-08-02 16:08:04.392][response][INFO] (sync) GET /api/sync?None
. [2024-08-02 16:08:05.930][][WARN] No 404 catcher registered. Using Rocket default. [2024-08-02 16:08:05.930][response][INFO] (webfiles) GET /<p..> [10] => 404 Not Found [2024-08-02 16:08:06.009][request][INFO] GET /api/config/ [2024-08-02 16:08:06.009][][WARN] Response was None
. [2024-08-02 16:08:06.009][_][WARN] No 404 catcher registered. Using Rocket default. [2024-08-02 16:08:06.009][response][INFO] (web_files) GET /<p..> [10] => 404 Not Found [2024-08-02 16:08:39.770][request][INFO] POST /api/ciphers [2024-08-02 16:08:39.815][response][INFO] (post_ciphers) POST /api/ciphers => 200 OK [2024-08-02 16:10:12.005][request][INFO] POST /api/ciphers [2024-08-02 16:10:12.010][response][INFO] (post_ciphers) POST /api/ciphers => 200 OK
Maybe the
[2024-08-02 16:08:06.009][response][INFO] (web_files) GET /<p..> [10] => 404 Not Found
Looks suspicious
@ippocratis can you try to select option 'Sync' on top right menu, three dots ?
This works for me.
I know bitwarden supports automatic sync based on websocket. Do you refer to it?
@ippocratis can you try to select option 'Sync' on top right menu, three dots ?
New entry is not saved even when using the sync option
I know bitwarden supports automatic sync based on websocket. Do you refer to it?
I guess yes. Before the rebase to Maui the moment a new entry was created it was instantly available to be used.
Anything else I could posibly check?
Device logs dont look any helpfull
su -c logcat |grep com.x8bit.bitwarden
I've looked into vaultwarden docs. It points mobile client doesn't actually support websocket based notifications.
Please share logs from the server side. Logs with higher level of verbosity from proxy and vaultwarden may help.
Please share logs from the server side. Logs with higher level of verbosity from proxy and vaultwarden may help.
docker logs --details --since 5m vaultwarden
There are some errors but the get api sync call looks OK
Webserver also has some 404 codes
sudo cat /var/log/caddy/vaultwarden.log
I don't believe this related to mtls changes. Per server logs, all of connections has been established. Perhaps, it's a render issue maui in upstream branch.
I'm referring to the https://github.com/oguzhane/nibblewarden/actions/runs/10196044017 build not the latest release from 3 days ago.