Hi, Does anyone know/has implemented something that helps you to fetch the runmode in backend code. SlingSettingsService has been deprecated. WCMMode doesn't work in this case as we need to check it on a editable template(structure), where wcmmode is disabled. Thanks!
May be you can try all the points mentioned here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-maven-build-cannot-resolve-dependencies-when-imported/qaq-p/275711
Java 11 is the recommended version for AEM 6.5. Also I would suggest you to give some time to the instance to come up and after that if it does not work, check the logs for error.
May be you can try defining the list with names instead of using item, so that it explicitly calls the inner list. Something like below:<sly data-sly-test="${resource.hasChildren}" data-sly-list.outer="${resource.getChildren}"> <ul data-sly-test="${outer.name == 'items'}" data-sly-list.inner="${o...
Actually, I faced similar issue in AEMaaCS. But now its working fine after making few changes to the previous code. Try debugging the js and see where it is getting stuck. Also try changing "$(document).on("selected", ".cq-dialog-dropdown-showhide", function (e) {}" to "$(document).on("change", ".cq...