Skip to content

fix(images): jat images async download

Vignesh Devendran requested to merge fix-file-storage-images-download-async into main

It seems to be an async problem the jats zip appears to be created before all the image files are downloaded! This bug won't be detected on local development machines as the download occurs instantly. Tested the same changes in production kotahidev seems to work fine :)

Merge request reports