You are calling the JsonRpcProvider but initialising it with a public rpc url while running a local node. Remove that and it should work fine. ππΌ
const provider = new ethers.providers.JsonRpcProvider() in index page
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
You are calling the JsonRpcProvider but initialising it with a public rpc url while running a local node. Remove that and it should work fine. ππΌ
const provider = new ethers.providers.JsonRpcProvider() in index page