Christopher Reece
Results
2
comments of
Christopher Reece
This bug happened when the incoming HTML was missing a prefixed `` tag. When prepending a `` to the incoming html it fixed the error. This is just a temporary...
For more context, the following error is caused by passing null as a first argument to fs.readFileSync here: https://github.com/cameronhunter/local-ssl-proxy/blob/main/src/main.ts#L24 ```TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or...```