Hi @georhe6 - Here's a thread from our community https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-use-pdf-library-with-aem-6-5-18/m-p/652920 on similar issue. Seems like a lower version of the pdfbox works in some cases, and an alternate option of itextpdf has also be...
Hi @aanchal-sikka -
My thoughts -
From what you shared below, you have a custom process setup in AEM that reads assets and metadata from a S3 location. Are you referring to the issues within this metadata that is stored separately or the ones like, xmp metadata that are extracted out of an asset? ...
Hi @Divya_T13 , The MessageGatewayService's lifecycle is container managed. If the service is fine after restarting the instance but stops working after a while, i will be looking in the bundles that is getting installed that forces a OSGI bundles refresh. Can you try the following debugging steps t...
Hi @stiegjo22 - Have you looked if there's a newer version of plugin available to support the 6.5.21 AEM release? May be try upgrading the plugin if there is one indeed.
Alternatively, you may look out for errors in log files during an AEM restart or while accessing Brightcove admin page along with...
The "uncheckedValue" property on your checkbox field might be causing the value to be set as "false", when you inadvertently submit the dialogs on other pages. You can either remove this property or run your logic around "true" value of the field.
Have you verified the properties on the jcr:content of the page and parents' in it's hierarchy?
Alternatively, If you try to open page properties dialog of the the newly created page and submit without doing any modifications, Do you still see it returning the value true?
Hi @Keerthi0555 - Have you already verified that the property "cancelInsta" value has not been over ridden at current page or immediate parent page level?
I would start by comparing the values directly on jcr:content nodes of en/profession/product and en/profession to see if cancelInsta property exi...
Hi @vineetham123 -
Please refer to the official Adobe documentation at https://experienceleague.adobe.com/docs/experience-manager-65/developing/devtools/ht-vlttool.html?lang=en for the detailed steps. Let us know if you face trouble with any specific step here.
Regards,
Fani
Hi @ShivikaSi - You might be having the actual error printed in your error log, Can you share it here for better debugging? If you have setup your AEM instance for the first time, try restarting the instance once just to be sure that all the bundles and services have refreshed and are active. Let us...
Hi @sean12341 - In Sightly - This can be achieved using the wcmmode context object with values like edit, preview and publish. You can hide/show the contents of component using a conditional check like below:
<sly data-sly-test.show="${wcmmode.preview || wcmmode.publish}">
In Javascript - You ma...