From d757c35dc05eb1652a54280413cad93e3d80bb8c Mon Sep 17 00:00:00 2001 From: Casey Timm Date: Tue, 22 Jul 2025 17:20:01 -0400 Subject: [PATCH] Add no-sandbox argument to Puppeteer launch options --- src/lib/united.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/united.js b/src/lib/united.js index 882b4b6..44ab224 100644 --- a/src/lib/united.js +++ b/src/lib/united.js @@ -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']