Hi @juancarlos2022
Can you let me know which archetype you are using to create the project? The latest archetype should be creating the structure for you. If not, you can still create the structure mentioned in the documentation you are referring.
Hope this helps!
Thanks,
Kiran Vedantam
HI @kkhan_123
Sometime if you are in your office network, this issue may arise due to network issues. Can you try in your home network or by connecting your mobile hotspot?
Hope this helps!
Thanks,
Kiran Vedantam.
Hi @robertol6836527,
Ideally, it should be done manually (Replicate the package using a replicating agent)
But you can still write some custom logic to automate it using sling listeners.
Hope this helps!
Thanks,
Kiran Vedantam.
Hi @girishb83316758
As the error says, you need to mock the asset manager like this:
@Mock
private AssetManager assetManager;
Reference link: https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/test/java/com/adobe/acs/commons/mcp/impl/processes/asset/UrlAsset...
Hi @savpro,
Ideally, the XF versions are used if you are creating different versions of the same content. As you said, if you have 10 different disclaimers, it should be 10 different XFs with their own versions
If you still want to use a single XF, the best way is
author them on the page as req...
Hi @karanmahi I am sure you are aware of the architecture of the AEM. Hence, as mentioned in the post below, try customization from your end. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-know-page-is-served-from-server-dispatcher-and-cdn/td-p/444830 Also, you can...
Dear @SantoshSai, I know that the issue is fixed in 6.5.13, but, anyway, thanks for re-iterating it. Also, thanks for taking your time and clarifying the scope of the query yourselves. Appreciate it. Thanks,Kiran Vedantam.
Try to put all the required packages in the install folder when you start your fresh instance. check this helpful blog: https://blogs.perficient.com/2017/07/03/four-tips-for-aem-beginners-overcoming-common-issues/#:~:text=AEM%20provides%20a%20file%2Dbased,in%20Package%20Manager%20as%20well. Thanks,K...