Tweet-311-Denver / tweet_311_denver_service

Backend for Tweet311Denver Turing Project
MIT License
1 stars 0 forks source link

Heroku puppeteer #40

Closed Dustin-Mikusko closed 4 years ago

Dustin-Mikusko commented 4 years ago

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.

ap2322 commented 4 years ago

Also, I removed the console.logs from these files. Re-deployed the branch on heroku and checked the post reports endpoints for good measure.