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

Final `batch_update` fails when uploading both pictures and video at the same time. #37

Closed djpetti closed 11 months ago

djpetti commented 11 months ago

It looks like this is caused by a 422 error, so it's probably not correctly separating images and videos for two calls to batch_update on the frontend.