Open jasonsbrooks opened 3 months ago
@jasonsbrooks I was able to get this to work on Heroku with Playwright 1.48 by correcting the libasound2
on the 24 stack:
https://github.com/Skalar/heroku-playwright-buildpack/commit/19851ad82eab4baf4fe032907aab5a104e087332
Any reason you had to override the apt buildpack? I would like to create a PR with my changes, but not sure if the override should be included.
Adds support for the heroku-24 stack.
Note - this seems to be blocked by issues mentioned in https://github.com/microsoft/playwright/issues/30368 . Facing an error when pushing due to
libasound2
. Submitting this as a draft to refer to in the associated issue.