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.

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

Comments

1 comment

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

Post is closed for comments.