Hi @dylanmccurry Have you already checked this thread https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/replication-event-listener-stopped-working-on-aemaacs-publisher/m-p/720836 ? Maybe you find something useful there.
Hi @Mario248 I know that when you upload an asset in AEM, depending on your approval process setup, it can be made visible in Content Hub:https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/dynamicmedia/dynamic-media-open-apis/approve-assets Basically when you ...
I have 2024.6.16971 and it works fine (in local):Try few things:1. Start with lower SDK versions until you find the last one working.2. Use fresh server instance, without any project code deployed.There is nothing in the logs you shared that seams related to your project.Also there is this open issu...
It is not 6h difference. It is actually 8 h difference, that is how much is between 9 am and 15 pm. Which is exactly hot the timestamp says it should be: Try to add a Z at the end of you displayFormat property definition. Something like this:displatFormat="YYYY-MM-DD HH:mm Z"
Hi @BinaryAlchemy11 If you go in your local AEM server folder, in the /luanchpad/felix folder, then lookup for bundleXYZ, where XYZ is the ID of the bundle, which in you case is 245, you will find a bundle.jar file. If you look inside the jar, you will see 3 classes:If these are what you are lookin...
Hi @guodongha Can you look and share what values you have stored in JCR properties, then what values you have in the JS properties object ? You will need to debug and check what happens with the time value from the moment it is stored in AEM to the point you use it in JS code. I suspect it has some...
@ndresgarc Far from me the thought to not permit their creation in a more technical way. Such restriction was never on the table for me. When I said "control" I didn't meant "restriction", but rather steer developer on the right path and ease his life.
@daniel-strmecki @Jörg_Hoh Very good points and true reasons you have. And agree moving away as much as possible from component creation is ideal, less risky and with better benefits long run. Me personally though I have never seen a project that never had to create custom components (unless a headl...
Let's dive in together in couple of system architectures solutions, explore how involved services interact and communicate which each other, and how data can be ingested, enhanced and consumed.