This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

cloudinary doesn't work with strapi v4

Comments

3 comments

  • Avatar
    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
    Comment actions Permalink
  • Avatar
    Husaria Solutions

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

    0
    Comment actions Permalink
  • Avatar
    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
    Comment actions Permalink

Post is closed for comments.