mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #5911] Broken Webauthn 2fa login on IOS devices with non-English language settings #2283
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#2283
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 @mrhaoxx on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5911
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
Config:
Vaultwarden Build Version
v1.34.1
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
OpenNG
Host/Server Operating System
Linux
Operating System Version
No response
Clients
iOS
Client Version
No response
Steps To Reproduce
Expected Result
the page should be working to allow 2fa auth via hardware fido2 keys
Actual Result
not working
the page was broken
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (May 30, 2025):
A redirect to example is a bit strange. That sounds to me like you have your domain configured as
example.comor it's changed somewhere by something.@mrhaoxx commented on GitHub (May 30, 2025):
the issue is that the page
/webauthn-mobile-connector.htmlis broken, not the domainI just modified the url to hide my real domain :)
@BlackDex commented on GitHub (May 30, 2025):
Any logs on the Vaultwarden server side?
@mrhaoxx commented on GitHub (May 30, 2025):
no it seems that this is now working as a "static" page with no interaction with the server side
i can see a js error in the console
@BlackDex commented on GitHub (May 30, 2025):
I just tried it on my Android phone and it seems to work there.
Also, you show a browser developer tools box.
I need a bit more details on what you mean with ios devices than.
What kind of device, are you using an updated version of the client.
@mrhaoxx commented on GitHub (May 30, 2025):
Strangely, it's now working normally on my device, though i don't know what happened.
Thanks very much for you patience !!
@mrhaoxx commented on GitHub (May 30, 2025):
Oh, I found it.
It works normally with the app language set to English but failed when lang is set to Chinese
@BlackDex commented on GitHub (May 30, 2025):
I'm afraid that isn't something we can fix then.
I know there are or where several issues with some Asian languages for some reason with several Bitwarden clients.
But that isn't something we can fix as this project doesn't maintain the clients.