[Webkit-unassigned] [Bug 251817] WebAuthn conditional UI works, but consistently raises "NotAllowedError: Operation Failed" on every other page reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 15:21:17 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251817

--- Comment #5 from matthew at millerti.me ---
Experimenting a bit more, if I actually go through with the conditional UI prompt on each page load the subsequent page reload works fine - no error, conditional UI promise resolves with a response from `.get()`. But if I reload the page multiple times then I start to see this alternating pattern of "error -> no error -> error -> no error..."

And when I don't see the `NotAllowedError` in the console on page load, conditional UI resolves as expected after selecting a passkey. When I reload the page and see `NotAllowedError`, an attempt to complete conditional UI neither resolves nor rejects the promise (I guess because the `NotAllowedError` already rejected the promise?)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230206/dbd9af5a/attachment-0001.htm>


More information about the webkit-unassigned mailing list