Component not rendering on some systems
Hi All,
We have developed a component which is not rendering only in some systems.
We compared both(successful rendering and unsuccessful rendering) sling request logs and found below difference
Successful:
TIMER_START{PATH_TO_THE_COMPONENT.html#17}
70580 LOG Including resource JcrNodeResource, type=cq:Component, superType=null, path=PATH_TO_THE_COMPONENT (SlingRequestPathInfo: path='PATH_TO_THE_COMPONENT', selectorString='null', extension='html', suffix='null')
Failled:
TIMER_START{PATH_TO_THE_COMPONENT.html#17}
76368 LOG Including resource SyntheticResource, type=, path=PATH_TO_THE_COMPONENT (SlingRequestPathInfo: path='PATH_TO_THE_COMPONENT', selectorString='null', extension='html', suffix='null').
Unable to understand why it is coming different for both systems from same publisher and same environment.
Thanks in advance

