After following the link I can see page html that cached on dispatcher has below line
<div class="testdynamic title aem-GridColumn aem-GridColumn--default--12"><!--#include virtual="/content/we-retail/us/en/_jcr_content/root/responsivegrid/testdynamic.nocache.html" --></div>
However page is not showing the content of testdynamic component at dispatcher
Added below rules on httpd.conf file
Options FollowSymLinks Includes
# Required to have dispatcher-handler process includes
ModMimeUsePathInfo On
# Set includes to process .html files
AddOutputFilter INCLUDES .html
# Set includes to process .html files
# AddOutputFilterByType INCLUDES text/html
# AllowOverride None
Not sure why content is rendering on publisher but not on dispatcher for testdynamic component.
Any hep is highly appreciated.
Thanks,
Pradeep