Describe the bug
When trying to create an Export, if there is no pre-existing 'exports' folder, then it fails.
Version
0.9.8
To Reproduce
Steps to reproduce the behavior:
Create a new install with the provided docker-compse
Add a point
Create an export
Expected behavior
I would expect the export to succeed when started. I believe the first export should create the exports folder automatically if it is not present within the public volume set in the docker-compose file. Alternatively, add a line to the docker-compose for the exports folder so that it is explicitly created upon deployment.
Describe the bug When trying to create an Export, if there is no pre-existing 'exports' folder, then it fails.
Version 0.9.8
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect the export to succeed when started. I believe the first export should create the
exports
folder automatically if it is not present within thepublic
volume set in the docker-compose file. Alternatively, add a line to the docker-compose for the exports folder so that it is explicitly created upon deployment.