dawarich icon indicating copy to clipboard operation
dawarich copied to clipboard

Exports fail if no 'exports' folder exists and no folder is created by default.

Open HStep20 opened this issue 1 year ago • 1 comments

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:

  1. Create a new install with the provided docker-compse
  2. Add a point
  3. 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.

HStep20 avatar Jul 31 '24 22:07 HStep20

Thank you! I have been breaking my head on why it kept failing. Created the folder 'exports' inside the 'public' folder, and all works.

radh21301 avatar Sep 01 '24 16:09 radh21301

Fixed in https://github.com/Freika/dawarich/pull/255

Freika avatar Sep 22 '24 11:09 Freika