I have 6 pages for many languagesAll of them workingLike this https//[server]:[port]/language/language/page.htmlAll of them working well exceptChineseI should add afAcceptlLang=zn-cn Any idea why?
When running a maven build for a local installation of AEM, the very first thing it does is to reach out to the maven central repo and download an old version of log4j that has known vulnerabilities: INFO] Scanning for projects...Downloading from central: https://repo.maven.apache.org/maven2/log4j/l...
Hi Team, I was creating one test activity on a page in aem for personalization, once I save it, author activity successfully synced to target but when I publish it, I am getting an error which says: "12.11.2023 10:04:19.134 *ERROR* [sling-threadpool-3576db36-9459-4b18-a544-a93a1d2ff05c-(apache-sli...
Hello, I'm a Java intern and I've been assigned to make a servlet that receives a get request and returns a random number in response. I've already done a project before that submitted a form request to register new partners using a model I've created. Nevertheless, I've been requested to make this ...
Hi Team, I have path as /content/site/us but in publish instance it's redirecting direclty to /us instead of from /content/site/us, so how to redirect incoming reuqests in dispatcher, I need some help on this one.
Hi ,I am facing a weird issue. I have few Content Fragment Models , in some of them i have attached Generic list to the dropdown instead of using OOTB enumeration values . These lists are populated if the Content fragments are created and accessed via AEM DAM/Assets console . But the same list is no...
Hi, I am trying to make available the OSGi Service of one Maven project inside another Maven project's Servlet locally, by adding the dependency of the imported project into the importing project per below: pom.xml <dependencyManagement> <dependencies> <dep...
Below is the structure of my multifield dialog in template page component. once I author this mutlified in page properties, I want data to be stored in page jcr:content properties rather than in JCR node.Usually it is being stored like this in node typeInstead above I wanted to store styleLevel3And4...
Hello!I'm currently working on implementing authentication-required pages in AEM Cloud. I've successfully configured the Authentication Requirement in the page properties on my author instance. However, when attempting to log in on my publish instance, I encounter a 404 error. This issue seems to be...
Hi everyone.I'm facing a problem, I'm working on e-commerce web app that integrate AEM and Magento (Adobe commerce). The problem is when I login an user account via Magento FE site, the last login field is updated correctly (as I know it's a core functionality in Magento) but If I do it in AEM site ...