Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If logs contain error errors like this: 

Code Block
// -------------------------- Shell output --------------------------
ERROR! Error: net::ERR_SSL_CLIENT_AUTH_CERT_NEEDED
at navigate (/usr/lib/node_modules/puppeteer/lib/Page.js:526:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
// -------------------------- Shell output --------------------------

It might be caused by The old puppeteer version might cause it.

In order to To fix this, upgrade puppeteer by executing the command below on the server with your Jira instance:

...