Puppeteer await calls are not throwing all errors. Some errors can only be catched from page.on('error', cb) callback. We should be able to provide these errors better in the responses. Currently almost all errors except validation errors are 500 Internal Server Error. Only place to see what happened is application logs.
Puppeteer await calls are not throwing all errors. Some errors can only be catched from
page.on('error', cb)
callback. We should be able to provide these errors better in the responses. Currently almost all errors except validation errors are 500 Internal Server Error. Only place to see what happened is application logs.