Unable to get the aem package working on the aem cloud testing instanc
I have an aem package that needs to be tested on my aem cloud instance.
I am noticing unexpected behaviour in my package. I am noticing that the controls against the package in /crx/de are limited, compared to other packages. The same goes for the Filters section. Please see images, the first one indicates that the controls and the Filters are missing, the second one shows the expected behaviour(from another package).
Missing controls
Expected behaviour
The way I deploy the package is via IBM s3 bucket. I build and deploy the package to the bucket using “mvn clean install deploy”. Which deploys the package to the s3 bucket.
As you can see from the screenshot below, the packages get deployed properly. This is from running the following command–
“s3cmd ls s3://{bucket-name}/ --recursive ”
In my aem cloud instance repository, the credentials and the configurations are stored in the “settings.xml” file.
I have a pipeline set up in cloud manager which pulls the package from the bucket and spins up an aem cloud instance using the repository discussed above. The pipeline completes successfully.
Can I get some advice on how to make the filters and other controls show up?
Thanks