Report "exceptionReport-main" render failed.
Report timeout
Error: Report timeout
at Timeout._onTimeout (/app/node_modules/@jsreport/advanced-workers/lib/threadWorker.js:41:23)
at listOnTimeout (node:internal/timers:557:17)
at processTimers (node:internal/timers:500:7)
Hey there, I've tried throwing more computing resources (memory, cpus, workers) at this and increasing the timeouts, but the report build always seems to hang indefinitely until we get this error. It fails this way in a Docker container on my local machine and in Google Cloud Platform.
Tried both 3.1.1 and 3.0.1. No luck either way.
Config -
"httpPort": 5488,
"store": {
"provider": "fs"
},
"blobStorage": {
"provider": "fs"
},
"logger": {
"console": {
"transport": "console",
"level": "debug"
},
"file": {
"transport": "file",
"level": "info",
"filename": "logs/reporter.log"
},
"error": {
"transport": "file",
"level": "error",
"filename": "logs/error.log"
}
},
"allowLocalFilesAccess": true,
"reportTimeout": 60000,
"workers": {
"numberOfWorkers": 4
},
"extensions": {
"chrome-pdf": {
"timeout": 60000
},
"scripts": {
"timeout": 60000
},
"authentication": {
"cookieSession": {},
"admin": {
"username": "- - - -",
"password": "- - - -"
},
"enabled": false
}
},
"chrome": {
"timeout": 60000,
"strategy": "dedicated-process"
}
}
It doesn't give any additional logging either, anyone have debugging tips?