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
Siddharth Birari.ax1164Siddharth Birari.ax1164 

IMAGE NOT AVAILABLE

Hi,
 
I have been facing a wierd issue since last couple of weeks. I have a visualforce developed which is being displayed on Customer Portal (Not community). This page displays images which are stored in custom field of type rich text area.
The page displays 10 such images however the issue is for few of them it shows the following image instead of the actual image.

User-added image

The custom controller is defined with 'without sharing' and I verified in the debug log also that the data is being returned by the salesforce. Also, the sufficient field level and record level accessibitliy has been provided.

One thing I noticed is if I clear the cache of the page, then it displays the image protperly however I don't find it an appropriate solutions.

I would hightly appreciate any inputs/help on this issue.

Regards,
Siddharth

Rahul SharmaRahul Sharma
Did you try with setting cache="false" for the visualforce page?
Siddharth Birari.ax1164Siddharth Birari.ax1164
Hi Rahul,

Yes, the cache is already set to "false"