Hi everyone I’m running into a persistent issue while integrating Marketo Forms inside a Next.js (React) application for Seismic’s website.The issue:When navigating between two pages that both contain Marketo forms — for example:https://www.seismic.com/resources/reports/g2-grid-spring-2025/The “Co...
Hello,I'm developing a client library named image.editor and including it in the extraClientlibs list for page properties and component.This client library uses the dialog-loaded event to retrieve image alternative text from DAM assets. The implementation works correctly when:1. Editing a component ...
Hi, I'm having an issue trying to get anything to load in Marketo Engage. When I log into Marketo or click on a link that should go directly to a Marketo program, I get the following error message: "The webpage at https://app-ab28.marketo.com/?meue&meueDataOnlyMode&meueAdminTreeEnabled&meueVisualCam...
I am dealing with unclosed resource resolver warnings and working on solutions to fix this. In the process I came across this article - https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-23761#This article offers the following workaround:The solution seems to close the res...
Hi, We have a business requirement to log in JOSN format.we have integrated with Elastic APM, and also configured fleet to view error.log and custom logs, but log format in error.log logs don't really match the Elastic Common Schema, hence we are trying to generate logs in JSON format. As anyone use...
So in postman, I am sending using this header and this is working fine. (YW string is admin:admin encoded using base64). I'm trying to do the same in javascript, but I keep on getting a 403.headers.append('Content-Type', 'application/json');if (window.location.host.indexOf('localhost') != -1) { he...
Hi, I am helping a client with their content in AEM ... and recently watched a demo of how to set up translation from AEM (an API integration in place now in order to connect to machine and human translations). Can yo please help clarify if and how i can limot what is pushed for translation machion...
Hi All, AEM as cloud dispatcher filter section has the below configuration to block any metadata calls on assets. Example path /content/dam/image/test.png.1.json /0017 { /type "deny" /selectors '(feed|rss|pages|languages|blueprint|infinity|tidy|sysview|docview|query|[0-9-]+|jcr:content)' /extension ...
I need to increase the size of the AEM dialog. Even on full screen mode the fields are still small. I have used some nested multifields that make the fields look very long and small. Is there a way I can change the size of the AEM dialog on load for the required component ? Also, I was trying to cha...
Hi all, I have implemented Sling Content Distribution (of type Sync Distribution) to sync nodes from one publisher to another publisher. I am using a custom trigger based on ResourceChangeListener, only looking for added events under the path /home/users/IDCS. Use case being i am only trying to sync...