uname -a command and it saysLinux f99f2939faa8 4.9.49-moby #1 SMP Fri Dec 8 13:40:02 UTC 2017 x86_64 x86_64 x86_64 GNU/LinuxI'm using "unisharp/laravel-filemanager": "~1.8" and it works perfectly fine on local testing, however, when I try it on laradock, it is causing ["laravel-filemanager::lfm.error-invalid"] this error on ckeditor image uploading window.
Not sure what is causing problem. Can anybody give advice? Thanks in proceed.
It works fine with normal files and svg image file. But not with png, jpeg,jpg files.
I also get warning on my Chrome saying,
Resource interpreted as Document but transferred with MIME type application/json: "http://project-1.test/laravel-filemanager/upload?type=Images&_token=a07AjjZgbiauMPQmBXP9dpqQA2a9waLha19v2FEA&CKEditor=ckeditor&CKEditorFuncNum=0&langCode=ko".

I had a similar problem and when I checked the log it showed
Reading Exif data is not supported by this PHP installation.
I enabled PHP exif extension and that fixed the problem.
enabled fileinfo module in php, its working fine in server also
Thanks @salahmyn and @JohnHub76 . Closing inactive issue.
Most helpful comment
I had a similar problem and when I checked the log it showed
Reading Exif data is not supported by this PHP installation.
I enabled PHP exif extension and that fixed the problem.
check http://php.net/manual/en/exif.installation.php