Issue with jsreport-fs-store-azure-storage-persistence Not Importing Templates to Azure Blob Storage
-
I am using jsreport version 4.8.0 and have configured the jsreport-fs-store-azure-storage-persistence extension to persist templates into Azure Blob Storage. I created a container named templates in Azure Blob Storage and am using the following configuration:
"store": { "provider": "fs" }, "extensions": { "fs-store": { "persistence": { "provider": "azure-storage" } }, "fs-store-azure-storage-persistence": { "accountName": "name", "container": "templates", "lock": { "retry": 100, "leaseDuration": 30, "enabled": true } } }
The container templates is successfully created in Azure Blob Storage, but when I try to import a template using the api/import endpoint, the template is not being saved in the templates container.
Am I missing something in the configuration, or is there an additional step required to ensure templates are imported into the Azure Blob Storage container?
-
I've tried it and it works fine for me. The container gets created and after import from the studio, the blobs are created there.
Could you try to isolate the problem and elaborate?