Closed jonamax2 closed 6 months ago
The issue was because the imageOptimizerService
has to be called in the extensions file when using .ts files refering to the strapi-plugin-responsive-images package
plugin.services["image-manipulation"] = imageOptimizerService();
Issue
Getting error
TypeError: isImage is not a function at Object.enhanceAndValidateFile (/node_modules/@strapi/plugin-upload/server/services/upload.js)
when uploading files.I've duplicated all the configs on the documentation.
Package versions