A third party tool will upload a JSON file with the required data into the DAM. Based on the provided page details from JSON, such as page_path, page_name, and other configurations, a page needs to be created.Will PageManager support creating all the nodes in the JSON? How?
Hi, For AEM Author stage instance we have it AWS and on request made is passed through Dispatcher Server -> Intermediate server -> AEM server. But the application is throwing 504 gateway timeout error and is failing to pass the request through intermediate server and the following logs are displayed...
hello,I have two countries us/en and in/en. The favicon is visible for us/en but not visible for in/en so I just want to know how we can do this enable and disable thing?
Is there any pros/cons of initializing an Apache HTTPClient variable during @activate vs initializing the same variable when I'm about to use it? private CloseableHttpClient httpClient; @Activate protected void activate() { httpClient = HttpClientBuilder.create() .setDefaultRequestCon...
One question is larking in my mind what actually happens at the background when we restart the AEM server from remote server access SSH tool like Putty or Gitbash and from OSGi console. To restart AEM from OSGi console we use following path.OSGi Console -------> Web Console Tab -----> System Informa...
hi all, we are getting the below build error in a project for ui.frontend module - [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:npm (npm install) on project wknd-foundation.ui.frontend: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteExcept...
Hi Team, I was working on to design a data model for content fragment model and got stuck on for a field which needed one multifield like structure as: one multifield with 3 different fields for social links. I gone thru many articles and blog with custom implementation but somehow it did not worke...
I'm looking for a way to have an optional filter on graphql persisted queries for content fragments. It seems like it was possible at one point to define a variable for the query and, if it had no value, the filter would be ignored and all results would be returned. This is exactly the functionality...