you can use scheduler to call third party api with frequent intervals or as per schedule. If the process stops with the error / exception, the same can not run again.
Are you able to replicate this issue in Stage (lower) environment ?1) Is this working with direct publish URLs?2) Validate with ELB url?3) Is this issue with all domains or few domains?4) Check the dispatcher configurations5) Validate by flushing Dispatcher / CDN cache If above all looks good, work ...
Are you using any scripts for image lazy loading ? data-sly-list should work without multiple calls @Model(adaptables = {Resource.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class StepspanelModel {// Node - multified widget for images in dialog@ChildResource(name = "s...
https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/extending-msm.html?lang=en#changing-language-names-and-default-countriesthe above documentation has full details. or , please see below Did you declare your class as @component?The following should work with the c...
In Service you have to user ResourceResolver , Resource objects ResourceResolver resourceResolver = request.getResourceResolver();PageManager pageManager = resourceResolver.adaptTo(PageManager.class);Page currentPage = pageManager.getPage("/content/page/en/");