-
I have installed ganache app, but when i launch it, it shows "This app package is not signed with a trusted certificate. Contact your system administrator or the app developer to obtain a new certificate or app package with trusted certificates. The root certificate and all immediate certificates of the signature in the app package must be trusted (0x800B010A)". Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.6.8)
at Logger.makeError (/mnt/c/Users/rohit/node_modules/@ethersproject/logger/lib/index.js:233:21)
at Logger.throwError (/mnt/c/Users/rohit/node_modules/@ethersproject/logger/lib/index.js:242:20)
at JsonRpcProvider.<anonymous> (/mnt/c/Users/rohit/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:561:54)
at step (/mnt/c/Users/rohit/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:48:23)
at Object.throw (/mnt/c/Users/rohit/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:29:53)
at rejected (/mnt/c/Users/rohit/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:21:65)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
reason: 'could not detect network',
code: 'NETWORK_ERROR',
event: 'noNetwork'" does anybody know how to solve it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Re-install Ganache -- if doing this does not work, I would recommend opening an issue here: https://github.com/trufflesuite/ganache/issues Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
@Roctan Please follow this guide next time when you ask a question. How to Ask Question Guide |
Beta Was this translation helpful? Give feedback.
-
@Roctan If you are finding difficulty installing the ganache application, then you can try another way by adding the ganache package to your project. Please go through the solution link given below. I hope this helps you. |
Beta Was this translation helpful? Give feedback.
Re-install Ganache -- if doing this does not work, I would recommend opening an issue here: https://github.com/trufflesuite/ganache/issues
Hope this helps.