David Gilbert
David Gilbert
@maruffahmed This is huge, their documentation is still showing the old way months later. Can you tell me where you found this new way of querying data?
I have been dealing with the same issue all night. It has to do with how the new shopify node api processes webhooks, namely the `Shopify.Webhooks.Registry.process(ctx.req, ctx.res)` method. Hopefully [this...
As a fun aside, it appears that using koa-bodyparser or otherwise modifying `ctx.req` or `ctx.request` in any way (which I was trying to do in order to get the raw...
Yep I had the same problem when saving the session into my MongoDB store, because I didn't realize until later that methods aren't serialized into the database. I second this...
> > Yep I had the same problem when saving the session into my MongoDB store, because I didn't realize until later that methods aren't serialized into the database. I...
@mirceapiturca Yeah I'm doing the exact same thing, converting it into a new Date() first. Works just fine after that.
You'll probably need to provide a little more background/context than just a single error message.
> Hi @ChaseWNorton, thanks for raising this. We're actually in the process of deprecating this repo, since most of the support it adds isn't needed any more - mostly code...
> I have created an improved version of this library which fixes this and other issues. You can find it at https://www.npmjs.com/package/simple-koa-shopify-auth. Very cool! Thanks for making this! Will check...