Ive uploaded an app using heroku, which uses chromium to authenticate the user. It was working fine locally but the page keeps loading on heroku.
Im not using puppeteer directly, its a package which uses puppeteer.
-ive added heroku buildpacks for puppeteer -added: args: ['--no-sandbox','--disable-setuid-sandbox']
but still the site is crashing...how can i solve this