using bitwarden android app, crashs when I save any edits
-
Have restarted phone / reinstalled app. Checked app permissions.
I can make the same edits to secure notes via the webpage, but the bitwarden app immediately closes when I hit save. -
I had that problem too a few days ago. It went away on its own (which is infuriating!)
-
Same problem here with iOS App on iphone - also when adding a new credential
-
I see this on my android as well. AFAICT, there is no request sent to the server at all. The app crashes locally. I have to fire up adb now.
-
https://github.com/dani-garcia/vaultwarden/discussions/3996 is the upstream bug
-
@girish said in using bitwarden android app, crashs when I save any edits:
I have to fire up adb now.
? what's that?
-
Same here on iOS - seems a universal issue
-
@jdaviescoates
Android Debug Bridge
(adb)
https://developer.android.com/tools/adb -
OK, I have set the crate version at build time as suggested by the discussion thread.
I have published a new package now that sets the version. You can check by going to
/api/config
. With this, my android client works. Can others confirm? -
@girish said in using bitwarden android app, crashs when I save any edits:
OK, I have set the crate version at build time as suggested by the discussion thread.
I have published a new package now that sets the version. You can check by going to
/api/config
. With this, my android client works. Can others confirm?It works on both Android and iOS for me. Thanks for pushing a fix so quickly!