cloudinary_gem icon indicating copy to clipboard operation
cloudinary_gem copied to clipboard

data.result is cloudinary_cors.html contents

Open brandoncc opened this issue 6 years ago • 6 comments

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!

brandoncc avatar Jan 26 '19 07:01 brandoncc

Hi @brandoncc Could you please elaborate about the version you mentioned -(1.1.2,1.1.3) versions of what?

Thanks

yakirp avatar Jan 29 '19 10:01 yakirp

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.

brandoncc avatar Jan 29 '19 16:01 brandoncc

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

yakirp avatar Feb 04 '19 20:02 yakirp

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.

brandoncc avatar Feb 05 '19 08:02 brandoncc

Ok, thanks. So It's not happened on newer versions, right?

yakirp avatar Feb 05 '19 10:02 yakirp

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.

brandoncc avatar Feb 07 '19 08:02 brandoncc