Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi All,
I found that the webhook can't be running properly if using shopifyAuth method to authorise the app. The webhooks is registered successfully and receive the response from shopify. However, it alway show "Failed to process webhook: Error: No webhook is registered for topic app/uninstalled". I tried use both Graph / Rest API to register the webhooks but the result are same. After compare the demo program, the only difference is createShopifyAuth. The demo program is using createShopifyAuth but i'm shopifyAuth (refer to the koa-shopify-auth same code) . Anyway, the problem was resolved once using createShopifyAuth.
Package Version: koa-shopify-auth 5.0.3