Hi @ckonfrst Did you check the same issue on any other browser on Mac Monterey? Ideally it should not break, but if it is then you need to wait until a fix for this is provided by Google Chrome. Thanks!
Hi @selvendranr9588 By default AEM managed CDN adds headers to each request with x-aem-client-country and x-aem-client-continent header. If your publish instance is managed via AEM Cloud Manager then it should appear. If not raise a ticket with Adobe Support and they should be able to resolve the i...
Hi @raviranjan Out of the box, AEM denies all server names or hosts to make HTTP request to the respective running AEM publish/author instance. During a HTTP request made to the AEM publish/author, AEM checks the Referrer header configuration. If the referrer configured to allow the host(s), then A...
Hi @Hugh_Shao No. Siteadmin will not be accessible on AEM as Cloud and the same can be achieved using the AEM Sites (/sites.html/content). Access Rights can be managed here: /security/permissions.html/principal/everyone Thanks!
Hi @kevingtan Please stop the instance. Update the start script with the below line: if [ -z "$CQ_RUNMODE" ]; thenCQ_RUNMODE='publish,dev,crx3,crx3tar,nosamplecontent'fi Start the instance and it should fix the issue. Thanks!
@Ronnie09 Do you mean AEM 6.5? In that case you need to upgrade the core component version manually and it will be fixed. Update the below 2 dependency on your project pom or manually download and upload the core module on AEM. <dependency> <groupId>com.adobe.cq</groupId> <artifactId>core.wcm....
Please upgrade AEM version from 6.5.0 to 6.5.10.0 by installing the latest service pack. Also upgrade the uber jar version from 6.5.0 to 6.10.0 Thanks!
Hi @ariesyinn Which exact version of AEM you are using i.e., 6.5.8.0 or 6.5.10.0 ? You will need to upgrade the user jar to respective version i.e. if you are using AEM 6.5.10.0 then uber jar should be 6.5.10 Also if there are any external dependency that was used in AEM 6.2, the same also needs to...
Hi @demobuster Below are the two CSS property which are causing the issue with the title alignement.This is not a major issue, but if you want this to be resolved, raise a ticket with Adobe Support and they should be able to fix it in next release.Also as a quick dirty fix, you can override these 2 ...
What is the AEM version you are using? Please ensure to use the latest core component version and it should resolve the issue as I can see the issue is related to core components clientlibs. The latest core component available is:https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm...