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
Ram Shiva KumarRam Shiva Kumar 

'We can't load the page. Please click Refresh' in Lightening

Hi aim completely new to  lightening , i have created an aura componet and placed that  component in lighteingapp. When i  try to preview the app iam getting the  error like 
'We can't load the page. Please click Refresh.'

and in my aura coponent iam refering my controller (server side )  variables like the follwing ,

<aura:if isTrue="{!v.accountdata.size!=0}">
<div class="slds-truncate" title="Details ">Account details</div>
 </aura:if>

So please suggest me how   can i over come this and please suggest me if u have any previus examples .


Regards,
Shiva Ram.
Vignesh S 50Vignesh S 50
In most of the places, this issue is coming in salesforce due to Domain provider server firewall only. Ask your domain Provider to provide access to load this page.
Get all the links from Chrome>Right click>Inspect>Console.
Open the console and run the component or any page which is throwing an error. Then you will get an link which needs to be shared with your domain service provider.