AEM-SPA Angular Shorthand URL implementation | Community
Skip to main content
Level 3
June 7, 2022
Solved

AEM-SPA Angular Shorthand URL implementation

  • June 7, 2022
  • 3 replies
  • 816 views

Hi Team,

 

I need help in implementing short-hand URL in my AEM-SPA Angular project.

 

FYI,

ALL the URL's will be the part of the model.json string, it is not working after dispatcher shorthand URL configurations enabled.

* Normal short-hand URL's configuration wont work for AEM-SPA projects?

* Anything I need to write custom utility to convert this Long URL's to short URL's?

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

sunil_kumar_
Level 5
June 8, 2022

Hi @shyamasundar-ks , 
Could you please add sample URL, what you looking for(Long URL to Short URL pattern )

Level 3
June 8, 2022

Hi @shyamasundar-ks ,

 

For the URL shortening in the SPA (tried with react only) , please look into the threads 

1. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-spa-react-dispatcher-setup/m-p/396676#M12670

 PS : read through the comments where I have mentioned the methods where we need to short the urls for it to work.

2. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/short-urls-using-react-spa/m-p/454444#M33705 (reference solutions)