Profile Card component
Images on the Profile Card component are not loading due to client lib issue on AEM-STAGE and AEM-PROD.
So, please help regarding this issue.
Also, please help me out with your suggestions.
Images on the Profile Card component are not loading due to client lib issue on AEM-STAGE and AEM-PROD.
So, please help regarding this issue.
Also, please help me out with your suggestions.
Hi @shreyas_tm
Add allowProxy="{Boolean}true" in your component's clientlib. And clear the cache to make sure the previous clientlib is not cached.
Why:
In order for the client libraries under /apps to be accessible, a proxy servelt is used. The ACLs are still enforced on the client library folder, but the servlet allows for the content to be read via /etc.clientlibs/ if the allowProxy property is set to true.
In order for the client libraries to be accessible via proxy under /etc.clientlibs, select the cq:ClientLibraryFolder node, add the following property, and then click Save All:
allowProxy: If a client library is located under /apps, this property allows acces to it via proxy servlet.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.