Closed IvanDhalluin closed 2 years ago
Hi, I am using your lib to run with GCP Cloud Run. It works great!
My only concern is that I needed to disable Puppeteer sandbox : '--no-sandbox', '--disable-setuid-sandbox' (Setting Up Chrome Linux Sandbox)
'--no-sandbox', '--disable-setuid-sandbox'
Maybe you can allow access to Puppeteer args in Editor config?
Sure! maybe an option extraPuppeteerArgs to edit(). pr welcome btw!
edit()
Hi, I am using your lib to run with GCP Cloud Run. It works great!
My only concern is that I needed to disable Puppeteer sandbox :
'--no-sandbox', '--disable-setuid-sandbox'
(Setting Up Chrome Linux Sandbox)Maybe you can allow access to Puppeteer args in Editor config?