Cyrille Quemin

Results 11 comments of Cyrille Quemin

Closing this one as it is now solved

@lmartins Thanks for following up, I wanted to have a look today but I am happy to hear this was different. I will close that one then. Thanks a lot...

@ismailalabou Will you be able to migrate to v6 of the this library? I believe it could help solving your problem. I will close this issue since you are using...

As of v6, we are now reading from the request body, so this should be fix. You can find a migration guide from v5 to v6 [here](https://github.com/Shopify/shopify-api-js/blob/main/docs/migrating-to-v6.md).

@shop-fluencer we have now released a v6 of the api. May I invite you to migrate to v6 through [this guide ](https://github.com/Shopify/shopify-api-js/blob/main/docs/migrating-to-v6.md) and let u know if you can still...

@kazukinagata we have updated the library to v6 a couple of month ago. Could you try to update to new version and let me know if this is still an...

We have made quite a few changes in the v6 of [shopify-api](https://github.com/Shopify/shopify-api-js). In particular session storage implementations (and the interface they all implement) are now [in their own packages](https://github.com/Shopify/shopify-app-js/tree/main/packages). This...

Yes it is indeed a library for javascript/typescript based backend. So you would need to use this library on a javascript/typescript backend and you would then call those endpoints and...

@akospaska have you tried what @bigjjjim mentioned: "fixing my settings on time and time zone to the automatic option seems to have fixed the issue as of now!!" Equally we...

This is available in this [monorepo](https://github.com/Shopify/shopify-app-js) : in particular all the session storage implementation are [individual packages](https://github.com/Shopify/shopify-app-js/tree/main/packages) that implement the same interface defined by the session-storage package