shopify webhooks not firing in production
I made a private app using shopify-api-node package which is working perfect in local development using ngrok. I registered a webhook "products/update" which is working fine. registered url local: https://example.ngrok.io/webhooks/product-update but the same webhook registered with production environment, webhook is…