Connecting Magento to AEMaaCS (Local instance and sandbox)
Hi,
I am doing an internal project to connect a magento sandbox to an AEMaaCS sandbox to test out the use of CIF components.
I am building it locally and am using the latest AEMaaCS download, and the latest CIF plugin.
My project is pretty basic with only core components and core CIF components enabled. It was built using the Adobe Archetype with commerce enabled.
While the project builds and installs properly, I get a few problems.
The navigation header keeps coming up with a comparison error. I ended up removing the navigation component for now, but i did add a CIF product component to a page, and in the editorial interface it allows me to search the products on the magento server and choose the one that I want to visualise, however when I do view as published it says "No Product Found"
I did a bit of debugging on the ProductImpl class, and can see it getting called, however the self bound MagentoGraphqlClient is null, hence it can't find the content.
Does anyone have an idea on what configuration is missing?
I have the COMMERCE_ENDPOINT environment variable in place and that at least makes the editorial interface work as expected.