Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Reset Image Cache?

I replaced an image used in the CofD community sheet:&nbsp; <a href="https://github.com/PrimalZed/roll20-character-sheets/blob/master/Chronicles%20of%20Darkness/images/geist.png" rel="nofollow">https://github.com/PrimalZed/roll20-character-sheets/blob/master/Chronicles%20of%20Darkness/images/geist.png</a> However, the sheet continues to display the old image:&nbsp; <a href="https://github.com/PrimalZed/roll20-character-sheets/blob/614e4d8abb8dfa1201e0b88a97b672b87214c4d6/Chronicles%20of%20Darkness/images/geist.png" rel="nofollow">https://github.com/PrimalZed/roll20-character-sheets/blob/614e4d8abb8dfa1201e0b88a97b672b87214c4d6/Chronicles%20of%20Darkness/images/geist.png</a> It's nothing to do with the browser; the <a href="https://imgsrv.roll20.net" rel="nofollow">https://imgsrv.roll20.net</a> &nbsp;system is definitely serving up the old image still. The complete url loaded by the page is&nbsp; <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Chronicles%2520of%2520Darkness/images/geist.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Chronicles%2520of%2520Darkness/images/geist.png</a> Did I miss a step in updating an image? Is there anything I need to do to make sure the new image is served from the Roll20 image service?
1594179289
Andreas J.
Forum Champion
Sheet Author
Translator
link to sourcecode?
If you mean how it's referenced from the template:&nbsp; <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/Chronicles%20of%20Darkness/CofD.html#L214" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/Chronicles%20of%20Darkness/CofD.html#L214</a> I'm guessing there's some transformation done by Roll20 to turn it into the <a href="https://imgsrv.roll20.net" rel="nofollow">https://imgsrv.roll20.net</a> &nbsp;url.
1594219222
Andreas J.
Forum Champion
Sheet Author
Translator
Hm, it might be that Roll20 doesn't have checks that update image caches too often. Changing the image name &amp; making the change on the code as well would forcefully update the showed image, but wouldn't prevent this from happening again. I'd assume that this problem doesn't occur with the sheet preview image, as it's used in a different part of the site.