You need to sign in to do that
Don't have an account?

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.

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?
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?
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