puppeteer-heroku-buildpack icon indicating copy to clipboard operation
puppeteer-heroku-buildpack copied to clipboard

Installs dependencies needed in order to run puppeteer on heroku.

Results 5 puppeteer-heroku-buildpack issues
Sort by recently updated
recently updated
newest added

https://devcenter.heroku.com/articles/nodejs-support#:~:text=If%20a%20heroku%2Dpostbuild%20script%20is%20specified%2C%20the%20build%20script%20does%20not%20run.

``` > mkdir ./.cache && mv /app/.cache/puppeteer ./.cache mv: cannot stat '/app/.cache/puppeteer': No such file or directory -----> Build failed ```

Hello, i'm wondering if you explored or have any ideas on how we cold purge automatically? Since i'm not very familiar with this the only way i can think of...

Running puppeteer 21.3.5 - `headless: 'new'`. Logs error from browser (`dumpio: true`) flag. Mostly works as expected otherwise, but I suspect causes issues with timeout `ProtocolError: Target.createTarget timed out. Increase...

Heroku-24 was released yesterday: https://devcenter.heroku.com/changelog-items/2898 Using this buildpack on Heroku-24 currently results in this error: ``` -----> Puppeteer app detected -----> Detected Stack changes, flushing cache -----> Updating apt caches...