No content to show
User Activity
04-04-2024
The error was due to an update of the graphql-client gemThis gem has been updated this year, the version before was from 2022The shopify gem version I use (9.0.2), use the last version of graphql-client and it's incompatible with this version of the ...
02-16-2024
Hi Liam,I have tested on several shop and the GraphQL does not workI 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 GraphQLFrom my understanding of ...
02-12-2024
For heroku, it seems to have appeared after a pushBut until now, I have always use the same method for pushing, and it has always workedSo I don't know why it appeared now
02-12-2024
Hi Liam,Yes I made change on Shopify, the store is now multlingualBut from my POV, it shouldn't work on local either, if it comes from ShopifySo I suppose it comes from something on Heroku, however when I am using the console on heroku, the only prob...
Hi, I am a developer, and we use a local ruby app with the shopify gem (version 9.0.2) Evrything worked well, until recently (around Monday-Tuesday), when suddenly it can't parse all my GraphQL call on HerokuBut when I am doing the same process local...
I have the same problemMy JS won't update when doing changes
03-28-2023
That did the trick Thanks
02-08-2023
Thanks a lot !
02-07-2023
Hi @RobZone ,Like Fwallace, I have a lot of code that will break if I have to use the newer gem versionsRight now I am using a 9 version gem, and I am fulfilling my orders this way:-Getting the order via the REST API (ShopifyAPI::Order.find(...))-loo...
02-07-2023
I have a private app and I am trying to update my ruby gem from 9.x to 11.xI can do the ShopifyAPI::Context.setup (no error), however, when I am trying to get and Order with ShopifyAPI::Order.find(id:order_id), I have the following error : Traceback ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
326 | 04-04-2024 09:24 PM |