Level 2
March 31, 2016
Solved
AEM 6.1 Preview mode
- March 31, 2016
- 7 replies
- 3877 views
Hi
Please have a look at this article, this seems like your problem too.
//preview mode in sidekick does not refresh automatically
The solution is simply to force a page refresh automatically when switching to preview mode.
CQ.WCM.launchSidekick("<%= currentPage.getPath() %>", { propsDialog: "<%= dlgPath == null ? "" : dlgPath %>", locked: <%= currentPage.isLocked() %>,previewReload: "true"});Workaround :- https://helpx.adobe.com/experience-manager/kb/LinkToPreviewMode.html
Please check the browser console errors and error.log to better debug this problem.
Thanks and Regards
Kautuk Sahni
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.