Hi,
I copied over a website from a co-worker to my CQ instance (5.6.2 I think) and I have the problem that I can neither see the client context (+ shortcut doesn't do anything), nor does the component work that I'm supposed to fix. It shows up in the list but when I drag it onto the page it doesn't show up (it does appear as a JCR node though). Not sure if these problems are even related but I know that both things work on my colleagues machine.
I realize you guys can probably not help me without further information, but could you tell me a general approach in AEM to tackle these kind of things? Like on machine A it works, on machine B it doesn't. Is there some kind of logs or console etc. I should check? I'm new to this so any help is much appreciated!
Thanks,
Paul
// Edit:
I see two js error messages that I think could possibly be related to my client context issue, what do you think?
Uncaught TypeError: undefined is not a function (legacy.js:25)
CQ_Analytics.SessionStore(); --> CQ_Analytics doesn't seem to have this funciton
Uncaught TypeError: Cannot call method 'addListener' of undefined (widgets.js:35)
CQ_Analytics.ClickstreamcloudMgr.addListener --> CQ_Analytics.ClickstreamcloudMgr is not defined