The title.
After updating to the recent version from the 3rd, it started throwing this error on JSr initialization. The code is below (node, express)
jsr = jsreport({
store: {
provider: 'fs'
},
blobStorage: {
provider: 'fs'
},
extensions: {
express: { app, server },
'version-control': { enabled: false },
'fs-store': {
dataDirectory: JSREPORT_STORE_PATH
}
},
appPath: '/reporting',
mountOnAppPath: true,
allowLocalFilesAccess: false
})