diff --git a/utils/browser.js b/utils/browser.js index 3c6fbde..92bc00b 100644 --- a/utils/browser.js +++ b/utils/browser.js @@ -7,7 +7,7 @@ class BrowserPool { async createBrowserInstance(username) { const browser = await puppeteer.launch({ - headless: false, + headless: "new", // args: ["--no-sandbox", "--disable-setuid-sandbox"], });