Hello !We just pushed live the AEM 6.4 version today - and i noticed an issue with the contexthub kernel js file.https://www.ourwebsite.com/etc/cloudsettings/default/contexthub.kernel.js is giving a 404 while it was ok on the 6.2.I tested directly via IP on the publisher (to go without dispatcher)ht...
As per this article - https://helpx.adobe.com/experience-manager/kb/DisableLinkChecker.html to disable link checker in AEM we need to follow these steps -Disable all link checking by configurationGo to /system/console/configMgr and login as admin.Find the "Link Checker Transformer"Check the "Disable...
hello I have this query and I would like to be able to store this query in a list or an array to carry out some processes with them here is the one that I haveresourceResolver = resourceResolverFactory.getAdministrativeResourceResolver(null);Session session = resourceResolver.adaptTo(Session.class);...
Hi All,I am facing one issue related to Uncaught DOMException: Blocked a frame with origin on server "https://<server_url>".Uncaught DOMException: Blocked a frame with origin "https://<server_url>" from accessing a cross-origin frame.In response header I have mentioned:X-Frame-Options: SAMEORIGINX-F...
Our business wants to update various content /pages from a single page. This is basically switching the associated jcr path dynamically from the same page. Attached is the proposed authoring UI. I know it’s premature and can be changed. But the key is to control all the page/content CRUD operations ...
Found a similar thread here: Need java code to convert the page names to lower case which a staff member posted this bit of code:void rename(Node node, String newName) throws RepositoryException { node.getSession().move(node.getPath(), node.getParent().getPath() + "/" + newName.toLowerCas...
Hi Team,I have a requirement to display error messages somewhere in AEM Dashboards, something similar to “Log Messages” Diagnosis tool under Tools-->Diagnosis-->Log Messages. The OOTB one has some limitations. For instance, by default it displays ALL error messages and I believe there is no way to r...
Objective - Having a multilingual Blueprint, with some pages having already translated initial content.How are we planning to do it - Create a default site structure, with a template per page ( some initial components ) using a Master English language. then create a language copies from the master l...
Hello everyone,Does someone know how can I change the character encoding in the response on a sling model exporter?Here a piece of code that I'm using@Model(adaptables = SlingHttpServletRequest.class, resourceType = {"..."}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)@Exporter(...
Hi All In AEM 6.2 we appear to be facing minification issues with YUI (JS Compressor) which is set at OSGi config - Adobe Granite HTML Library Manager. Following are the issues and observations.Troubleshooting steps we took:We were not getting the latest JS for our community calendar (issues we had ...