In my local author instance, when I click "View as Published," I get the following error:org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: ...
Hello everyone, What is the possible reason of this system error that a page cannot be able to display in production authoring but working in live? I will insert the screenshot of the error. Thanks for your help!
I would like to know if anyone has some insights on how to prepare well for AEM Architect Certification. I was going through the Adobe documentations and is that enough for passing the exam?
Hi all,I'm trying to use Apache PDFBox for a workflow step (version 3.0.1) and the maven build runs in my local. However I see that my bundle fails to install and the org.apache.pdfbox cannot resolve in the AEM author.
We are running into issues where our Cloud Configs don't appear to be publishing to the proper instances. How do we validate that Cloud Configs have, indeed, been published to either the Publish instance or the Preview instance? Do Cloud Configs need to be published in a special way? Some of our Clo...
I'm working on a headless Adobe Experience Manager (AEM) project with React as the frontend. Just added some CORS and CSRF configurations to handle some other errors I have been encountering. Now getting an error when attempting to create a new folder under /content/dam/my-project/tests via a POST r...
I'm working on a headless Adobe Experience Manager (AEM) project where I use React for the frontend. After initially facing CORS issues during local testing, I followed advice to configure AEM's CORS policy, allowing http://localhost:3000 and updating allowed methods to include OPTIONS for pre-flig...
I have 2 webpages 1)https://www.samplepage.com2)https://www.samplepage.com/index.html I have a requirement where i need to redirect to https://www.samplepage.com when clicked https://www.samplepage.com/index.html . Could you please explain what could be done?