Open pzanitti opened 3 days ago
Running a local project with self-signed cert fails to open the browser.
page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://foo
I can add ignoreHTTPSErrors: true to contextOptions in https://github.com/aidenybai/react-scan/blob/main/src/cli.mts#L105 to get it to open.
ignoreHTTPSErrors: true
contextOptions
Any official way to do this?
beautiful, thanks. will be pushed out in the next release
Running a local project with self-signed cert fails to open the browser.
page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://foo
I can add
ignoreHTTPSErrors: true
tocontextOptions
in https://github.com/aidenybai/react-scan/blob/main/src/cli.mts#L105 to get it to open.Any official way to do this?