ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
596 stars 297 forks source link

Download button downloads empty file for some items #413

Open chimit opened 1 year ago

chimit commented 1 year ago

When you click the "Download" button for some items empty file is downloaded.

image

At the same time clicking the magnifier icon always works without any problems.

I'm using the S3 driver (DO Spaces).

draimen commented 11 months ago

A separate route is used for downloading, perhaps your media uuid changes and therefore you cannot find file https://github.com/ebess/advanced-nova-media-library/blob/master/src/Http/Controllers/DownloadMediaController.php

chimit commented 11 months ago

Hm... I didn't change the UUID and not sure how it can change by itself. The interesting thing is that there is no any error. You just download a 0 bytes file.