Fix puppeteer executablePath

This commit is contained in:
Deep Koluguri 2026-06-27 16:26:46 -04:00
parent f26ae7abd1
commit a300815a1d
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ async function runScrapers(credentials) {
const browser = await puppeteer.launch({
headless: 'new',
executablePath: '/usr/bin/google-chrome',
args: ['--no-sandbox', '--disable-setuid-sandbox']
});