Unable to delete fileupload image

Once uploaded, my file can no longer be deleted as it comes up "waiting for size", tap to cancel doesnt do anything.

FileUpload::make('feature_image')->disk('articles')->directory('articles')->image()->preserveFilenames(),


I have also cast my feature_image as array.

It works for uploading, I just cant alter or remove the image once its there.

Using Filament v3.0.100.

Any help would be greatly appreciated.
04e039599012fc8f9cfdcc3579b02305.png
Was this page helpful?