You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
When offline, TestRPC / Truffle Develop fails with an Invalid JSON RPC response error.
The problem is that localhost needs to be resolved. Switching the network connection string to use 127.0.0.1 instead of localhost removes the need for a network lookup.
We should update our Truffle Boxes to reflect this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As per https://consensys.slack.com/messages/C1D2T7NLC/
When offline, TestRPC / Truffle Develop fails with an
Invalid JSON RPC response
error.The problem is that
localhost
needs to be resolved. Switching the network connection string to use127.0.0.1
instead oflocalhost
removes the need for a network lookup.We should update our Truffle Boxes to reflect this.
The text was updated successfully, but these errors were encountered: