-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occured on iOS #5016
Comments
me too! |
Try to update to the |
Having the same issue after upgrading to Bitwarden mobil iOS version 2024.9.2 before it was fine... |
Using the |
I noticed the same issue. Using the |
Hi, for those of us building from source, does the latest tag (1.32.0) solves this issue? Thanks in advance. |
I can confirm it works for me on |
1.32.0 works for me |
1.32.0 works for me via proxmox helper scripts |
Just built 1.32.0 from source and the iOS issue is solved. Thank you all. |
Looking forward to a new container release. Of course I don't want to stick with testing ^^ |
1.32. works for me on a self hosted nas with docker |
Running on latest also having this issue. Would be nice to have a new container release 👍🏼 Missing the ability of autofilling my passwords on my iPhone |
1.32.0 works just fine after updating from 1.27 not working, 1.32 already has a release and has for a month |
Closing this as it looks like it is fixed in testing and will be in the next stable release. Thanks for the info. |
Looking at their original version, this specific issue would have been resolved with latest rather than testing also. So It doesn’t appear this issue part of any of the lingering issues that were left over from latest 1.32 to testing? |
You can't say that with certainty. There were some fixes in testing which have impact on syncing with the new clients. So for some latest would have been fine, where for others they needed testing. |
Just FYI, I'm running 1.32.0 (from the Archlinux package) and still have this problem. |
That isn't using the |
how would one use the testing branch without docker? im running it Vaultwarden currently on a dedicated LXC and am not too keen to move everything over to a docker instance |
Just install the latest, as there was a new release just a few days ago |
It seems the iOS clients are not able to handle the `type` key within the `fields` array when they are of the type string. All other clients seem to handle this just fine though. This PR fixes this by validating it is a number, if this is not the case, try to convert the string to a number, or return the default of `1`. `1` is used as this is the type `hidden` and should prevent accidental data disclosure. Fixes dani-garcia#5069 Possibly Fixes dani-garcia#5016 Possibly Fixes dani-garcia#5002 Signed-off-by: BlackDex <black.dex@gmail.com>
It seems the iOS clients are not able to handle the `type` key within the `fields` array when they are of the type string. All other clients seem to handle this just fine though. This PR fixes this by validating it is a number, if this is not the case, try to convert the string to a number, or return the default of `1`. `1` is used as this is the type `hidden` and should prevent accidental data disclosure. Fixes #5069 Possibly Fixes #5016 Possibly Fixes #5002 Signed-off-by: BlackDex <black.dex@gmail.com>
I have installed 1.32.1 in Docker on my Synology NAS (DS 718+ with DSM 7.1.1-42962 Update 6) But still get the issue with bitwarden release 2024.9.2 on iphone 14 with ios 17.7. Is there something else, I have to do? |
@uschumac you need to install the Also, v1.32.2 is the current latest version which does not have the fix for this issue. |
Does anyone know if the fix will be included in the next latest version? |
@GerryCrooked All patches in the |
For me it's working again with the |
@BlackDex Thank you for your quick response. I have installed vaultwarden/server -> testing from the repository in my Synology Docker. Unfortunately I still get errors the Username an Password is incorrect. With an iPad with iPadOS 18.01, with an iPhone with iOS 17.7, and a MacBook with MacOS Seqouia 15.01 |
If it says username/password incorrect that either means the username or password are incorrect, or the user does not exists. Check the Vaultwarden Admin Backend |
@BlackDex Thank you for the quiyk response again. My fault was a wrong entry in the Volumes section. It was docker/vaultwarden/data instead of docker/vaultwarden. Thanks a lot, now it works again. |
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN, SMTP_HOST, SMTP_SSL, SMTP_PORT, SMTP_FROM, SMTP_USERNAME, SMTP_PASSWORD
Vaultwarden Build Version
1.30.5
Deployment method
Official Container Image
Custom deployment method
Using Ansible to deploy as podman container
Reverse Proxy
nginx 1.22.1
Host/Server Operating System
Linux
Operating System Version
Debian 12.7
Clients
iOS
Client Version
dunno how to find out on iOS (latest)
Steps To Reproduce
Expected Result
Login should be possible
Actual Result
An error occured message
Logs
Screenshots or Videos
Additional Context
The problem only seem to surface on iOS. Running Linux Desktop Bitwarden client and webgui no problem.
The text was updated successfully, but these errors were encountered: