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
DhilibanThangavelDhilibanThangavel 

We are down for maintenance error message in salesforce Site

Hi 

 

In salesforce site page frequently we are receiving "We are down for maintenance" error msg. While this page is showing i am not getting any debug log. Please suggest to resolve this error. and how to check debug log for this type of errors.

 

 

Thanks.

Dhiliban Thangavel

Vinita_SFDCVinita_SFDC

Hello,

 

Go to Site edit page and verify the page assignments for eror pages under "Error Pages" related list.

DhilibanThangavelDhilibanThangavel

Hello Vinita

 

 

Thanks for your reply.  I have checkeed all the page assignments. i think its not problem with page assignment. what i am doing here is running soql aggregate query(Count). so it can return more than 50 lakhs of records. So inside Sf org it is working fine. But while check with sites it is showing this error page. also in the soql query it contains so many filter criteria. So it may need to check all the data. 

 

 

Please suggest some idea.

 

Thanks

Satyendra RawatSatyendra Rawat

Hi,

 

1. Check the landing page of Site and verify it.

2. Check the landing page Problem,and there controller as well c.heck the constructor and Page action method.

3. Move the all query from constructor to page action method.