djpetti / MALLARD

Store image objects to MinIO object storage and metadata to MySQL database. Easily store and retrieve using metadata.
Apache License 2.0
0 stars 0 forks source link

Upload fails to handle difficult image types #1

Closed djpetti closed 1 year ago

djpetti commented 1 year ago

I have some directories that contain large TIFF orthophotos. If you try to upload these to MALLARD, it will just hang. I don't think it's even getting to the preprocessing stage. No errors appear in the console, so I suspect this is failing somewhere in an action creator and the error is getting eaten by Redux.

image

These types of images don't necessarily need to be supported, but it should at least handle them gracefully, possibly by ignoring them as it does with other non-image files.