Hi,we are having Repository Initializer from Sling to perform some initial setup of eg paths and permissions: This is how I have {"scripts": ["create path (sling:Folder) /content/dam/brands/ceccatocluster","create path (nt:unstructured) /content/dam/brands/ceccatocluster/jcr:content","create path (c...
I'm using AEM 6.5. I'm using editable templates to configure the initial load of the list of mandatory components inside a form container in the page. But when I try to reorder the components once the page is loaded. I'm not able to drag or reorder between these components.Moreover, there are cq:edi...
Hi All,Some time ago, we started using Repository Initializer from Sling to perform some initial setup of eg paths and permissions:https://sling.apache.org/documentation/bundles/repository-initialization.html What we're seeing is that these frequently give issues on a server restart, also in UAT / P...
Hello, We have a Proxy pass setup to downstream systems in AEM Dev Environment which is development and test enviroment. While frontend team development, they are hitting AEM Dev server on localhost and facing CORS error.So, what would be that right approach for this while developing on localhost?
I followed this article https://medium.com/@toimrank/aem-graphql-b06dd1c28cec to understand about GraphQL but I'm stuck with the following queries. Can someone please help me out with detailed explanation of the following:Where are the graphQL queries stored?What's the URL to graphQL editor for AEM ...
Hi,I've created a form on page with some input fields & submit button. It's more like HTML form. There's a servlet that accepts the data in Json format & processes it in backend. Now, I want to create a service/model that will get invoke when submit button is clicked & it should take the values from...
Hi all, i am trying to populate a node (nt:unstructured) with properties and values taken from a json file.i am getting issues in populating arraylist of strings to the jcr node. The below error is being reportedjavax.jcr.ValueFormatException: Can not assign multiple values to single valued property...
Hi.I'm trying to send a request to AEM from React. But I get either a CORS error or an empty response with status 200, but from the browser the response has a body.Tell me how to set it up if:AEM localhost:4502React localhost:3000 ConfigReact fetchThank you very much in advance)