Some images load up blank!
Hi,
I am trying to implement cloudinary with my site, but some images are showing up blank, while others work:
and this: http://kartrocket-mtp.s3.amazonaws.com/all-stores/image_saahil/data/GSC0442-226x301.jpeg
--
But then see:
which works..
What's even stranger is that variations of the same file don't work:
(working)
and
(not working)
-
Makes me wonder if your service is stable at all!
Please let us know - as we're evaluating as an enterprise customer.
Thanks,
Saahil
-
Hi Saahil,
When you experience errors with Cloudinary, you can always have a look at the HTTP response headers. For example, when trying to access one the URLs you referred to:
http://res.cloudinary.com/kartrocket/image/fetch/http://kartrocket-mtp.s3.amazonaws.com/all-stores/image_saahil/data/55e8f748840eba320eaf181a057bfc7d.jpgThe following is returned:
X-Cld-Error:Images of type fetch are restricted in this account
This means that you've set your account as restricted for fetching remote images to your account, this is why the images are blocked from being fetched.
You can go to your account's Security settings page ( https://cloudinary.com/console/settings/security), and un-check the box next to Fetched URL.
0 -
-
Hmm.. while that fix has worked for the above URL, it still doesn't work for several other URLs:
E.g.,
--
Can you help me understand why? Also makes me wonder why some URLs would work and others wouldn't based on toggling the "Fetch URL" option.... I've already unchecked this option in the security settings.0 -
These specific URLs include extra slashes which makes it difficult for Cloudinary to fetch. You should escape such special characters, e.g.,:
Alternatively, you can escape the whole URL:
0
Post is closed for comments.
Comments
3 comments