playwright-community / heroku-playwright-buildpack

Buildpack for running Playwright with Chromium and Firefox on Heroku.
https://heroku.playwright.tech
46 stars 43 forks source link

I'm getting application error on java spring-boot after putting playwright as buildpack on heroku #22

Open ItArPrishtine opened 1 year ago

ItArPrishtine commented 1 year ago

Example on api-call:

2022-09-04T20:15:09.689079+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/api/p1/run" host=ar-prishtine.herokuapp.com request_id=8a2f002b-4ac3-4ea5-b1d6-734e69a2a838 fwd="37.35.67.17" dyno= connect= service= status=503 bytes= protocol=https

cdsimmons commented 1 year ago

I had the same error.

I ended up doing the following...

Finally, my app would start and use Playwright.