-
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
"Provider not set or invalid." Error after transition from 1.0.0-beta.24 to 1.0.0-beta.27 #1253
Comments
So far it looks like I'm being tripped up by the changes from #1191 |
So it looks like |
I have run into this today, thanks for the quick workaround. If I were more into this, I would question the need of every |
I to ran into this. Pesky bugger. |
Still broken with version 1.0.0-beta.29 |
+1 to broken still in 1.0.0-beta.29 |
Yes.. I am also having this issue in [email protected]. Thanks for the workaround. |
Interesting bug? Thanks for this issue helping me out. |
i merged the PR, hope that fixes it for typescript users |
Confirmed fixed. Thanks. |
This sample app works: https://github.com/mjhm/hello_world_dapp. (See README.md for install/run steps.)
UPDATE: I updated the example with the workaround mentioned below, so now the bug is exposed by removing this line https://github.com/mjhm/hello_world_dapp/blob/master/server.js#L55
However upgrading web3 from 1.0.0-beta.24 to 1.0.0-beta.27 causes it to failI'm pretty sure it was working for
1.0.0-beta.26
since I tried that out last week. Unfortunately I can't easily revert to that version because it appears the the sub modules all automatically upgrade to1.0.0-beta.27
See the package-lock.json for the working version manifest.
The text was updated successfully, but these errors were encountered: