metamask-extension
metamask-extension copied to clipboard
[Bug]: Infinite local network connection after its shutdown
Describe the bug
I've booted local node using Hardhat and created public endpoint (with just http://127.0.0.1:number_of_port all works properly from beginning to the end) to node's HTTP server. Then I've added local network to Metamask extension adding that endpoint in RPC URL, all was working fine, but after shutting down network, Metamask now stuck with "Connecting to hardhat (that was network name)" title, even after pc reboot it still shows an infinite (actually an hour has passed but it still stuck in it) connection and no buttons work.

Steps to reproduce
npm initnpm install hardhat --save-dev- Install hardhat dependencies
npx hardhat node- Create public endpoint to logged http url
- Add network to Metamask extension with that public endpoint as RPC URL
- Shutdown node
- Open Metamask extension (here infinite connection should appear)
- Try to close browser and reboot computer
Error messages or log output
No response
Version
10.18.0
Build type
No response
Browser
Chrome
Operating system
Linux
Hardware wallet
No response
Additional context
No response