Closed pieroliviermarquis closed 3 years ago
This page explains how to use puppeteer on Heroku. (https://elements.heroku.com/buildpacks/jontewks/puppeteer-heroku-buildpack).
It says to include { args: ['--no-sandbox'] } in the launch() call of puppeteer.
Since puppeteer is launched by prerender-spa, how can I pass these configs?
This page explains how to use puppeteer on Heroku. (https://elements.heroku.com/buildpacks/jontewks/puppeteer-heroku-buildpack).
It says to include { args: ['--no-sandbox'] } in the launch() call of puppeteer.
Since puppeteer is launched by prerender-spa, how can I pass these configs?