Site content is not available under /sites.html/content/mysite | Community
Skip to main content
New Member
October 25, 2022
Solved

Site content is not available under /sites.html/content/mysite

  • October 25, 2022
  • 1 reply
  • 1062 views

Hello,

 

Unable to find the site content under /sites.html/content/<mysite> even as an admin user. I am using AEM cloud SDK in local, and the "mysite" content is generated using apache maven aem project archetype version 39 with frontend module as 'generic'. However, the mysite content is visible under classic UI (siteadmin#/content/mysite), when the page is opened I am able to edit the page in touch UI as well.

 

Can anyone please help me why 'mysite' is not showing up under /sites.html/content/? Thank you in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

/content/community is the path reserved for AEM communities. It has Configuration node:

/content/community site path/lang/configuration

 

Hence, the behavior

 

https://experienceleague.adobe.com/docs/experience-manager-65/communities/develop/sites-for-developers.html?lang=en

1 reply

SantoshSai
Community Advisor
Community Advisor
November 26, 2022

Hi @gopalakrishnan_r ,

Please try it in incognito mode just in case, or in some different browsers - there are some chances where Javascript might be blocked hence not rendering.

Hope that helps!

Regards,

Santosh

Santosh Sai
New Member
December 3, 2022

Thank you for your response @santoshsai. I was able to identify the issue but have no clue about this behavior. 

 

The content path that is being created out of my maven archetype command is /content/community and it is not visible in the touch UI console i.e. /sites.html/content/

 

If I rename the content path via CRXDE to anything else other than /content/community, then it shows up in the /sites.html/content/ console.

 

Looks like it could be reserved content path in AEMaaCS or simply a bug. However, I am not able to find any official Adobe documentation regarding this.

aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
September 5, 2023

/content/community is the path reserved for AEM communities. It has Configuration node:

/content/community site path/lang/configuration

 

Hence, the behavior

 

https://experienceleague.adobe.com/docs/experience-manager-65/communities/develop/sites-for-developers.html?lang=en

Aanchal Sikka