Cannot read properties of undefined (reading 'webhookSubscriptions')

Cannot read properties of undefined (reading 'webhookSubscriptions')

mak7kdnchk
Shopify Partner
6 0 1

Hello, I'm trying to register app/uninstall webhook (nodejs, NestJS framework) 

await Shopify.Webhooks.Registry.register({
path: `${process.env.HOST}/webhooks/`,
topic: 'app/uninstalled',
accessToken: accessToken,
shop: shopName,
});

but it's giving me an error

 

 

TypeError: Cannot read properties of undefined (reading 'webhookSubscriptions')
backend        |     at Object.<anonymous> (/app/node_modules/@shopify/shopify-api/dist/webhooks/registry.js:120:51)

 

 

 
Please tell me what I'm doing wrong. 
Thanks

Replies 0 (0)