LedgerHQ/ledgerjs

Connection to the Ledger Nano S works locally but not on deployed version

directcuteo opened this issue · 2 comments

Hi!
I am trying to connect my Angular web application to my Ledger Nano S device. I managed to do that successfully when I am running the application on localhost using TransportWebHID, but for some reason the same application is not working when it's deployed and it runs on the firebase.
What can the issue be here?
I also tried a production build running on localhost and again, it worked.

Thank you!

What I can see is that it works if I deploy it on an environment that has https. The one where is not working is under http. Is this a known requirement for it to be working? Thank you!

Ohh sincerely sorry for that. I have encounter such difficulty before..