Error when uploading an image from Dalle with ->image()
Hi, I have an issue when uploading this specific photo (
FileUpload::make('image')->image()
) regardless of the ext (webp/jpg/png). I haven't found issues with other photos, the error is that it should be "image/*"1 Reply
I often encounter this as well, I have yet to find the actual issue but I usually use the
acceptedFileTypes
method with concrete values like png
,jpg
,jpeg