Expand my Community achievements bar.

SOLVED

Unable to load schema in commerce Venia store

Avatar

Level 9

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

Mario248_1-1727420937925.png

 

http://localhost:4502/commerce.html

Mario248_0-1727420826439.png

 

Can anyone tell how to fix this issue? Am I using correct "GraphQL Service URL" ? 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Mario248 ,

Try by appending graphql to the endpoint https://venia.magento.com/graphql

Just for reference, below configs works for me

MukeshYadav__0-1727430017398.png

Thanks

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Mario248 ,

Try by appending graphql to the endpoint https://venia.magento.com/graphql

Just for reference, below configs works for me

MukeshYadav__0-1727430017398.png

Thanks

Avatar

Level 9

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 ?