ebess / advanced-nova-media-library

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

Throw a 404 error if the file is not found #429

Open kristher1619 opened 8 months ago

kristher1619 commented 8 months ago

When a file is no longer available/existing, $filewill be null hence, you will get a

Attempt to read property "uuid" on null error when downloading the file

It should instead throw a 404 error