In order to deploy an application that uses this on heroku puppeteer must be passed the following in the .launch() ``` puppeteer.launch({ args: ['--no-sandbox'] }); ``` As per the instructions [here](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-on-heroku). Would it be possible to modify your code to use this?
In order to deploy an application that uses this on heroku puppeteer must be passed the following in the .launch()
As per the instructions here. Would it be possible to modify your code to use this?