Hello,
We are generating the templates, data and assets in an application external to the jsreport server. The files are generated directly into the data directory specified in
"fs-store": {
"dataDirectory": "data",
"syncModifications": true,
"sync": {
"usePolling": true
}
}
When the files are generated, the files are not consistently updated and the template that we want to generate a pdf for is undetected by the jsreport server. When we restart the jsreport, the template is detected. Is there a way to force jsreport to rescan all files in the data-directory? We have tried setting usePolling to false and it has not improved anything.
The version we are using is jsreport 2.3.0
Thanks,
Thomas