Support for --no-sandbox
for the crawler
#9735
Labels
package:dev
squad:platform
Issue to be handled by the Platform team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Provide a description of the task
When executing the crawler in the docker container, everything usually is called from the root user perspective.
I was trying to change it using the methods described here – https://developers.google.com/web/tools/puppeteer/troubleshooting#setting_up_chrome_linux_sandbox.
Unfortunately, with no luck.
But what works is the
--no-sandbox
flag passed to the browser when it's being created.The text was updated successfully, but these errors were encountered: