skip to Main Content

shopify uninstall app webhook is not working

In my server.js file, I register the app/uninstalled webhook inside the afterAuth function like this: const response = await Shopify.Webhooks.Registry.register({ shop, accessToken, path: "/webhooks", topic: "APP_UNINSTALLED", apiVersion: ApiVersion.October20, webhookHandler: (topic, shop, body) => { //console.log(topic, shop,body); delete ACTIVE_SHOPIFY_SHOPS[shop]; }, });…

VIEW QUESTION

Get parameter value from query string? – Shopify

I am try to get a query string from a URL but am getting an error. I am using a reactjs project created with Shopify-CLI. I have tried the examples on https://ui.dev/react-router-v4-query-strings/ https://ui.dev/react-router-v5-query-strings/ TypeError: Cannot read property 'params' of undefined…

VIEW QUESTION
Back To Top
Search