Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Doesn't working properly on Heroku #17

@matheuschimelli

Description

@matheuschimelli

First I would like to thank you for this buildback.

I would like to report a bug that i found when i was trying to deploy the heroku-playwright-buildback.
Some important infos:

  • Node v17.6.0
  • Npm v8.5.1
  • Running on Heroku
    I'm using Typescript as well.

What's happening is that when i deploy heroku-playwright-buildback it doensn't work. However when i use the puppeteer buildpack https://github.com/jontewks/puppeteer-heroku-buildpack.git my app works.

I'm suspecting there is a bug but I don't know where it is.

browserType.launch: Executable doesn't exist at /app/node_modules/playwright-chromium/node_modules/playwright-core/.local-browsers/chromium-973391/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
 Looks like Playwright Test or Playwright was just installed or updated. 
 Please run the following command to download new browsers:              
                                                                         
     npx playwright install                                              
                                                                         
 <3 Playwright Team                                                      
╚═════════════════════════════════════════════════════════════════════════╝
    at playwrightCrawler (/app/dist/lib/crawler-base.js:12:58)
    at default_1 (/app/dist/jobs/crawlers/crawler-tjpr-diary/sandbox.js:11:97)
    at processor (/app/node_modules/bull/lib/process/master.js:69:50)
    at /app/node_modules/bull/lib/process/master.js:91:33
    at process.<anonymous> (/app/node_modules/bull/lib/process/master.js:109:9)
    at processEmit [as emit] (/app/node_modules/signal-exit/index.js:175:34)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions