79150350

Date: 2024-11-02 09:33:49
Score: 1.5
Natty:
Report link

According to this link, there is a bug in new versions of .NET where the certificate folder is not automatically created.

The workaround is to add the following code in the aspnetcore-https.js file:

const baseFolder = 
//...
s.mkdirSync(baseFolder, { recursive: true });
Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aaron