No content to show
User Activity
05-05-2020
Thanks for looking into this @_JB The id passed was 28881158218There were several re-attempts around 3 hours ago. Just to confirm, the koa package is returning with a 302 status code. My assumption is that this is throwing it off. Is this not the ca...
05-05-2020
Hi @_JB I can't see an X-Request-ID on any of the webhook headers. Will this be anywhere else in the request? Thanks,Reece
05-04-2020
Hi, been struggling with this for a few days. I have an uninstall webhook, but it gets fired repeatedly. I'm using koa-shopify-webhooks package and I have the following code: receiveWebhook({
path: '/webhooks/uninstall',
secret: [SHOPIFY...
Thanks for getting back to me @hassain I'm still getting the issue with ctx.response.body = 'successful'and ctx.response.status = 200Throwing 200 seemed to work, but that produced a depreciation warning, so I'm hesitant to use this methodthrow(200)D...
04-29-2020
I'm getting an issue with koa shoipify webhooks where I receive the same APP_UNINSTALL webhook multiple times. My understanding of the issue is that I should be returning a 200 response code to let Shopify know I have received the call, however I can...