Commit 77e71f46 authored by Gus V's avatar Gus V Committed by GitHub

Update openai-auth.ts

add --disable-setuid-sandbox so puppeteer works with the heroku buildpack for puppeteer on heroku
parent 76ad3672
......@@ -228,6 +228,7 @@ export async function getBrowser(
const puppeteerArgs = [
'--no-sandbox',
'--disable-setuid-sandbox',
'--disable-infobars',
'--disable-dev-shm-usage',
'--disable-blink-features=AutomationControlled',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment