XLSX template rendering issue



  • Hi. I have a template and data like that:
    https://playground.jsreport.net/w/anon/NO8QCVx3

    when i tried to render it in 2.11, 3.10, 4.10 it always timeouts and says Render Preview failed. network error. i have enough timeout time.
    i tried to increase memory and cpu and i didn't worked.

    my config is:
    {
    "allowLocalFilesAccess":true,
    "reportTimeout":5000000,
    "chrome":{
    "timeout":5000000,
    "launchOptions":{
    "args":[
    "--disable-dev-shm-usage",
    "--no-sandbox"
    ]
    }
    },
    "store":{
    "provider":"fs"
    },
    "extensions":{
    "fs-store":{
    "persistence":{
    "timeout":50000000
    },
    "dataDirectory":"data",
    "syncModifications":true,
    "sync":{
    "usePolling":true
    }
    },
    "express":{
    "renderTimeout":5000000,
    "inputRequestLimit":"250mb"
    },
    "xlsx":{
    "numberOfParsedAddIterations":5000
    }
    },
    "templatingEngines":{
    "numberOfWorkers":4,
    "strategy":"dedicated-process"
    }
    }



  • also i gave max old space size 6k


Log in to reply
 

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