Currently we have a ROOT_DATA_FOLDER hard-coded in .env. But we also have a hard-coded WORKER_ROOT_DATA_FOLDER in dash_frontend/app/pages/Viewer2DPage.py.
I presume both variables should point to the same directory? If so, get rid of the hard-coded WORKER_ROOT_DATA_FOLDER, for example by reading it from .env.
Currently we have a ROOT_DATA_FOLDER hard-coded in .env. But we also have a hard-coded WORKER_ROOT_DATA_FOLDER in dash_frontend/app/pages/Viewer2DPage.py.
I presume both variables should point to the same directory? If so, get rid of the hard-coded WORKER_ROOT_DATA_FOLDER, for example by reading it from .env.