Hi,I have created below method to execute the graphql query , It works fine on the local but on the dev server it's not working due to unauthorized, I tried to create using service user but that also not working . Does anyone excuted graphql query using basic authentication or any other approach in ...
Hello Community, In one environment, when I publish a page I do NOT get the Publish (dependency) wizard screen that lists referenced assets (e.g., images, Target configs, experiences). In the other (working) environment, that screen appears and shows “All Assets” with the referenced items (see scree...
Hello Community,We have an AEM–Adobe Target integration in place and are encountering an issue where the hexadecimal location hash stored in cq:ActivitySettings/locations does not match the runtime-generated Target location hash on the page. Because of this mismatch, the activity is not binding to (...
Hi Team, We have a user group in AEM that needs the ability to manually adjust smart crops for assets, but only for assets that use a particular image profile. We need to prevent this user group from editing smart crops for assets with any other image profile.Could someone provide guidance on how to...
Assume I have the following setup:Two sites with both english and french content pages /content/siteAAA/language-masters/en/content/siteAAA/language-masters/fr /content/siteBBB/language-masters/en/content/siteBBB/language-masters/fr Site AAA was created first and all my page templates are defined in...
I am trying to setup adobe AEM RDE environment. Have followed the steps mentioned in the following documentation https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/rde/how-to-use. I ran the "mvn clean package" command and then proceeded to run the command i...
Hi Everyone,I have a requirement to move our customized Adobe components into a proxy folder and update all content that currently references these components so they point to the new proxy versions.Example:Current component: buttonNew proxy component: buttonglThis means I need to update all pages t...
might be best explain with an example: I have a servlet that returns true or false if HTTP post is successful.I also have a javax filter that checks if a user still has a session. if no session, redirect the user to the login page.User has 2 browser tabs open and both of them are displaying a form (...
Hi,I’m trying to optimize oak indexes in a Clou. We have a few custom queries that are running very slow, and after checking explain plans, it looks like they’re falling back to traversal. I know AEMaaCS doesn’t allow direct CRXDE changes, so indexes need to be managed via code deployments. What’s t...
so I have a javax.servlet.filter class that does a lot of things. one of the first things it does is change the value of a cookie (example: cookieX was originally set to "ABC" and I changed it to "ABC,DEF"). Before the browser gets a response (the filter has completed already but a Sling model is ru...