@ledgerhq/wallet-api-client not working properly #244
-
I am facing issue while calling hooks from @ledgerhq/wallet-api-client-react. I'm just following this doc https://wallet.api.live.ledger.com/react/configuration. package versions- after I'm trying to access the account |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @blackpanther1881 If not I apologize if the documentation is not clear about that part. You'll need to check that your apiVersion is set to 2.0.0 Alternatively, you can also try using the simulator. |
Beta Was this translation helpful? Give feedback.
Thanks for sharing your manifest.
From what I see, you are pointing to the eth-dapp-browser in your url field,
you should be pointing to your app's url instead.
The Dapp Browser is another embedding method in Ledger Live that isn't based on the wallet-api's integration and reserved to Ethereum.
I apologies for the confusion, as we are currently reworking the documentation on that matter.
Please replace
"url": "https://dapp-browser.apps.ledger.com/v2",
with
"url": "https://localhost:3000",