Hello Team, I have an Content Fragment Extension project. Earlier, I have deployed this to Development, Stage and Production workspace. AEM admin has approved the Production workspace. Now the Production workspace status is "Published". Now, I have modified the project logic. When I try to deploy th...
Hi team,I'm new to AEM and got no prior experience. I just created an environment and repository through Cloud Manager, deployed the out-of-the-box code that came with the repo, expecting it to pass without issues.However, the functional tests are failing—even though I haven't made any changes yet.H...
Hi, I'm currently looking for resources on setting up a structure in AEM sites to have old content (pages or sites) be removed from sites. However, I like to do this in a 30/60/90 day process. On any of these marker dates we can then remove for good. I'm looking for ways to safely archieve content w...
hi folks,I have GSON 2.8.0 but I've been told to upgrade to 2.8.9.Just editing the Pom file doesn't seem to work for me. Cloudmanager doesn't find the updated GSON. I changed my main pom.xml file. Any ideas what I'm doing wrong.? Could it be my UBER jar api version?thanksFiona<dependency> <grou...
I tried to create a new user group for the intention of having non-admins use package manager. As an admin login, access works fine, but I do not want to grant serval users admin level access when they just need to have the ability to create and replicate packages.The group is given access to:/lib/l...
Hi Team,As part of our production deployment process, we often need to update content changes. I would like to understand the best practices for handling content deployment from stage to production.What are the recommended scenarios for pushing content packages from stage to prod?In which cases shou...
Hi all, I have exported a page from AEM like this:curl https://myhost/content/prodprj/us/mypg.-1.json | jq > content.json This gives me the page as JSON. Now I have made a small change to this change (just changed some text) and I would like to push this change into AEM again. I tried the following:...
Hello,We’ve encountered an issue with the existing custom workflow. Whenever we select the payload (page/assets) and trigger the workflow, the selected payload is not attached. We have to manually use the "Add Content" option to include the assets.Could someone confirm if this might be due to permis...
In my AEM Cloud component, I have a dropdown select field. When I click on the field, the dropdown values appear slightly to the right and extend beyond the field's width. I'm facing this issue with all dropdowns across my project.
Hi Folks, I recently started writing my first Universal Editor compatible block in 'EDS'. Block has title as text field and description as richtext field. How could I read the values of these block properties in js file? Actually the use case is to arrange the text on page with some custom styles. A...