I suddenly faced an error when starting a nextJS app after running the following commands:
ssh-keygen -t rsa -C "myemail@example.com"
After setting up the passphrase I cannot run npm run dev
and get the following issue:
{
code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'
}
I also tried disabled the ssl on npm but it is still not working