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.