Ed. C.
Results
1
comments of
Ed. C.
Following solved it for me on Vercel with node v18, and latest puppeteer-core. Credits [stefanjudis](https://www.stefanjudis.com/blog/how-to-use-headless-chrome-in-serverless-functions/). Somewhere in your `helpers.js` ```js const chromium = require('@sparticuz/chromium-min'); const puppeteer = require('puppeteer-core'); let _page;...