AEM Environment Indicator in AEMaaCS | Community
Skip to main content
Mario248
Level 7
December 20, 2022
Solved

AEM Environment Indicator in AEMaaCS

  • December 20, 2022
  • 1 reply
  • 3118 views
It's quite common to access multiple environments in the same browser while working with AEM, which makes it confusing which environment to change. My understanding is that AEMaaCS cannot change the author's name. ACS AEM Environment Indicator is not compatible to use. Would it be possible to make some sort of indicator that shows which AEM Cloud environment is?
 
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

AEM Cloud is not allowing me to upload acs-aem-commons-content-5.4.0 package. I get below error while uploading the zip file. Error - "Package (or it's subpackage(s)) contains application content which isn't supported at runtime.

 

Looks like it is ACS Common is not compatible to AEM Cloud 

 


The ACS AEM commons should be pushed via code base.

 

Example: By adding following via "filevault-package-maven-plugin" in all module.

 

<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.apps</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>
<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.content</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>

 

1 reply

aanchal-sikka
Community Advisor
Community Advisor
December 20, 2022

You can configure "ACS AEM commons' AEM Environment Indicator"

 

https://adobe-consulting-services.github.io/acs-aem-commons/features/environment-indicator/index.html

 

Once configured, each environment can have a different color bar for easy visual identification. 

 

 

Aanchal Sikka
Mario248
Mario248Author
Level 7
December 20, 2022

Is ACS AEM Environment Indicator works in AEMaaCS? my understanding is that ACS AEM Commons is not compatible in AEMaaCS

aanchal-sikka
Community Advisor
Community Advisor
December 20, 2022

You are right. Not all features work on Cloud. In some cases, its explicitly mentioned if it works/does not work on AaaCS.

 

Environment Indicator should.

Aanchal Sikka