Add no-sandbox argument to Puppeteer launch options
This commit is contained in:
@ -32,6 +32,7 @@ export async function pullData(amount = 100) {
|
||||
needCode = false;
|
||||
state.push('Starting Browser');
|
||||
const browser = await puppeteer.launch({
|
||||
args: ['--no-sandbox']
|
||||
//headless: false
|
||||
//defaultViewport: null,
|
||||
//args: ['--disable-blink-features=PrettyPrintJSONDocument']
|
||||
|
||||
Reference in New Issue
Block a user