Niels Cautaerts
Niels Cautaerts
still dealing with this issue to be honest. It worked for a bit, then no longer. It simply is difficult to reproduce consistently.
Nope
@Terramoto Thanks for replying to this. How did you do this exactly if I could ask? I tried adding `add_header 'Access-Control-Allow-Origin' '*'` as well as `add_header 'Access-Control-Allow-Origin' '/js/*'` to the...
Ah of course, genius, thanks a lot!! For nginx, I added ``` location /js/* { add_header 'Access-Control-Allow-Origin' 'https://domain.com'; } ``` into the `cusdis.domain.com` server block. Adding the header to the...
Unfortunately it still doesn't work. It worked for a bit but then not anymore. No idea why it works sometimes and why not other times.
@nauicha thanks a lot for sharing your config, I've tested this and for now it seems to work!
I just try to use the latest docker container, I do no configuration/modification on the code.
I have a probably related issue for data coming from the archived forecasts: ``` >>> ds = xarray.open_dataset(filename) --------------------------------------------------------------------------- DatasetBuildError Traceback (most recent call last) /tmp/ipykernel_9992/3594020638.py in 1 filename =...
For context, on my personal install I indeed started with storing experiments in the database as an "experiment" category because the version of eLabFTW I started with did now allow...
@magnunor Actually wasn't aware of `dask_tools._process_dask_array` so that's a nice tip. However, in my specific case I suspect your implementation would be slower because the `_process_chunk` function relies on a...