@ryant58768566 This same problem I just had in my project if we are publishing data to third party API. @arunpatidar Agree with Arun, on deletion, it will unpublish the page.If require for third party, use below code to unpublish page data as soon as it gets delete. import com.day.cq.replication.Re...
@Johnhenao10 To implement SPA please check below link where we can export data in the form of JSON and consume same within component.https://medium.com/@toimrank/aem-react-spa-fb10256dbdce There are multiple ways to resolve COR issues:CORS configurations are managed as OSGi configuration factories i...
This means you have created your account either it is personal or company. Your account needs to be added by administrator to have proper access.Follow below link for more informationhttps://helpx.adobe.com/in/enterprise/kb/enterprise-id-faq.html To log in to the Experience Cloud, your users must:H...
@rajat168 Update ACL's at packages level /etc/packages will resolve the issuehttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/granting-access-to-package-manager/m-p/231290
@dmanibabu Tested this scenario in local. Replacing a component will not help as no where it got update of cancelling inheritance. You have to first cancel the inheritance and than replace the component else it will get overridden every time. It will get update to below property. next time when it w...
@Mahesh_Gunaje Please user Sling Content Distribution(to publish content to different ) or Sticky session to have a publish and dispatcher one to one mapping and maintain publish specific access token.
@Mahesh_Gunaje Please user Sling Content Distribution(to publish content to different ) and Sticky session to have a publish and dispature one to one mapping.