cloudinary / cloudinary_npm

Cloudinary NPM for node.js integration
629 stars 323 forks source link

Invalid signature #617

Closed Boby900 closed 1 year ago

Boby900 commented 1 year ago

while uploading the media it's showing invalid signature in the console

Error screenshots

Screenshot (90)

Versions and Libraries (fill in the version numbers)

Cloudinary_NPM SDK version: "^1.37.2",

Config Files (Please paste the following files if possible)

Package.json Screenshot (91)

Repository

https://github.com/Boby900/social-media-app

aleksandar-cloudinary commented 1 year ago

Hi @Boby900, Thanks for reporting. May I please ask you to double-check your .env file (where you have your Cloudinary credentials) and ensure you do not have quotes around your API Secret? If you do, please remove them, save the file and retry the upload request to Cloudinary.

Boby900 commented 1 year ago

thanks @aleksandar-cloudinary removing the double quotes fixed my issue.