When I try to put an image in the product description the following error occurs:
"Resource interpreted as Document but transferred with MIME".
This happens only when I search the images inside a folder. Images that are in the root works normally.
When I choose an image inside some folder, the image opens in another tab and it is not added in the content of the description
I found the problem! To fix the /admin/view/javascript/common.js file.
Look for a line //
$ ('# modal-image a.thumbnail'). In ('click', function (e) {
inside function
Replacement of
by