Hi,
I follow the tutorial Build a Shopify App with Node and React , everything is fine but after selecting product, there is error show in the page:
And there is request return 406, can anyone tell me if anything that I missed? (I did not step by step follow the tutorial, just cloned the github project(https://github.com/Shopify/shopify-demo-app-node-react) and run dev)
I got the solution:
On the your app setup page of your shopify partner account, check the `Event Version`:
Then update your `server.js` with the version (here for me it's April20 instead of October19):
server.use(graphQLProxy({ version: ApiVersion.April20 }));
User | Count |
---|---|
13 | |
12 | |
10 | |
8 | |
7 |