I'm trying to deploy a nodeJs app using puppeteer on heroku and always getting "Could not find Chromium"
I added the flags
const browser = await puppeteer.launch({
headless: true,
args: ['--no-sandbox','--disable-setuid-sandbox'],
});
Would really appreciate any help
Have a nice day