mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
Webauthn fails on browser extensions #1307
Reference in New Issue
Block a user
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 @HandyHat on GitHub.
Subject of the issue
Using Webauthn 2FA on the browser extension results in an error (
Cannot parse data) even though using it on the web client works fine.Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Reverse proxy and version: Caddy v2.4.3 h1:Y1FaV2N4WO3rBqxSYA8UZsZTQdN+PwcoOcAiZTM8C0I=
Other relevant details:
Using Windows Hello PIN for my Webauthn method.
Steps to reproduce
Expected behaviour
A Windows Security screen to appear, allowing me to enter my PIN.

Actual behaviour
An error (

Cannot parse data) is thrownTroubleshooting data
Successful log in attempt logs (web client):
Failed log in attempt logs (browser extension):
@jjlin commented on GitHub:
Probably related to https://github.com/bitwarden/jslib/pull/462
@jjlin commented on GitHub:
This is working again in the 1.52.1 release of the browser extensions, which is now available for Chrome at least.