startAuthentication()
doesn't seem to be working when useBrowserAutofill
is set to true
#408
spencersolberg
started this conversation in
Troubleshooting
Replies: 1 comment 8 replies
-
A basic reproduction repo would be great, if you can manage it. Error messages and stack traces would help too if they're available. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My code for signing in with a passkey is working fine, but I want to support autofill. When I set
useBrowserAutofill
to true (authentication = await startAuthentication(options, true)
) the sign in no longer works. It works just fine when I doauthentication = await startAuthentication(options)
.After I click my sign in button once again, I get an error saying "Authentication ceremony was sent an abort signal", but I have to attempt to sign in a second time for this error to show at all.
My input field is set as autocomplete="webauthn". I have tested this in both a Chromium browser and Safari.
I can provide more of my code if that would be helpful in diagnosing this.
Beta Was this translation helpful? Give feedback.
All reactions