Hi @shtang, Verify your dispatcher changes locally . PFB link to setup dispatcher and then try once in your local. https://bimmisoi.blogspot.com/2021/05/local-dispatcher-setup-aem-as-cloud-on.html Hope this helps!!Thanks
Hi @rsl_lucky PFB the link for proxy ::https://experienceleague.adobe.com/docs/experience-manager-65/commerce/storefront/getting-started.html?lang=en Hope this helps!!Thanks
Hi @rgravisankar Embed - This defines the categories which will be combined to the current clientlib. AEM will merge all clientlibs into the current clientlib. This is usually used for minimizing requests and for accessing clientlibs which are not supposed to be exposed to public. Take note that th...
Hi @Sady_Rifat , You can do it using two ways:Etc map : As suggested by @Sanjay_Bangar .Rewrite rule : You can add a rewrite rule as belowRewriteRule ^/(.*)$ /content/my-project/gb/$1.html [PT,L] Hope this helps!! Thanks
Hi @saurabh_kumar_02 Can you check in your dynamic media classic app if this image is published and if published check the url path there and compare.Let me know after that. Hope this helps!!Thanks
Hi @AEMWizard ,To create system user please go through the below blogsAEM - Cloud as a service and AEM 6.5https://bimmisoi.blogspot.com/2021/08/create-system-user-using-repository.htmlAEM - Adobe Managed Services https://bimmisoi.blogspot.com/2020/08/create-system-user-using-runmode-with.html Hope t...
Hi @fionas76543059 , Have you added allowProxy true on your clientlibs. If not that will be the issue. https://experienceleague.adobe.com/docs/experience-manager-64/developing/introduction/clientlibs.html Hope this helps!!Thanks
Hi @Dipti_Chauhan , You need to encrypt the values. You can do that using Crypto Support.Please check the below linkhttps://bimmisoi.blogspot.com/2020/08/crypto-support-in-aem.html Hope this helps!!Thanks