I plan to set up Commerce Cockpit and CIF components for one of my POCs, and I want to use the Venia commerce store (https://venia.magento.com/) for the setup.
Here is my com.adobe.cq.commerce.graphql.client.impl.GraphqlClientImpl config
GraphQL Service Identifier - https://venia.magento.com
http://localhost:4502/commerce.html
Can anyone tell how to fix this issue? Am I using correct "GraphQL Service URL" ?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Mario248 ,
Try by appending graphql to the endpoint https://venia.magento.com/graphql
Just for reference, below configs works for me
Thanks
Hi @Mario248 ,
Try by appending graphql to the endpoint https://venia.magento.com/graphql
Just for reference, below configs works for me
Thanks
It works. I can see commerce cockpit is loading. Thank you for your input.
Do you know how and where to get magento-schema.json file ?
Views
Replies
Total Likes