@VasconcelosAquila There were some issues which I corrected as part of current repoint ACL's. If I am not wrong, your are just trying to have ACL permission to access content node. { "scripts": [ "create path /content/dam/aem-showcase(sling:OrderedFolder)", "create path /content/da...
@anasustic Please check below post to fetch content from template using sling model. provide service user /conf/project access to access the resource. This needs to be done with the help of resource API as position is fixed:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ho...
Please try once using below command at root folder, it will workWhole project: mvn clean install -PautoInstallPackage Follow below link for more detailshttps://medium.com/@toimrank/aem-clientlibs-css-and-js-6fda52c4e26f
@Mahesh_Gunaje Normal user group we can migrate using ACS commonsSystem User should be coming through code using repo initializerorg.apache.sling.jcr.repoinit.RepositoryInitializer~testeadcontentetcglservice-all.cfg.jsonhttps://www.nextrow.com/blog/adobe-experience-manager/getting-started-with-apach...
Below line is the issue as it will not allow you to read node if we are not logged in to read resource and it'd data. It will he good if you start your publish in debug mode and debug the issue. ResourceResolver resourceResolver = request.getResourceResolver();
Please reverify file changes, location and check filter.xml having file path with override. Try to validate the same in local instance. I hope we are verifying file through crx/de else it will be cache issue.
You can create a new node new-myproject-name and move all your pages/content to this node. OOTB While moving content you references will automatically get generate. This is the beauty of AEM.Writing rewrite rules will not work as final pages are not there in AEM.it will not be a good idea to play wi...