I have a barebone create-react-app with nothing but cypress installed through npm i cypress
When I run npx cypress open
I get this error:
ERR_FAILED (-2) loading 'http://localhost:49770/__launchpad/index.html'
Error: ERR_FAILED (-2) loading 'http://localhost:49770/__launchpad/index.html'
at rejectAndCleanup (node:electron/js2c/browser_init:165:7500)
at EventEmitter.stopLoadingListener (node:electron/js2c/browser_init:165:7875)
at EventEmitter.emit (node:events:527:28)
at EventEmitter.emit (node:domain:475:12)
What could be the reason for this? I have tried to stop the firewall and restart my PC but it didn't work.