cypress
cypress copied to clipboard
ERROR: Error: ERR_FAILED (-2) loading 'http://localhost:51708/__launchpad/index.html'
Current behavior
i keep getting this error when trying to open cypress 13,
Desired behavior
i should be able to open cypress 13 from my vs code
Test code to reproduce
npx cypress open
Cypress Version
13
Node version
v16.13.2
Operating System
mac OS catalina, version 10.15
Debug Logs
No response
Other
No response
Hi @jiideeh . Thank you for opening an issue. This is usually permissions related. Have you tried running with elevated permissions?
pls expantiate @AtofStryker, how do i do this?..i tried clearing cache, but it didnt work.
@jiideeh are you able to run the command prefixed with sudo?
I also have this problem, any luck?
I am also facing the same issue. any workaround here?
Same issue here...
having the issue since yesterday. cypress 10 any clues?
You might want to double check your cypress config files. Two times I saw this same error message were because of the following:
- The baseUrl property was accidentally typed as baseURL and that seemed to cause Cypress to crash with this message. 2. Check that configurations and/or imports aren't referencing other file paths incorrectly. I saw the same error crash happen when a particular initialization was trying to pull in a config file that was using the wrong path.
@lauratischukaccesso I'm not able to reproduce this first instance you mention of the baseURL being wrong and causing Cypress to crash. Can you provide a repo?
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
This issue has been closed due to inactivity.