


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/projectname/en/home.html to https://projectName.com/home
By adding dispatcher rules. I am getting blank page.
I have tried to add vanity URL for the same pge as /home.html, I got same issue.
There is some issue with en.model.json. Previously I have added single page it was worknig but it was giving home.model.json and after adding more pages. The same page stopped working. In the network tab when I have checked, It has only wn.model.json not home.model.json.
Is it possible to access short url in SPA editor via dispatcher?
It it possible to have page specific model.json like home.model.json?
Please help me to resolve this issue.
Thanks in Advance,
Nasrin
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @nasrinj114,
React JS which is complied and available in AEM SPA project clientlibs is the starting point. In particular, call to en.model.json (Root page Model JSON) is initiated from React code - index.js.
Given this, can you confirm on the below,
Views
Replies
Total Likes
Hi @nasrinj114,
React JS which is complied and available in AEM SPA project clientlibs is the starting point. In particular, call to en.model.json (Root page Model JSON) is initiated from React code - index.js.
Given this, can you confirm on the below,
Views
Replies
Total Likes
Views
Replies
Total Likes
Have you found a solution to this?
Views
Replies
Total Likes