Maybe you can try back with the previous AEM SDK version that work, to confirm that the issue is happening with the new version.Then try to see if you have any custom clientlibs that do something with those dropdowns and that could work differently with the new SDK.And in parallel maybe you can open...
Hi @MadishettySr If the issue does not persist wen you simply select the value in dropdown, check the browser Console for any JS errors.If the issue does not persist after you save and refresh the page, check the AEM logs for any error.Remember also if you recently did any AEM update or an ACS comm...
Hi @KNan Take a look in here: https://experienceleague.adobe.com/en/docs/experience-manager-learn/ams/dispatcher/git-symlinksMaybe you can set symlinks = true in your gitconfig file.
"Maybe it was for development, and the harm was NOT intended ..." I meant to say. But I cant edit the posts anymore, to correct it. This feature was removed from community recently.
Hi @SrikanthPo3 So you have a servlet that you exposed for someone or something to invoke. Which means for a specific scenario and actor (human or software), you want the requests to go through. Now, if they do get through from Postman, it means that whoever made the request has the authorization c...
Hi @NikhilLa1 Can you please first check if you are not by any chance missing the component teq/components/ctabutton from your AEM instance ? Couple of similar topics:https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-24080https://experienceleaguecommunities.adobe.com/t5/...
Can you try some of the troubleshoot options described in here https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/deploying/configuring/troubleshoot-rep ? Cheking the /var/eventing/jobs, creating a dedicated replication.log file etc
Does your replication user, with which the agent is configured, has the right permissions to access assets ?I am thinking that as because you said that the images, like all of them, do not get replicated, it might be a permissions issue.