Closed nelsonwittwer closed 11 months ago
Hi @nelsonwittwer , do you think it could be the cause this error on my app since yesterday : ShopifyAPI::Errors::NoWebhookHandler No webhook handler found for topic: shop/redact. I didn't change anything and I think that this webhook was working before...
https://github.com/Shopify/shopify-api-ruby/blob/82e4caf30c21a67a68384b5abcc897884dbc5065/lib/shopify_api/webhooks/registry.rb#L179-L183
The
@registry[request.topic]
will benil
for mandatory webhooks because they were skipped in https://github.com/Shopify/shopify-api-ruby/blob/82e4caf30c21a67a68384b5abcc897884dbc5065/lib/shopify_api/webhooks/registry.rb#L25-L27Originally posted by @mironov in https://github.com/Shopify/shopify-api-ruby/issues/1237#issuecomment-1811121089