algorand / ledger-app-algorand

MIT License
23 stars 33 forks source link

Windows issue while signing #28

Closed mxmauro closed 1 year ago

mxmauro commented 3 years ago

Hi! I'm recreating #27 with the new template.

Resume: With U2F, when sign is confirmed on device, first we get

image

It happens on Windows on the latest releases but the problem does not happen to all people.

UPDATE:

Seems some sort of timing issue because if you retry several times, later or sooner it works.

We tried to switch to WebUSB and WebAuth. In the former, unless the user has the proper drivers, the browser does not recognizes the device. In the latter, seems to work a bit better than U2F but also fails.

Regards, Mauro.

rotemh commented 1 year ago

Seems to be solved with the latest version. Please reopen if still persists.