Hi,Are old break points custom or out of the box ? Try to find from where the old breakpoints are referring from and if they are from out of the box folder, override that path into /apps and empty the file. Make sure the path is included in filter.xml of your code to include in the build.
Hi, Is it from old version of AEM to new version of AEM ? You can write groovy script to migrate pages Refer:https://github.com/PerficientDigital/AEM-Migration-Scripthttps://blogs.perficient.com/2019/04/16/migrating-aem-content-with-groovy/
Hi, You can overwrite the out of the box style sheet and update the width as needed or you can add !important to custom style, so that out of the box style will be overwritten width: 100% !important or add more levels to the css like adding ".container.responsivegrid" more levels will be given prefe...
Hi, May be the node name is causing the issue (msg), try to change it. Anyway the issue is reported in author which will be accessible only with valid credentials and permissions, we can ignore the issue.
Hi,Upgrade should not impact the event listener, are you seeing any exceptions in logs? Can you check whether the system user permissions are same in both AEM 6.4 and AEM 6.5? Did your code is not executing in AEM 6.5?
I am able to replicate the issue when adding below below string to either title or value field #!!@#$%^&*())_?><"L"'{ Getting below exception in logs Caused by: java.lang.NullPointerException: null25.04.2022 21:50:06.503 *ERROR* [[0:0:0:0:0:0:0:1] [1650948606483] GET /mnt/overlay/acs-commons/compone...
Hi, I don't see any limitation , did you see any errors in logs? As per implementation it seems to be a straight forward of reading the values from a specific node. Can you check any if any of the special characters in the value is causing the issue.
Hi, You can set dispatcher to have a ttl, check the below link https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-ttl/index.html
Hi, Values getting duplicated because the name field is same in both the tabs as you are including same global/ctaLinks using path. Try using sling:resourceSuperType instead of path with that you can overwrite the name property in child node and have different names in tabs