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
Christos KolonisChristos Kolonis 

Lightning Communities Site Down for Maintenance issue

Hello, 

I have a visualforce page which i provide access through the Community. I can access the visualforce page within the Community page. The steps are:

1) View the Visualforce page
2) Press a button which opens up a new visualforce page
3) Press the finish button to redirect me back to the previous page (i get an error of site down for maintenance)

In the console i get this error:

GET https://mysiteurl 503 (Service Unavailable)

This functionality is working on inside the Salesforce. Any ideas about how to fix it?
Thank you!
VinayVinay (Salesforce Developers) 
Hi Christos,

You see this error if URL has any special characters

https://help.salesforce.com/articleView?id=000313207&type=1&mode=1

Thanks,
Christos KolonisChristos Kolonis
Hello Vinay, 

I solved the issue. Returl was wrong.

Thanks for replying!
VinayVinay (Salesforce Developers) 
Cheers good to know the issue is fixed and yes above error relates to an incorrect URL.

Please mark as Best Answer if above information was helpful.

Thanks,