Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing Ledger wallet from docker-based instance #60

Open
makman88 opened this issue Oct 26, 2023 · 1 comment
Open

Importing Ledger wallet from docker-based instance #60

makman88 opened this issue Oct 26, 2023 · 1 comment

Comments

@makman88
Copy link

I am running a-wallet server using docker image running on a ubuntu server. I am attempting to load an a ledger account and receive the following error:

Last error: Cannot read properties of undefined (reading 'requestDevice')

I am able to see the Ledger and load the ledger account if I use the a-wallet.net site, using the same browser.

Any ideas what might be the difference?

@scholtz
Copy link
Owner

scholtz commented Nov 29, 2023

hm, dont know.. can you give some more info?

do you run it in your domain, or localhost?

I believe it is failing on this line:

https://github.com/LedgerHQ/ledger-live/blob/6e04f40872c4149fac486dc1c1410a94630e6030/libs/ledgerjs/packages/hw-transport-webusb/src/webusb.ts#L10

navigator.usb

can be probably undefined if your browser does not support it, or if you disable the access to usb from browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants