AEM CIF Integration
I've taken the latest aem cloud sdk aem-sdk-quickstart-2021.6.5382.20210602T190018Z-210527.jar and CIF connector(2021.05.26). I'm trying to set up venia store in both author and publish but facing below issues:
1. Author: Installed CIF (far file) and venia storefront. Started proxy (npx local-cors-proxy --proxyUrl <magento endpoint> --port 3002 --proxyPartial '') and provided it in Cloud Services > CIF Configuration
I'm able to see the products under Commerce but when I open venia page, it does not have the category navigation component. Is there an issue with the sdk or connector .far file? Or is it dependent on some configuration?
2. I did the same setup in publish but the Commerce section and CIF cloud configurations are not available. Is there an issue with the sdk or connector .far file?
3. All the templates have "header" and "footer" components included but these are .hidden components then how these got included? Why experience fragment is not used instead?
4. header.html has below line in it
<sly data-sly-test="${resource['navigation/navigationRoot']}" data-sly-resource="${resource.path}/navigation" /> - how does it impact navigation not showing up
5. I was able to locate com.adobe.cq.commerce.core.components.models.header.Header in vendor-packages but it's a interface and I'm unable to locate the implementation class for it

