Request for Feature Enhancement (RFE) Summary:AEM References ManagerUse-case:Track references and control changesCurrent/Experienced Behavior:
It is very common situation when for example an AEM component definition gets changed and the changes immediately need to be reflected on the content. For ex...
As it has been described in those articles also, you basically need to expose your AEM data to the Microfrontend components. It depends on the architecture (headless vs headfull vs hybrid) of course. You can understand more from this article: https://medium.com/@prajwaljainkmt/aem-architecture-headf...
Hi @Tom_Fought All the indications from @narendiran_ravi are very good and are first things to go to in such cases. In addition I would add that when I experienced such issues, for me it was because two things:1. I had long running jobs that were continuously writing data. Maybe you have some custom...
In that case I believe those two online resources gives you enough knowledge to get an idea about how things work and how to make an initial project setup. As I see it, long story short, all comes down to put your frontend solution into your AEM project and have it built, packaged and delivered alon...
Hi @marcog69313552 Those 4 properties org.apache.felix.https.jetty.ciphersuites.* that Adobe's documentation is mentioning, should be in Apache Felix Jetty Based Http Serviceorg.apache.felix.httpI am only mentioning this because Adobe's doc was not very intuitive about it, for me at least.Can you co...
What version of AEM are you using? What java version do you have installed ? Are you using some ACS Commons stuff as well maybe ? Try to rebuild your clientlibs: http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.htmlTry to clear class loader: http://localhost:4502/system/console/fsclass...
Hi @daspicko
I like the idea and I am curious further how that can be implemented and made available to AEM users. Shell it be like visual capabilities to manage assets headers ?
@MukeshYadav_ Thanks for using my screenshots for a another recent post where I used them first: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rabbitmq-5-6-and-above-conflict-with-aem-6-5-21-version-jar/m-p/724326#M178450
Hi @guodongha Can you go in system console and check your bundles to see if all are running properly ? All dependencies should show as resolved.Go here:And for example here is an example of a bundle of mine that has issues: Also try to check browser console for any errors, even if I doubt you find ...