Hi @saurabhkaushik Can you please check if all bundles are up and running properly?Also, can you confirm if you have done upgrade for the AEM in recent past?
Hi @Anilkumar0208 ,Please follow below link with similar issue:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/graphiql-editor-error-on-aem-6-5-10/td-p/427510Hope this will help!
Hi @lavishranosys Please try to do it through Apache Sling resource resolver configuration. There you can update the URL mapping attribute to the desired incoming and outgoing path.Another way is through etc/ map, where you can follow below steps:1. Create a http (sling:Folder) under /etc/map.2. Now...
Hi @extwebd96701854 ,Can you please check if your caching mechanism is working fine in you case, this shouldn't be the case if cached files are rendered.
Hi @Ronnie09 You can follow below steps:In httpd conf file:ServerName sample-project.com:80
In v-host file under <VirtualHost *:80>: -ServerName sample-project.comServerAlias www.sample-project.comand then rewrite rule as:RewriteRule ^/(.*)$ /$1 [PT,L]
Hi @spidey1405 ,You can check for the property "dam:assetState" of asset inside jcr:content. For Processed asset it should appear as "processed" for unprocessed it should appear as "unProcessed".
HI @bhagchand Try to clear the cache by login to docker terminal and restart it.Just for trouble shooting, try to start a new publisher instance with new port and run it in the docker, if still it doesn't work then issue is with the docker.
Hi @Sb2512 ,You can place generic list under /apps if you are using this list in any of your component's dialog. And then you can use it in your dialog with something like below:-
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="acs-commons/component...
Hi @RooRue ,There are few steps to analyse the query whether it's working or not.1. Run the query in query debug tool and check if you are finding any hit there.2. Enable DEBUG logs for QueryBuilder to obtain underlying logs.
3. Check for the indexing in the query performance tool.
Most probably y...