Hi,
I have a header, footer components below /apps/<my-site>/components/structure
In my local author, publish both header, footer displayed and I can see html generated in page source.
When I pushed code to upper environments
in DEV env: author displays header, footer, publish does not display (I do not see html for header, footer components generated)
in Stage env: author, publish both does not display header, footer
Yes code is deployed properly for header, footer, templates in all environments.
I do not have access to osgi console , logs in upper environments, any ideas why this happening only for header, footer ... other components on page rendered fine.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @sreedobe,
Can you please add screenshot of header component html & html structure from browser page source where header is missing. also if you access to crxde in higher environment try reloading the page & check if there are any error printed on crxde console tab where logs will be generated
Hi @sreedobe,
Can you please add screenshot of header component html & html structure from browser page source where header is missing. also if you access to crxde in higher environment try reloading the page & check if there are any error printed on crxde console tab where logs will be generated
hi @Manjunath_K I have uploaded with screenshots where I shown DOM for header-nav-insights as well as block/grey footer in author working and publish server same page does not work.
Views
Replies
Total Likes
Can you please add headercompoent.html screenshot & also is it complete markup not generated on publisher or partial markup generated(publisher screenshot which you have attached doesn't show header section div). also did you you check logs on crxde console after reloading the page? it will be difficult to analyze the issue which you are facing just looking into screenshot so more details on the issue will be helpful to understand the issue.
Views
Replies
Total Likes
<div aria-label="${'HeaderNavigation' @ i18n}"
data-sly-use.headerNavModel="com.xxx.xxx.xxxx.xxxx.core.models.HeaderNav">
<div data-sly-test="${!headerNavModel.mobileView}"
data-component="PersonalInvestorNavigation"
data-prop-show-prompt="${headerNavModel.defaultHomePageSelect ? 'true' : 'false'}"
data-prop-show-mega-menu="${headerNavModel.hideMainNavigation ? 'false' : 'true'}">
</div>
</div>
<div data-sly-test="${(wcmmode.edit || wcmmode.preview)}"
class="cq-placeholder ${classAppend}"
data-emptytext="${component.properties.jcr:title}${emptyTextAppend && ' - '}${emptyTextAppend}">
</div>
Views
Replies
Total Likes
Views
Replies
Total Likes
These are custom components correct? Are all the pages you have configured in the Publish instance?
I've seen cases where people create their own headers/footers and don't bother checking existence of the pages (bypassing linkchecker).
Did you try compare with other working Custom components (on both author and publish instances in higher environments )
you can request for logs from admin (who has access to the logs in higher environment)
It seems like you are using SPA, and the clientlibs, responsible to generate header and footer, is not available on the instance, where you are facing issue.
So it will be better to first try to troubleshoot the issue with the IP:port URL, if it works fine with that then do the required changes to make the clientlibs available on the dispatcher URL.
Hope this will help.
Umesh Thakur
@sreedobe it might because your user from the upper environment does not have permissions. Anything from the ./crx-quickstart/logs/error.log log file, please share these screenshots with us.
Views
Replies
Total Likes