Downloading Theme source | Community
Skip to main content
April 16, 2023
Solved

Downloading Theme source

  • April 16, 2023
  • 2 replies
  • 926 views

Hello,

 

I am following Theming workflow in Quick site creating in https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/site-template/theming.html?lang=en.

 

I am using local AEM instance and cloud environment for this.

 

I don't see Site in dropdown in my working environments.

 

The first screenshot is from tutorial video and last 2 are from my environments.

Any idea why I do not see "Site" in dropdown?

Regards,

 

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 lukasz-m

Hi @nick43,

Base on your screen it looks you are using on premise version of AEM - which can be hosted on cloud, but it is not equivalent to AEM as a Cloud Service.

As far as know, this feature is supported on AEM as a Cloud Service only. You may also noticed that documentation you are referring is AEM as a Cloud Service not AEM on premise.

To fully confirm availability of this feature you can check if you have this node /libs/wcm/core/content/sites/jcr:content/rails/site

Summarizing, if you are not using AEM as a Cloud Service this is expected behavior, in other case please check permission set for user you are using, and confirm that your env is correctly configured - I think you will have to contact Adobe for that.

2 replies

Level 3
April 16, 2023

I have same issue.

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
April 17, 2023

Hi @nick43,

Base on your screen it looks you are using on premise version of AEM - which can be hosted on cloud, but it is not equivalent to AEM as a Cloud Service.

As far as know, this feature is supported on AEM as a Cloud Service only. You may also noticed that documentation you are referring is AEM as a Cloud Service not AEM on premise.

To fully confirm availability of this feature you can check if you have this node /libs/wcm/core/content/sites/jcr:content/rails/site

Summarizing, if you are not using AEM as a Cloud Service this is expected behavior, in other case please check permission set for user you are using, and confirm that your env is correctly configured - I think you will have to contact Adobe for that.

Level 3
April 17, 2023

After working with cloud version AEM instance, I can see the Site in the dropdown.
Thanks,