Closed fearphage closed 6 years ago
See https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#chrome-headless-fails-due-to-sandbox-issues
This passes the mentioned flags above to chrome: --no-sandbox --disable-setuid-sandbox.
--no-sandbox --disable-setuid-sandbox
These are required to run Chrome as the root user. This fixes #162.
Released in v5.1.0. Thank you for the PR 🚀
v5.1.0
See https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#chrome-headless-fails-due-to-sandbox-issues
This passes the mentioned flags above to chrome:
--no-sandbox --disable-setuid-sandbox
.These are required to run Chrome as the root user. This fixes #162.