


Hello !
We just pushed live the AEM 6.4 version today - and i noticed an issue with the contexthub kernel js file.
https://www.ourwebsite.com/etc/cloudsettings/default/contexthub.kernel.js is giving a 404 while it was ok on the 6.2.
I tested directly via IP on the publisher (to go without dispatcher)
https://IP_OF_6.4_PUBLISH:5433/etc/cloudsettings/default/contexthub.kernel.js and still the same 404 (so not related to any dispatcher rule)
On 6.2 version - it is served correctly.
http://IP_OF_6.2_PUBLISH:4503/etc/cloudsettings/default/contexthub.kernel.js
Does anyone got any idea of what can be wrong. COde and configuration are stricly the same.
Last addition - the contexthub.kernel.js is served well on the author machine.
It is extremly urgent as we are already live.
Thanks,
Views
Replies
Sign in to like this content
Total Likes
Hello !
In fact just need to Change sling:resourceType from
/libs/granite/contexthub/cloudsettings/components/baseconfiguration
to
granite/contexthub/cloudsettings/components/baseconfiguration
on the contexthub configuration (/etc/cloudsettings/...) did the trick (we were already having the rest).
Thanks a lot for your support
It's now solved !
Views
Replies
Sign in to like this content
Total Likes
Just to add an extra information - here is the sightly line of code we have to include the dispatcher :
Views
Replies
Sign in to like this content
Total Likes
ContextHub - as described in the AEM DOcs - does not appear or work on Publish instances.
Its a tool used to test personalization on Author instances and like other granite based components - not used on Pub instances.
Views
Replies
Sign in to like this content
Total Likes
Hello !
In fact just need to Change sling:resourceType from
/libs/granite/contexthub/cloudsettings/components/baseconfiguration
to
granite/contexthub/cloudsettings/components/baseconfiguration
on the contexthub configuration (/etc/cloudsettings/...) did the trick (we were already having the rest).
Thanks a lot for your support
It's now solved !
Views
Replies
Sign in to like this content
Total Likes
I am still curious - are you trying to use ContextHub on Pub?
Views
Replies
Sign in to like this content
Total Likes