1
0

fix: Bug
All checks were successful
Remote Deploy / deploy (push) Successful in 6s

This commit is contained in:
2026-01-05 06:29:05 +01:00
parent 9d8db43cd4
commit 1f30cda90a

View File

@@ -67,7 +67,7 @@ async function handleError(page, err) {
let browser, page;
try {
browser = await puppeteer.launch({
headless: false,
headless: 'new',
userDataDir: VOLUME_PATH,
args: ['--no-sandbox', '--disable-setuid-sandbox']
});