Background
I built an application that uses Puppeteer on my localhost. Now that I am trying to deploy it into a debian environment the script that r
There is no need of a timeout,
const browser = await puppeteer.launch({headless: true, args:['--no-sandbox']});