Skip to content
Snippets Groups Projects
Unverified Commit a61dac4d authored by Bucknell, Mary S.'s avatar Bucknell, Mary S. Committed by GitHub
Browse files

Merge pull request #778 from mbucknell/further_deploy_work

Try to use the --no-sandbox when launching puppeteer
parents 02c2f994 d4caf8b6
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ const pool = createPuppeteerPool({
executablePath: process.env.CHROME_BIN,
args: [
// Ignore CORS issues
'--disable-web-security'
'--disable-web-security',
'--no-sandbox'
]
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment