So to summarize, I need to implement HierarchyNodeExporter and in sling model need to override getExportedPath(). In this method i have to replace "/content/projectname/en/home" to "/home". Correct me if I am going wrong.
Are you referring to this https://helpx.adobe.com/in/experience-manager/kt/sites/using/getting-started-spa-wknd-tutorial-develop/react/chapter-1.html#hierarchypage-sling-model
Hi All, I have created project using archetype 23 for frontEndModule as react. I am using SPA Editor of AEM 6.5. I have created sling model for each SPA-Enabled component and used componentExporter. I am facing issue with SPA Editor, after URL shortening from https://projectName.com/content/projectn...
@bipinchandra92 I am also facing same issue. We are using SPA Editor project archetype 23. I have added rewrite rules on dispatcher for URL shortening. I am getting blank page. Whenever en.model.json is coming XHR, the page is coming blank. I tried to debug the issue and added vanity URL on publish...