Hi,
It seems there's some confusion. AEMaaCS cannot be hosted outside of Adobe infrastructure, meaning you must use AMS, so you must adhere to Cloud Manager. One of its main tasks is to deploy code following using the blue/green pattern. Please refer to the details here: https://experienceleague....
Hi,
Is this issue occurring with the template itself, or on a page that has already been created from the template? As pointed out by @gkalyan, deeply nested components can cause performance issues if not structured properly. I would recommend using the "Developer" mode to troubleshoot further.
...
Hi,
The best approach would be to move the data outside the component dialog and access it through other means. You can still manipulate the data and return it in whatever response structure you need. For example, you could store the data in Content Fragments, an ACS Common List, or even a static ...
Hi, Please check this thread: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/icon-picker-plugin-for-rich-text-editor-rte-in-aem-6-5/m-p/539793
Hope this helps
Hi,
As far as I heard, the dumps are not really reliable, so I would advise you to stick to the practice test and the exam guide which covers all the topics and gives you an example similar to the test: https://certification.adobe.com/certification/backend-developer-professional?tab=certificate4...
Hi,
Usually, the best resource is the guide itself, which points you to the resources and topics that the exam will cover. Also you can check the practice test, which is similar to the real exam here: https://certification.adobe.com/courses/1031
If you are interested you can read some of my though...
Hi, Most likely, you have the tag below in your page component or in an .HTML file. Please check and remove it
<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"/>
Hope this helps
Hi, The issue is with the robots.txt file. You need to add your own file to overwrite the out-of-the-box file that is blocking the page from being crawled. Please check this.
References: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/build/anatomy...
Hi,
First, I'd like to point out that this community is dedicated to supporting Adobe products. Since your question is specifically about PDFBox, I believe you'll find more relevant answers in a forum focused on PDFBox or Java-related topics. That said, I think what you can try is something like t...