Closed eduardodgdebem closed 4 days ago
You'll need to specify the location of the brotli files.
@DoveLanLan I'm with the same issue, how did you solved it?
Make sure you have the correct settings for bundling external dependencies in your next config. If that doesn't solve it, then you probably need to specify the location of the brotli files.
Environment
chromium
Version: 119.0.2puppeteer
/puppeteer-core
Version: 21.5.1I'm not sure if I'm doing something wrong but very time a try to run puppeteer with "@sparticuz/chromium" on vercel with nodejs18.x it throws "The input directory "/var/task/.next/server/app/api/trpc/bin" does not exist." but locally it throws the same error.
Steps to Reproduce
I just created a nextjs app with trpc and tried to run the following code on vercel