bayareawebpro / nova-field-ckeditor

Laravel Nova - CkEditor v5 Field - Media, Links & Snippet Browsers (VueJS)
MIT License
15 stars 10 forks source link

format tmp not supported #5

Closed mesrack closed 3 years ago

mesrack commented 3 years ago

Hi,

When i want create a media with MediaUpload field, i have this error : Encoding format (tmp) is not supported.

How do I get out of this?

Thank you for answering me.

PS: I did not modify the base models

bayareawebpro commented 3 years ago

Sounds like an issue with your environment. I'm not sure how to help you. The image manipulation is handled by a vendor package.

bayareawebpro commented 3 years ago

I researched this a bit more and found an issue with the mime handling of Intervention Image when no filename extension is provided. I have published a fix for this in the newest release.