fido-alliance / webauthn-demo

WebAuthn Workshop Demo [Completed DEMO is at completed demo-branch]
MIT License
733 stars 152 forks source link

Chrome show 'NotAllowedError' because the page does not have focus. #3

Closed watahani closed 6 years ago

watahani commented 6 years ago

My Environment

issue

When I register new account, Chrome show message

http://localhost:3000 want to
 see the make and model of your security key

after click "Allow" button, chrome show error below and don't return registration response.

NotAllowedError: The operation is not allowed at this time because the page does not have focus.

agl commented 6 years ago

This is a Chrome bug where, on Windows, the popup takes focus. The fix is already in the works.

yackermann commented 6 years ago

Thanks for confirming @agl

Closing it then *)

watahani commented 6 years ago

Thank you @agl and please let me know when you have fixed it.

watahani commented 6 years ago

It seems that Chrome has been fixed. It works on Chrome version 68.0.342.0 on Windows 10 :)