Strapi not uploading to Cloudinary

For anyone facing the same problem, I fixed it changing the plugins file extension. I’m using typescript in my project and when I created the plugin file, it was with .js extension. After some hours looking into the strapi core (and putting some console.log haha) and trying to see witch config were being returned, I changed the extension to .ts for a last test and it works.

1 Like