Image Refresh Buffer Time.
Hi Team,
When we are uploading any logo image to cloudinary for the first time. It works fine as per our application requirement and a proper URL and PHASH is generated from the cloudinary API.
However when we update(Deleting and inserting a new image) the same logo image with different content we get proper response from cloudinary i.e. transformed URL and a new PHASH different from the previous one but the content of the logo is same as previous one.
Not able to see new content push for that logo in cloudinary inside media library tag.
Is there any buffer time for logo image to refresh in cloudinary library ?
-
Hi Saurabh,
I've just replied to the same question you have submitted as a ticket request. Here its is again:
You might be seeing the previous image since it is cached on the CDN.
Are you overwriting an image, i.e uploading a different image, with the same public id?
If so you might need to invalidate the previous image so it won't stay cached on the CDN.
you can do that by passing the
invalidate
parameter astrue
when uploading.Let me know if that helps?
Please sign in to leave a comment.
Comments
1 comment