There has been a breaking change to the behaviour of dotnet dev-certs, it no longer creates a file path if its missing.
In the npm start https prerun script aspnetcore-https.js it runs the dev-certs command but errors if the file path does not exist due to the behaviour change. Needs to be updated to instead check if the dir exists and create it instead.
There has been a breaking change to the behaviour of dotnet dev-certs, it no longer creates a file path if its missing.
In the npm start https prerun script aspnetcore-https.js it runs the dev-certs command but errors if the file path does not exist due to the behaviour change. Needs to be updated to instead check if the dir exists and create it instead.
Can see the changes documented here - link