You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working in any project using spandx with open: true browser tab never opens and the opn package throws the following error:
(node:22616) UnhandledPromiseRejectionWarning: Error: Exited with code 3
at ChildProcess.<anonymous> (/home/kelss/github/rh/community/node_modules/opn/index.js:85:13)
at Object.onceWrapper (events.js:520:26)
at ChildProcess.emit (events.js:400:28)
at maybeClose (internal/child_process.js:1088:16)
at Socket.<anonymous> (internal/child_process.js:446:11)
at Socket.emit (events.js:400:28)
at Pipe.<anonymous> (net.js:686:12)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:22616) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:22616) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
There is also an error when loading the proxy urls:
net::ERR_CERT_AUTHORITY_INVALID
Even though I have ran npm run mkcert and spandx says my ssl certs are valid.
This is a major blocking issue, I cannot access any local development environments through my WSL2 machine,
The text was updated successfully, but these errors were encountered:
When working in any project using spandx with
open: true
browser tab never opens and the opn package throws the following error:There is also an error when loading the proxy urls:
Even though I have ran
npm run mkcert
and spandx says my ssl certs are valid.This is a major blocking issue, I cannot access any local development environments through my WSL2 machine,
The text was updated successfully, but these errors were encountered: