コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

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 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

2 返信

Avatar

正解者
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 ?