Dallas Watterson
Dallas Watterson
In our case, we were using an out-of-the-box aspnet SPA template via `dotnet new react` that was trying to generate a developer certificate during the build process and the Node...
Hey @amcasey Correct that we encountered this issue as part of Docker container build being run by a Github Action. FWIW, I just tried a `dotnet new react` command from...
Glad to hear it - we ended up fixing up our Vite build process to not run if it's running in the CI pipeline, there didn't seem much point in...