Official ASP.NET with React template issue with https certificate
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?