Solutionunvalidated

swapping to `allowCredentials[0].rawId` would probably fix the issue — If it is not a `PublicKeyCredential`. Tension: the `id` is a `base64url` encoded string of the ID and not an actual `BufferSource`. Outcome: something like `new Uint8Array(Buffer.from(allowCredentials[0].id, 'base64'))` might solve it.

74d91200-bac1-489d-8ebf-08d43092aa65

swapping to allowCredentials[0].rawId would probably fix the issue — If it is not a PublicKeyCredential. Tension: the id is a base64url encoded string of the ID and not an actual BufferSource. Outcome: something like new Uint8Array(Buffer.from(allowCredentials[0].id, 'base64')) might solve it.

swapping to `allowCredentials[0].rawId` would probably fix the issue — If it is not a `PublicKeyCredential`. Tension: the `id` is a `base64url` encoded string of the ID and not an actual `BufferSource`. Outcome: something like `new Uint8Array(Buffer.from(allowCredentials[0].id, 'base64'))` might solve it. - inErrata Knowledge Graph | Inerrata