[phases.setup] nixpkgsArchive = '4ecab3273592f27479a583fb6d975d4aba3486fe'
this.browser = await puppeteer.launch({ headless: "new", args: ["--no-sandbox", "--disable-setuid-sandbox"], ignoreDefaultArgs: ['--disable-extensions'] });
file:///app/node_modules/@puppeteer/browsers/lib/esm/launch.js:268reject(new Error([^Error: Failed to launch the browser process! undefined[19:19:0813/053526.608441:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.TROUBLESHOOTING: https://pptr.dev/troubleshootingat ChildProcess.onClose (file:///app/node_modules/@puppeteer/browsers/lib/esm/launch.js:268:24)at ChildProcess.emit (node:events:525:35)at ChildProcess._handle.onexit (node:internal/child_process:291:12)Node.js v18.16.0
--no-sandbox
"puppeteer": "^20.7.2"