Lesson 5: "Deploying, please wait JsonRpcProvider failed to startup; retry in 1s" #5207
Answered
by
alymurtazamemon
Aishwaria8786
asked this question in
Q&A
-
I am facing this issue. How to fix this? Deploying, please wait
JsonRpcProvider failed to startup; retry in 1s
Error: connect ECONNREFUSED 127.0.0.1:7545
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7545
} |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Apr 2, 2023
Replies: 2 comments 6 replies
-
@Aishwaria8786 Which RPC are you using? It look like the ganache RPC, so make sure the ganache node is running. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
alymurtazamemon
-
You go to the gear button on the top right in ganach. Then click on server. Then change the hostname to wifi and network id to 1337.port no 8545. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Aishwaria8786 Which RPC are you using? It look like the ganache RPC, so make sure the ganache node is running.