-
Notifications
You must be signed in to change notification settings - Fork 5k
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
web3.currentProvider.sendAsync is undefined #1119
Comments
try to add before create new instance: |
@dkchv thanks, could you tell me where you get this? which version of web3.js? |
I tried to use web3 v1, but out app also use truffle-contract, which use web3 0.20. So then I |
Hey folks, another potential fix for this could be to make sure you import Web3 before you import any artifacts -- even if you define networks later. |
I have the same issue, strangely, this happen only on specific iphone models.
|
This issue should probably be reopened |
|
@devzl it doesn't work client side with Infura nodes. Particularly with American iPhones. |
Following my previous comment. I couldn't find any way to solve this client side, so I ended up only signing the transaction in the mobile client and broadcasting it server side. If you are interested in a microservice to do that you can find the Tx-broadcaster Repository by DEXlab.io here. |
Not sure why this has been closed ¯_(ツ)_/¯ |
Oops sorry.. 🙈 |
drizzle does not supporting http. Maybe some issues? We will see during the project. This time we'd like to get to MVP fast by adding HttpProvider init. sendAsync error web3/web3.js#1119
Prettified, worked around this bug web3/web3.js#1119, var to const whenever possible.
您好,我想知道如何创建自己的web3,来实现链上支付,如果您知道,还请您多多帮助一下 |
Version 0.20.x got his last maintenance release with v0.20.7. Please update your code to the latest 1.0 version of Web3.js. Further details about the current project state are explained in the release announcement of version 1.0.0-beta.38. |
Hey guys, getting a weird bug here.
I'm setting up my web3 like this
But I'm getting an error with web3.currentProvider.sendAsync is undefined, but web3.currentProvider.send is defined. Anyone know what's up?
The text was updated successfully, but these errors were encountered: