Using Visual Studio Code on a Mac, I have created a new ASP.NET with React template by running ‘dotnet new react’ in the folder terminal. When using ‘dotnet run’, the application builds but upon clicking the local host link it fails stating that there is an error with the https certificate. The same happens with the angular app – maybe something to do with Node.js?
I have followed the suggested steps by clearing, re-adding and authenticating the localhost certificate in Mac Keychain, but with no luck.
Please advise.
Many thanks.
AlexDev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.