Skip to main content

cloudinary doesn't work with strapi v4

Comments

3 comments

  • Tia Esguerra

    Hello Ahmed, 

    Thanks so much for reaching out. 

    Would you be able to try the code below for me in your plugins.js

    Give it a shot and let me know if this works or not. 

    module.exports = ({ env }) => ({ upload: { config:{ provider: 'cloudinary', providerOptions: { cloud_name: env('CLOUDINARY_NAME'), api_key: env('CLOUDINARY_KEY'), api_secret: env('CLOUDINARY_SECRET'), }, }, }, }); 

    Kind Regards, 

    Tia

    0
  • Husaria Solutions

    Same issue, no error from package about incorrect setup.
    So bad...

    1
  • Eric Pasos

    Hi,

    While the Cloudinary plugin for Strapi integration is currently unavailable, there is some available information that you could refer to link the one on this link. Once you get it working, you can use your Cloudinary account to perform image optimizations and many other features.

    0

Post is closed for comments.