nomagick commited on
Commit
ecb1af0
·
unverified ·
1 Parent(s): 6335c52
backend/functions/src/services/puppeteer.ts CHANGED
@@ -494,7 +494,7 @@ export class PuppeteerControl extends AsyncService {
494
  }
495
  this.browser = await puppeteer.launch({
496
  timeout: 10_000,
497
- headless: false,
498
  executablePath: process.env.OVERRIDE_CHROME_EXECUTABLE_PATH,
499
  args: ['--disable-dev-shm-usage']
500
  }).catch((err: any) => {
 
494
  }
495
  this.browser = await puppeteer.launch({
496
  timeout: 10_000,
497
+ headless: true,
498
  executablePath: process.env.OVERRIDE_CHROME_EXECUTABLE_PATH,
499
  args: ['--disable-dev-shm-usage']
500
  }).catch((err: any) => {