Excel Template Render Timeout issue



  • 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



  • Thank you for the template. We're gonna check if we can optimize processing a bigger XLSX template like this one
    https://github.com/jsreport/jsreport/issues/1270



  • Hi Jahn, this template renders without any problems in jsreport v2.11.0, but not in the latest version. What could be the reason for this, and can it be solved by adding anything to the configurations?


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.