CLOUDINARY_URL not working with Nestjs.
Hey,
I am using coudinary with `multter-store-cloudinary` npm package and it was working perfectly fine until recently.
To set the configuration parameters I was setting it to enviornment varialble CLOUDINARY_URL. But it seems like now it's not picking up credentials from this variable. I didn't change anything in the relevant code and also I updated some other packages with not directly related.
I am getting below error:
Must supply api_key
I already checked the env variable. It does contain the value. If I adding config in directly then it works but I would like to the way it was using CLOUDINARY_URL env variable.
Any help would be appreciated. Thanks
"cloudinary": "^1.25.1",
"multer-storage-cloudinary": "^4.0.0",
-
Hi @Abrar Dev,
I see that you raised this in a GitHub thread so I'll link to it from here for reference:
https://github.com/cloudinary/cloudinary_npm/issues/484
Please sign in to leave a comment.
Comments
1 comment