Playwright 1.49.0+ installs both Chromium & Headless Chromium if you run playwright install chromium, which explodes the slug size and kills the build on Heroku as it exceeds the 500mb hard limit.
I have a buildpack fork which has a fix and a PR for the original buildpack to roll an update in, just waiting for it to get accepted. (author doesn't look to be super active though so unsure if they'll get back to it... might end up making the fork in a more centralised spot so it's reusable for other projects nicely)
Also have some notes on updates for docs. This issue's mostly a reminder just for me to come back to it later.
Playwright 1.49.0+ installs both Chromium & Headless Chromium if you run
playwright install chromium, which explodes the slug size and kills the build on Heroku as it exceeds the 500mb hard limit.I have a buildpack fork which has a fix and a PR for the original buildpack to roll an update in, just waiting for it to get accepted. (author doesn't look to be super active though so unsure if they'll get back to it... might end up making the fork in a more centralised spot so it's reusable for other projects nicely)
Also have some notes on updates for docs. This issue's mostly a reminder just for me to come back to it later.