Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

AEM SPA | URL shortening

Avatar

Level 1

Hey

Its is possible to have URL shortening in a react SPA?

Do I need to active some configuration or do something in the dispatcher?

6 Replies

Avatar

Employee

The best practice is to shorten (rewrite) URL at a dispatcher /HTTPD level.

Avatar

Employee

Hi Sandrateixeira,

Currently, it is a known limitation that AEM SPA Editor does not have the ability to perform URL shortening -- refer to [1].  I did not find a timeline/roadmap for the implementation of this feature, however, if it is released, the SPA documentation will be updated accordingly.

Regards,

Lisa

[1] SPA Editor Overview

Avatar

Level 2

Seems like a pretty important use case that should have been covered.

Avatar

Level 3

Is there any update on this? If we can do URL shortening with AEM SPA editor using dispatcher rewrite rule? 

Avatar

Employee Advisor

When you own the model classes, you can implement logic to rewrite the repository paths accordingly. Should not be a big problem, and much safer than a heuristic provided by AEM itself (like the link rewriter).

Jörg

Avatar

Level 2

Any example ?