function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bogdan PascuBogdan Pascu 

Image broken in Vislualforce pages and formula fields since summer 18 release

All images that are generated via formula fields or visualforce pages are shown as broken since summer 18 release. The preview is not working. 

User-added image

When you copy paste the url of the images in any browser the images are working fine.

this is an example: http://firstmallorca.force.com/static/resource/leadstatus/Lead.png

And this is the formula: 

IMAGE( 
CASE( Stage_fm__c, 
"Lead", "http://firstmallorca.force.com/static/resource/leadstatus/Lead.png", 
"Showing", "http://firstmallorca.force.com/static/resource/leadstatus/showing.png", 
"Offer", "http://firstmallorca.force.com/static/resource/leadstatus/Offer.png", 
"Closing", "http://firstmallorca.force.com/static/resource/leadstatus/Closings.png", 
"Owner", "http://firstmallorca.force.com/static/resource/leadstatus/Owner.png", 
"Tenant", "http://firstmallorca.force.com/static/resource/leadstatus/Tenant.png", 
"/s.gif"), 
"status color")

Everything was working fine until the summer 18 release. 

Has anyone else experience this?
Raj VakatiRaj Vakati
It's not the problem with salesforce .. I think your images website is not reachable .. please check the image URL by pasting in browser URL and see its validate or not