ScottPeterJohnson / purelymail-issues

Issues repository for the Purelymail email service.
34 stars 0 forks source link

`Add Security Key` Error #187

Open navtoj opened 10 months ago

navtoj commented 10 months ago

I'm getting the error below after clicking on "Add Security Key".

Unable to register security key: TypeError. Please try again.

image


The screenshots below are from DevTools.

image

image

ScottPeterJohnson commented 10 months ago

I had to update the webauthn library, but this should now be fixed.

On November 12, 2023 4:31:44 AM PST, Navtoj Chahal @.***> wrote:

I'm getting the error below after clicking on "Add Security Key".

Unable to register security key: TypeError. Please try again.

image


The screenshot below is from the DevTools console.

image

-- Reply to this email directly or view it on GitHub: https://github.com/ScottPeterJohnson/purelymail-issues/issues/187 You are receiving this because you are subscribed to this thread.

Message ID: @.***> -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

ScottPeterJohnson commented 10 months ago

I think it works now from my testing.

navtoj commented 10 months ago

Still getting the same error. I've attached a screenshot below of my browser details.

image

ScottPeterJohnson commented 10 months ago

Interesting. The specific error from our logs matches this: https://github.com/bitwarden/clients/issues/6769 I'm guessing some kind of weird Mac-specific recent browser update makes the authenticatorAttachment property present but undefined, instead of not present and undefined, which happens to break some JS. It's monkey-patchable on our end (though I won't be able to test a fix), though maybe the Chrome team will fix it themselves.