jsreport v3 migration blobstorage sql
-
When i set the blobStorage in the config to oracle as described in the migration guide I get an error at startup
"store": { "provider": "oracle" }, "blobStorage": { "provider": "oracle" },
error: Error occurred during reporter init: Error: options contain values that does not match the defined full root schema. schema validation errors: rootOptions.blobStorage.provider should be equal to one of the allowed values. allowed values: ["memory"]
Is this a bug or am i doing something wrong?
-
Do you have the @jsreport/jsreport-oracle-store extension installed?
-
-
yes, i think blobStorage is missing from oracle? when i compare with mssql in the jsreport.config.js
-