JR
JR
Hi, good day! Can you please help to provide the declaration and the code snippet where you encounter the error? I tried to call the same command and it was...
Thanks for your response. `@cloudinary/url-gen` class is used for generating URL delivery in the front end and does not support the destroy method. To delete images, you will need to...
Hi @BechkoB, the advanced-image component does not support a function in cldImg. Please check this out as a reference: https://github.com/cloudinary/frontend-frameworks/blob/4ba4d98f6fb7e587c147ccff3db35ecf3153c1b6/packages/angular/projects/cloudinary-library/src/lib/cloudinary-image.component.ts#L60
Hi @BechkoB, I modified your code and added elements that loop through an object. Please see here: https://2l2gln-4200.csb.app/ Basically, I declared an array of CloudinaryImage in the app.component.ts. ``` imgList:...
Hi @topb-devops, Can you please share your upload call? How do you run it? Also, are you using a javascript run time? (i.e. bun)
Hi @topb-devops, From what I understand, Bun is a JavaScript runtime that can often run Node.JS code. Cloudinary’s JavaScript SDK is intended for front-end (browser-based) use. For front-end uploads, you'll...
Hi @DmacMcgreg, thanks for the information. I have raised this internally for us to discuss. We'll update you once we have more information to share.