Passkey Failed to verify authentication

Hi, I am facing an issue where my password manager prompts me to use passkey when page use Conditional UI. Error: Unexpected authentication response challenge "AB", expected "AA" This is my auth config
passkey({
rpID: new URL(env.NEXT_PUBLIC_BASE_URL).hostname,
rpName: siteConfig.name,
origin: env.NEXT_PUBLIC_BASE_URL,
})
passkey({
rpID: new URL(env.NEXT_PUBLIC_BASE_URL).hostname,
rpName: siteConfig.name,
origin: env.NEXT_PUBLIC_BASE_URL,
})
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?