Hi. I have a excel template which includes charts and data.
When i tried to render without any code or etc, it waits like 7-10 minutes and says network error.
I tried in v3.10.0 and v4.10.1 and both says same.
My config like :
{
"allowLocalFilesAccess": true,
"reportTimeout": 3500000,
"chrome": {
"timeout": 3500000,
"launchOptions": {
"args": [
"--disable-dev-shm-usage",
"--no-sandbox"
]
}
},
"store": {
"provider": "fs"
},
"extensions": {
"fs-store": {
"persistence": {
"timeout": 3500000
},
"dataDirectory": "data",
"syncModifications": true,
"sync": {
"usePolling": true
}
},
"express": {
"renderTimeout": 200000,
"inputRequestLimit": "250mb"
},
"xlsx": {
"numberOfParsedAddIterations": 5000
}
},
"templatingEngines": {
"numberOfWorkers": 2,
"strategy": "in-process"
}
}
playground link :https://playground.jsreport.net/w/anon/TCeFenPI