Closed Dustin-Mikusko closed 4 years ago
This PR adds the puppeteer arguments on launch {args: ['--no-sandbox', '--disable-setui-sandbox'}] as per research on the internet. Heroku finally works with our endpoints that require Puppeteer.
{args: ['--no-sandbox', '--disable-setui-sandbox'}]
Also, I removed the console.logs from these files. Re-deployed the branch on heroku and checked the post reports endpoints for good measure.
What does this PR do?
This PR adds the puppeteer arguments on launch
{args: ['--no-sandbox', '--disable-setui-sandbox'}]
as per research on the internet. Heroku finally works with our endpoints that require Puppeteer.