Hi @Elbie47 , It looks like cache issue. May be the one of the publish server is still having old version of CSS cached which is not having below mentioned class. Do consider using appending hash value to the client library to have load latest css/js and avoid caching issue. You can use ACS AEM co...
Hi @Pooja_K , Simply adding sling:resourceSuperType to 'core/wcm/components/carousel/v1/carousel' to component properties should resolve the issues.Also, we need to remove all java script issues related to dialog Clientlib, if any.
Hi @hs06 , Is this one time migration? What is the source of these PDF files. If the files are on cloud (S3) then there is an Asset Ingestor available which can help.You can also think of Asset API or Desktop app to achieve the target. Please check this for few OOTB options available-https://experie...
Hi @jayv25585659 , You can simply give id to your DIV/SLY element and can use jQuery selector to grab the value <sly data-sly-use.mypageVars="${'com.myhost.core.impl.view.page.MyPageHelper'}" id="myVarId"></sly> Inside Clientlib- $( document ).ready(function() {var myVarValue = $("#myVarId").val();...
@jezwn , It might be because one of the content node under DAM is corrupted. Please check if you have jcr:content node under DAM. Also, check if you are getting error in browser console/network tab or in error logs.
Hi @Blaiirrr , Can you provide some more information in order to find the root cause- 1. "it's just some of the editing/runtime functionality that is not working." - Are those client side functionalities or you are hitting backend service to get data which is not being reflected, do you see any erro...
Hi @christopherv662 , You can get resource resolver through sub service. All you have to do is - 1. Create a System user and give proper permission.2. Configure "Apache Sling Service User Mapper Service" for System user and Service mapping.3. Use below code to get the Resource resolver- public Resou...
Hi @gauravtyagi , Do you think service credentials will help here? https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/authentication/service-credentials.html?lang=en Though I see there is an AEM connector which supports basic authentication, but since ...