Yes I made change on Shopify, the store is now multlingual
But from my POV, it shouldn’t work on local either, if it comes from Shopify
So I suppose it comes from something on Heroku, however when I am using the console on heroku, the only problem is with GraphQL (and I have push the API Version I am using on it)
Edit: I tried on others Shop i own and the result is the same
I also want to note that it works well with the REST API, it is really only the GraphQL one
And I am initializing (with the api key and password) the same way for both
For heroku, it seems to have appeared after a push
But until now, I have always use the same method for pushing, and it has always worked
So I don’t know why it appeared now
Hi Liam,
I have tested on several shop and the GraphQL does not work
I have also fixed some problems I had with Herok and tried to generate again the graphql:dump and push it
But I still have the same problem, only with GraphQL
From my understanding of the error, it’s as if the “client” is not correctly initialize
Is there a way to do a GraphQL request without using the parse ? Or do you have an example of a request after the parse ?
I would like to test if the client.query method works
For now my only conclusion would be that something has not been correctly push on Heroku, since on local it’s working, but I don’t know what it is
And why would it impact only GraphQL, and not the REST API (I initialize both the exact same way)
It’s really troublesome and right now it does not make much sense to me…