Hi I’m getting when I try to regenerate the thumbnails of an image:
ERROR: The current image editor cannot process this file type.
The file is a mime type image/jpeg
On the chrome inspector I see a Status Code: 415 Unsupported Media Type
On the database the in wp_posts table, column post_mime_type is image/x-citrix-jpeg, I’ve tried to change it to image/jpeg but the issue didn’t go away.
I’ve tried with images that were in post_mime_type already in image/jpeg but didn’t work
I have a plugin to manage “Extra File Types” and I’ve made sure image-citrix-jpeg and image/jpeg are enabled
Not sure how to further troubleshoot the issue. Thank you !
