I just upgraded from 10.9.0 to 12.5.1 version and I cannot run my scripts against my record key. I get the error "unable to get local issuer certificate"
I am running the following command
npm test
"test": npm run scripts || npm run posttest
"scripts": cypress run --env configFile=qa --record --key
--browser chrome
My project id is set in cypress.config.js and I double checked under project settings that I am using the correct record keys. also i have attempted to create a new key and get the same results. when I remove the --record --key
from my scripts everything runs fine. Has anyone run into this issue and been able to resolve it?