I was able to finally run dispatcher on Mac M1. There are several articles online on creating docker image for dispatcher. Follow anyone of them. Just remember while building/ running docker add this below param in the command: --platform linux/amd64This is because of difference in architecture in M...
I faced the same issue last week, there is no other way but to use docker on M1 to run dispatcher. Key to creating docker image on Mac M1 is to understand difference in underlying architecture:docker on Mac M1 creates images based on arm64 architecture where as dispatcher module is only supported on...
All - Has anyone configured dispatcher on Mac M1? I downloaded Apache dispatcher for Mac which is for x86 but when i am using it on Mac M1 i get following error:httpd: Syntax error on line 185 of /opt/homebrew/etc/httpd/httpd.conf: Syntax error on line 1 of /opt/homebrew/opt/httpd/conf.d/dispatcher-...
Hi,I am also facing similar issue. Dispatcher is returning content irrespective of response from authentication service. In logs i see" incomplete request, no socket reuse" message. Can anyone help? Regards,Mayank
All,I have this weird issue in touch ui where para format text is not displaying correctly in dropdown. In Classic UI, text is getting displayed correctly. See screenshot attached for touch ui, classic ui and rte plugin config.Thanks,Mayank
Hi,In AEM 6.1, if there are 2 FileUpload Widgets, then drag and drop option does not appear for 2nd image and second image is also not displayed in dialog. I am using different file names and file references for both images. For e.g.For 1st Image:FileName : ./firstimage/fileNameFile Reference: ./fir...
Sandeep,For richtext editor, you can use same plugins and configuration done for classic ui. See this article for details: https://docs.adobe.com/docs/en/aem/6-1/administer/operations/page-authoring/rich-text-editor.html . Hope this helps! Regards,Mayank
All,I added a new image in page property but its not allowing me to drag and drop images from content finder in touch ui. Same image works fine in component but not in page property. Has anyone faced this issue? Following is the image code in page properties dialog:[img]image_issue.jpg[/img] ~Mayank