Expand my Community achievements bar.

SOLVED

Downloading Theme source

Avatar

Level 1

Hello,

 

I am following Theming workflow in Quick site creating in https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel....

 

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,

 

Screenshot 2023-04-16 191657.pngScreenshot 2023-04-16 191849.pngScreenshot 2023-04-16 192047.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 4

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