@Ashwani-Agrawal Even after raising the ticket with adobe we did not get the proper response, and they were mentioning it was the expected behavior and things like that. Let me know if you find any solution for this.
Hi @EstebanBustamante , I am checking this in the browser network tab and also directly hitting the 'model.json' endpoints.Ex: 1. "http://localhost:4502/content/project/us/en/home.model.json"When I hit this endpoint, I get the details of all the components and their values on the page. However, the ...
Hello everyone,I am facing an issue with multifield values not appearing in the model.json of a page in an AEM Remote SPA setup. I have created custom Sling models for my components, and everything works fine when I directly call the component's model.json. However, when the component is included in...
If we're utilizing the Container component, what should be specified in the itemPath? I've attempted both: <Container
pagePath="/content/wknd-app/us/en/home"
itemPath="root/responsivegrid"
/>and<Container
pagePath="/content/wknd-app/us/en/home"
itemPath="root/Co...
Hi @SureshDhulipudi , When I am using JavaScript, this was working fine but once changed to typescript I am getting this kind of error. This is the complete code: import React from "react";
import EditableTitle from "./editable/EditableTitle";
import { ResponsiveGrid } from "@adobe/aem-react-editabl...
Hi @TarunKumar , There are no system console errors that are different after updating. Also, no issues shown regarding the dependencies. Even I have checked the log files still no specific issues for this. Thanks,Mukesh
Hello Everyone,I recently completed the conversion of our AEM remote Single Page Application (SPA) from JavaScript to TypeScript. However, following the transition, we encountered a couple of issues relating to the responsive grid functionality and component visibility within AEM.Specifically, when ...
Hi All,Recently, while working on my AEM project, I encountered an unexpected issue after upgrading the react-router-dom dependency from version 5.3.4 to 6.22.0 in a remote Single Page Application (SPA) setup.Issue Description:After updating the react-router-dom dependency, I made the necessary chan...