I have tried these things on our DEV server:
I'm stuck. All of the above work locally, but when attempted on another AEM author instance none of them work.
Is there a way to clear and reload sidekick? The problem appears to be that Author is not correctly displaying what is in CRXDE. Even deleted and renamed components/component groups are not reflected in the sidekick or the design mode edit dialog. Does AEM cache the sidekick somehow?
Any help or ideas would be appreciated!
Solved! Go to Solution.
Hi ,
Try clear the browser cache by using the Empty Cache and Hard Reload or use the fresh browser to open the article/page. Hopefully it helps to solve. In my situation it helps me to solve the problem.
Thanks
Uma
Have you tried deploying the package to a new fresh install of AEM? Do that to see if there is an issue wit the package or AEM instance.
Views
Replies
Total Likes
Hi,
while for the first 3 listed attempts a blocked cache (or other reasons leading to observation problems) come into my mind, a restart should fix this all.
There is a cache, which holds the list of components in the system. And whenever this cache is refilled (should be done on adding new components), there will be a message in the log. This message should be like this (numbers pure fiction) issued by the class "com.day.cq.wcm.core.impl.components.ComponentCacheImpl:
Loaded 45 components in 13ms
You can look for this message in the log when you have added/removed a component.
Depending on your AEM version there might be others. Can you search the log for messages by this class and paste them here, so we can help you resolving this issue?
Thanks,
Jörg
Hi ,
Try clear the browser cache by using the Empty Cache and Hard Reload or use the fresh browser to open the article/page. Hopefully it helps to solve. In my situation it helps me to solve the problem.
Thanks
Uma
Thanks for the reply. Sadly in desperation we destroyed the server and rebuilt it from out QA environment content and code so I do not have the logs (darn). Very good info to know though. From my digging around it looked like there was a JSON file that had a version id appended to the file name; the file listed the components that I assume was a snapshot from that version ID.
Views
Replies
Total Likes
Views
Like
Replies