Closed vcavallo closed 5 years ago
I also should have mentioned that everything about uploading works just fine!
I'm closing this as a possible issue with the cloudinary config. Please feel free to reopen if that's not the case.
I am facing the same issue, @vcavallo did you found what causing it?
@mansoorkhan108 can you share steps to reproduce?
Thanks for creating an activestorage cloudinary service! I wish I could say everything is working perfectly for me :) I have a feeling it's a cloudinary issue, but I'll drop it here first: I'm getting
Resource not found - [TheLongCloudinaryKey].jpeg
on all my images, despite the fact that they're there in the media library andTheLongCloudinaryKey
matches.The request being generated by the template looks like this:
Does that look like the right request is being built? I've tried using
url_for
andrails_blob_path
with the same result. Any ideas would be much appreciated. Thanks!