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,
})
Was this page helpful?