
On Saturday April 18th, I was working on sheet updates using the Sheet sandbox and everything worked fine, but as of Sunday morning I cannot load new images. I'm doing the same things I did on Saturday, uploading new images to the the GitHub, but I'm getting old images showing on my sheet in both the sandbox and custom sheets. I've cleared my cache, used different browsers, different computers and the old images keeps showing on the sheet. The developer tools in chrome shows this url: <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/XophRA/FreeSpacerSheet/RollTemplate/Free%2520Spacer/images/salvo.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/XophRA/FreeSpacerSheet/RollTemplate/Free%2520Spacer/images/salvo.png</a> , which downloads a file called max.png rather then the correct file. When I look at the code I see the correct url: <a href="https://raw.githubusercontent.com/XophRA/FreeSpacerSheet/RollTemplate/Free%20Spacer/images/salvo.png" rel="nofollow">https://raw.githubusercontent.com/XophRA/FreeSpacerSheet/RollTemplate/Free%20Spacer/images/salvo.png</a> , which when I click on it ishows me the correct image on GitHub. Why is the roll20 page appending this imgsrv.roll20.net code and why isn't it updating correctly. My Git repository is here: <a href="https://github.com/XophRA/FreeSpacerSheet/tree/RollTemplate/Free%20Spacer" rel="nofollow">https://github.com/XophRA/FreeSpacerSheet/tree/RollTemplate/Free%20Spacer</a>