Thumbnail test... again
I'm not even going to pretend to understand anymore
-
Bono
So I'm having to force an update to the CDN... tricky dicky...user:Bono does research
Sinaitis
Every thumbnail appears except that 1.So I dunno if you fixed it or what
user:Sinaitis shrugs
UUoody the Junkyard Dog
On my three subs today, the thumbs were slow to show up....but they finally did.
Bono
Yeah. I think I actually found the error. When you click "Save" after capturing a thumbnail, an AJAX post is sent to a page in the background...THIS is the page that saves the thumbnail.Sometimes my server logs an error like it believes this page doesn't exist. So it's not the CDN itself.
Codedaddy
yeah encountered something similar before, it was a cloudfront cache problem. had to choose a new name for png logo Instead of "logo.png", had to use "logo.png--0", and then update it using "logo.png--1", and change your html to point to that.