Skip to main content

Error: Can't resolve all parameters for Cloudinary: (?, ?).

Comments

1 comment

  • Michal Kuperman

    Hi Miguel,

    In the `app.module.ts ` you should import the `CloudinaryModule` like this:

    import {CloudinaryModule} from '@cloudinary/ng';
    
    imports: [
      ...,
      CloudinaryModule
    ],
    ...

    There is no need to include Cloudinary in the provider.

    In order to better assist, can you please provide your code, specifically the configurations and your app.module.ts?

    If privacy is a concern, you can open a direct ticket with all the details at: https://support.cloudinary.com/hc/en-us/requests/new?

    Thanks

    Michal

    0

Post is closed for comments.