내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

SPA Editor React URL Shortening Issue

Avatar

Level 3

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

 

 

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 3
5 답변 개

Avatar

Level 10

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,

  • If all related clientlibs of the project is loading fine(200) and no console errors when accessed from Dispatcher. 
  • If yes, call to en.model.json is success and response of the same contains your page content. 
  • Details of redirects(Is it via adache rewrite using mod_rewrite or /etc/mapping or URL mapping in Sling resource resolver config)

 

Avatar

Level 3
@Vijayalakshmi_S No console error is coming. All clientlibs are coming with 200. en.model.json is coming properly. I am using mod_rewrite.

Avatar

Level 2

this issue still exist for me. the accepted solution is not a solution at all.

 

Anyone has any information if this (url shortening via apache rules and resource-resolver config) is supported by adobe in AEM spa ?

Avatar

정확한 답변 작성자:
Level 3

Avatar

Level 3

Have you found a solution to this?