I'm working on an AEM 6.5 server that was migrated from an earlier version. Some of the steps were not strictly followed, however - I don't know the full story but I'm guessing there were actual regression problems or just no practical way to test. One example of this is when I go to Tools > General > Tagging, the root path is not what I would expect. Note the URL has a suffix pointing at the pre-migration path - /libs/cq/tagging/gui/content/tags.html/etc/tags.
Where is this root path set? I'd assume that the deployment is setting this, but I can't find anything that looks like it is overriding the v6.5 default of /content/cq:tags.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @JohnPurchaseSB ,
In AEM 6.5, the default root path for tags is /content/cq:tags, and this behavior is controlled primarily by the Tag Manager and the tagging configuration in AEM. If your environment is still pointing to the older /etc/tags path, this is likely due to remnants of the migration not being fully completed or a configuration override.
Here are some steps to investigate and resolve this issue:
Any custom code that explicitly references the path /etc/tags must be updated to /content/cq:tags, or preferably rewritten to use the TagManager Java API, in tandem with this migration.
Documentation: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/deploying/rest...
Best regards,
Kostiantyn Diachenko.
Hi @JohnPurchaseSB ,
In AEM 6.5, the default root path for tags is /content/cq:tags, and this behavior is controlled primarily by the Tag Manager and the tagging configuration in AEM. If your environment is still pointing to the older /etc/tags path, this is likely due to remnants of the migration not being fully completed or a configuration override.
Here are some steps to investigate and resolve this issue:
Any custom code that explicitly references the path /etc/tags must be updated to /content/cq:tags, or preferably rewritten to use the TagManager Java API, in tandem with this migration.
Documentation: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/deploying/rest...
Best regards,
Kostiantyn Diachenko.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies