Parker Place

Results 7 comments of Parker Place

Hi @A-Tokyo , sorry for the delay. I got it working on web with react native by substituting `react-native-webview` with `react-native-web-webview`. It did not work with `react-native-webview`. It could be...

@A-Tokyo , I got it working on Chrome by subbing `react-native-webview` with `react-native-web-webview`. `react-native-webview` does not support the web 😂 It's live at the site I'm developing- https://web.replyguy.app **However, I...

Sorry, `serverless` was a typo. I meant /passwordless. POST to `Request URL: https://dev-2XXXXX.us.auth0.com/passwordless/start` returns `{"error":"unauthorized_client","error_description":"Client authentication is required"}` My localhost and staging domains were all added to my application URIs.

So to clarify @kostysh , you can't use any synchronous methods with truffle-hd-wallet as the provider? I've found such and have used ether.js for my provider and wallets instead.

It's `3.0.27`, and thanks! I also saw [this question you answered](https://ethereum.stackexchange.com/questions/28880/ethers-js-missing-signer) and (naively) tried to set the wallet's provider manually (e.g. `wallet.provider = ethers.providers.JsonRpcProvider('localhost:3000')`.

Hey @ricmoo , just bouncing this thread. Thanks!