AEM SPA | URL Shortening
Hello,
I am facing issue in AEM SPA shorten url page ui rendering.
So, my setup is as below,
1. I have template structure depth set to 0 which will trigger a network call to root json i.e. en.model.json and then respective page.model.json
2. I added sling mapping under /etc/map which seems to be working fine. My sling mapping properties are
sling:match = localhost.4503/us
sling:internalRedirect = /content/site-name/us
Now, page.html call and other model.json call is success if I hit the url "http://localhost:4503/us/test.html" and all react clientlibs loads as well in network tab.
Can you please help what am I doing wrong here and what can be done to work this?
Thanks.
@kautuk_sahniif you help tag AEM SPA experts here. It will help.
