Lesson 5 : Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2) #6288
Closed
GitAniket98
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Getting this error while deploying the deploy.js using ganache
Error:
Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2) at Logger.makeError (/home/aniketchow/hh-fcc/ether-simple-storage/node_modules/@ethersproject/logger/lib/index.js:238:21) at Logger.throwError (/home/aniketchow/hh-fcc/ether-simple-storage/node_modules/@ethersproject/logger/lib/index.js:247:20) at JsonRpcProvider.<anonymous> (/home/aniketchow/hh-fcc/ether-simple-storage/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:609:54) at step (/home/aniketchow/hh-fcc/ether-simple-storage/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:48:23) at Object.throw (/home/aniketchow/hh-fcc/ether-simple-storage/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:29:53) at rejected (/home/aniketchow/hh-fcc/ether-simple-storage/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:21:65) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { reason: 'could not detect network', code: 'NETWORK_ERROR', event: 'noNetwork' }
Beta Was this translation helpful? Give feedback.
All reactions