Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I've been following this page to create a webhook in my app and I am able to register the webhook however the output that recieveWebhook should be producing is not happening for me, despite me seeing within my console that https requests are being sent to the correct endpoint. Aside from using "Koa-Shopify-webhooks", I'm also using "Koa-router" and "Koa-bodyparser" although I'm not sure if using these two packages could be causing issues or not. I don't have a single clue as to why recieveWebhooks is not outputting to the log and would love to hear any suggestions that anyone has.
Solved! Go to the solution
This is an accepted solution.
Update I am now receiving an output from recieveWebhook(issue was with my code).
This is an accepted solution.
Update I am now receiving an output from recieveWebhook(issue was with my code).
I know it a little too late, but I have the same issue (even though code is same as it is in example).
Can you provide what the issue was and how you fixed it?
Cheers!