Playwright Browser Launch Failure: Deprecated Headless Mode in Chrome
Anyone know how to fix this error? Works perfectly locally, but not on the Apify platform. See file attached with full error log.
Code snippet:
2 Replies
Someone will reply to you shortly. In the meantime, this might help:
I actually had this problem before with a different scraper: https://discord.com/channels/801163717915574323/1337487080527368212/1337487080527368212
In my package.json I set "playwright": "1.49.1" instead of "playwright": "*" like @serge recommended on the other thread and that solves the problem.
Probably something the Apify team should look into so the Apify platform can work with the latest versions of Playwright.