Hi,
We have recently migrated from AEM 6.3 to AEM 6.4. In 6.4 author we saw that contexthub is loading fine and targeted components are visible. But when the same thing we tried to validate in AEM 6.4 publish, we see the visibility of those targeted components as hidden. Any configurations we need to do with respect to publish instance? Codebase is also same, i see no errors in logs as well. Any help would be appreciated as we have a major blocker here.
i have followed other threads where they have mentioned to change the following things:
1. Change sling:resourceType from /libs/granite/contexthub/cloudsettings/components/baseconfiguration
to granite/contexthub/cloudsettings/components/baseconfiguration on the contexthub configuration (/etc/cloudsettings/...)
2. we have included this sightly tag in head as well:
<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"/>
But still it is not showing up. Could anyone please help
Thank you so much in advance.