I have the Heroku Puppeteer buildpack installed. chrome-pdf works fine but html-to-excel throws the No usable sandbox!
error.
// jsreport.config.json
"extensions": {
"chrome-pdf": {
"launchOptions": {
"args": ["--no-sandbox"]
}
},
" html-to-xlsx": {
"launchOptions": {
"args": ["--no-sandbox"]
}
}
}