Open kostas-pblworks opened 2 months ago
Hi there,
Just to confirm, you are replacing the XXXXX with your cloud name and the values of your .ENV are being passed through successfully?
If you're having issues with your config you can always configure directly:
cloudinary.config({
cloud_name: "cloud_name",
api_key: "key",
api_secret: "secret"
})
@PixelCook yes yes, I am passing the right config before executing the search function.
Can you provide your cloud name?
Bug report for Cloudinary NPM SDK
Before proceeding, please update to latest version and test if the issue persists
Describe the bug in a sentence or two.
I'm getting the error above and I cannot understand why is that.
The code that produces it is:
Issue Type (Can be multiple)
[ ] Build - Can’t install or import the SDK [ ] Babel - Babel errors or cross browser issues [ ] Performance - Performance issues [x] Behaviour - Functions aren’t working as expected (Such as generate URL) [ ] Documentation - Inconsistency between the docs and behaviour [ ] Incorrect Types - For typescript users who are having problems with our d.ts files [ ] Other (Specify)
Steps to reproduce
… if applicable
Error screenshots
… if applicable
Browsers (if issue relates to UI, else ignore)
[ ] Chrome [ ] Firefox [ ] Safari [ ] Other (Specify) [ ] All
Versions and Libraries (fill in the version numbers)
Cloudinary_NPM SDK version 2.4.0 Node - 18.9.0 NPM - 10.2.3
Config Files (Please paste the following files if possible)
Package.json
Repository
If possible, please provide a link to a reproducible repository that showcases the problem