Hey Cypress friends. I'm having an issue with conn...
# help
f
Hey Cypress friends. I'm having an issue with connecting to Cypress Dashboard locally. I've got both the record key and project ID set in env vars, and I can see tests running with these values in our CI/CD absolutely fine. But when I do it locally, I get the following error
Copy code
We encountered an unexpected error talking to our servers.

We will retry 3 more times in 30 seconds...

The server's response was:

RequestError: Error: connect ECONNREFUSED 127.0.0.1:1234
Does anyone have any ideas if there's any sort of system settings that can impact with my machine connecting up to Dashboard? Currently using an M1 Mac. I'm wracking my brain, but I've not seen any system config mentioned in any of the Cypress docs.
Ah nvm, seem to have fixed this by doing
npx cypress cache clear
and then reinstalling with npm again 👌
2 Views