cloudinary_gem
cloudinary_gem copied to clipboard
data.result is cloudinary_cors.html contents
I'm using the jquery fileupload method to upload files. data.result is an object as expected in < 1.1.2, but as soon as I go to 1.1.3+, it contains the HTML that is in cloudinary_cors.html. I also just recently did a Rails 5 upgrade so I am not sure if it is something to do with that. Any help would be appreciated!
Hi @brandoncc Could you please elaborate about the version you mentioned -(1.1.2,1.1.3) versions of what?
Thanks
The cloudinary gem @yakirp
I currently have to use:
gem 'cloudinary', '= 1.1.2'
If I go to 1.1.3, the problem I described happens and I have no idea why.
Hi @brandoncc , Maybe you should try with a newer version? The version you're using is 3 years old...
Please let me know
Thanks, Yakir
That is what I was working on when I found this problem. I worked my way backward down versions until I found the version where the problem started and opened this issue.
Ok, thanks. So It's not happened on newer versions, right?
I believe you misunderstood me. It happened on the latest version when I updated to it, so I worked my way backward through the versions until I identified where the problem started. To be clear, it happens in the latest version of the gem.