Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Error : Exception while invoking method 'c.sign' undefined #51

Closed rwatts3 closed 8 years ago

rwatts3 commented 8 years ago

Receiving this error when trying to upload with Orion. Any suggestions ?

Exception while invoking method 'c.sign' undefined
rwatts3 commented 8 years ago

Resolved this issue. Turns out I was calling Cloudinary.config on the client when I should have been calling $.cloudinary.config.

Thank you for authoring this package.