-
Notifications
You must be signed in to change notification settings - Fork 5.1k
"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 web3@1.0.0-beta.29. 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: