PinnedKinjal P Darji·Jul 7Debugging AEMaaCS Dispatcher Redirects: A Step-by-Step GuideSo there are a bunch of tools you can use to debug the dispatcher. Here are a few things I do to figure out redirect issues. I usually test…
PinnedKinjal P Darji·Apr 5, 2024Simple ReactApp That Uses AEM GraphQLImage Curtesy : https://experienceleague.adobe.com/A response icon1A response icon1
Kinjal P Darji·Apr 28Building an AI-Powered Log Anomaly Detector for AEM as a Cloud ServiceIf you’ve worked with AEM as a Cloud Service for any length of time, you know the routine. Something breaks in production. You open Cloud…
Kinjal P Darji·Apr 2Custom Folder based Render Conditions in AEMHere I’ll give an example of custom render condition that can be implemented on folder basis. There are 3 different types of predefined…
InAEM Technical BlogbyKinjal P Darji·Oct 10, 2025Automating Multi-Repository Sync and Deployment to AEM as a Cloud ServiceIn this post, I’ll walk through how I set up an automated workflow across multiple GitLab repositories — Project-A, Project-B, and…
InAEM Technical BlogbyKinjal P Darji·Sep 16, 2025Workfront — User AccessI’ve summarized my notes on Workfront User Access based on what I’ve read. Please comment and let me know if I’ve misunderstood anything.
Kinjal P Darji·May 13, 2025Asset Delivery using Dynamic Media Open APIJust a small blog on how to generate Dynamic Media Open API url for the asset delivery. This feature is available only with the Dynamic…A response icon1A response icon1
Kinjal P Darji·Apr 2, 2025JDK 11 in AEMaaCSIn AEMaaCS, the environment by default uses JDK 1.8. Which is not compatible to the code generated by latest archetype of the AEM projects…
Kinjal P Darji·Apr 2, 2025Adobe Photoshop Firefly API IntegrationHere I’ll provide steps on how to make a call to Adobe photoshop Firefly Services from AEM.
InAIMLLearningsbyKinjal P Darji·Nov 11, 2024Basic Python Code for RAG Powered Support BOTThis is probably done by many people, I am just putting my code here with everything that I’ve learned from this.