google / webauthndemo

An example Node.js Relying Party implementation of the WebAuthn specification
https://try-webauthn.appspot.com
Apache License 2.0
549 stars 120 forks source link

An error occurred during Make Credential operation [] #89

Open DamianArado opened 2 years ago

DamianArado commented 2 years ago

When I went to https://webauthndemo.appspot.com/, and clicked on REGISTER PLATFORM AUTHENTICATOR or REGISTER NEW CREDENTIAL, I get this error: An error occurred during Make Credential operation []

The console when I clicked on REGISTER PLATFORM AUTHENTICATOR or REGISTER NEW CREDENTIAL:

Screenshot 2021-09-07 010159

My local environment is Google Chrome Version 92.0.4515.159 (Official Build) (64-bit) for Win10.
I'll try and fix this locally. Wish me luck!
😄

DamianArado commented 2 years ago

A similar error of An error occurred during Assertion request [] occurs when I tap on Authenticate. I think you guys are aware of this already. 😅

DamianArado commented 2 years ago

Also, I forgot to mention it works fine locally when I test it with jdk1.8.0_311.

But the problems that I mentioned above are there when I access: https://webauthndemo.appspot.com

agektmr commented 2 years ago

Thanks @DamianArado for reporting the issue. We are working on a new version of the demo that should fix the issue.

Lonli-Lokli commented 2 years ago

it's not blocker?