Reports disappeared after adding Auth in Azure
-
I created a hosted Azure report site and created several reports then added authentication and all the reports disappeared so I removed the auth and the reports are still gone? How can I get them back? I did several commits along.
-
Do you use azure web app on linux with docker?
Can you share your configuration?
How do you persist your templates?
-
Using Docker
Default Configuration
Default Template PersistanceDid change anything from the install
-
The templates are by default stored inside the docker container.
When you recreate the container, templates are lost.
You can mount your external directory to the container to let it persist templates there.
See the docker readme "Persist templates"
https://hub.docker.com/r/jsreport/jsreport/In case you use azure web apps, you may want to use a database or azure blob storage for persisting.
https://jsreport.net/blog/render-reports-using-azure-app-service