I assume you are referring to enabling the login for the publisher (live sites). Please refer to the post below for more details.
Enable User Authentication for AEM Websites — Azure AD B2C | SAML Application with Azure AD B2C | by Albin Issac | Tech Learnings | Medium
Enable User Authentication for ...
This might be due to the region configured while enabling the translation service; the region for the Microsoft Translator Service should be enabled as global instead of selecting the local regions.
Refer to Microsoft Translator Service — Issue while fetching the Access Token | AEM(Adobe Experience ...
When an author activates or publishes new or modified content, it is moved to the publishers. Simultaneously, a cache invalidation notification is sent to the dispatcher. We follow a multiple cache invalidation approach, which includes methods like .stat file-based and TTL-based invalidation. At thi...
Request for Feature Enhancement (RFE) Summary: Capability to search for domains in the Domain Settings Page of the Cloud Manager for AEM as a Cloud Service.Use-case:
As an administrator, I need to search for a specific domain configured via the Cloud Manager Domain Settings in AEM as a Cloud Service...
You can follow some of the below patterns to support different environments through same set of configuration files.
www_example_com.vhost
<VirtualHost *:80>
ServerName "www.example.com"
ServerAlias "www.example.com" "exampledotcom-dev.test.com" "exampledotcom-uat.test.co...
This error occurs when the class is loaded through two different class loaders (bundles). It appears that the class is being loaded through your custom bundle as well as the CIF core components module.
Please verify and remove any instances where you are exporting (Export-Package) the com.adobe.cq.c...
The backend calls are more cacheable; for example, the PDP pages are cached for a defined period, similar to PLP pages. However, the client-side calls, which handle user actions such as operations on the cart and order submission, are more dynamic and can be directed to the e-commerce engine.
Regard...
CIF utilizes a combination of server-side and client-side rendering patterns, and it is recommended to use both in tandem to develop a complete ecommerce website. The PDP and PLP pages employ AEM CIF core components, which are rendered and cached on the AEM server. This is integrated by connecting w...
If you are looking for a solution within AEM, you may follow the below steps.
Create a separate client library; refer to this blog for more details https://medium.com/tech-learnings/multi-tenancy-theme-support-for-ui-frontend-module-adobe-experience-manager-aem-256921313c9dCreate a page-level Proper...
Maybe you can explore this option.
Create a placeholder component in AEM with required dialogs - this component will only have a DIV, and the dialog data is added to the DIV as an attributes.Create a wrapper component in AEM that uses the external component and renders through the data stored in the...