Serhii Diachenko
Serhii Diachenko

@paulomarg, thanks for the reply. As I see this webhook not working.
Install app - `ROUTE ACTIVE_SHOPIFY_SHOPS {}` Open app - `ROUTE ACTIVE_SHOPIFY_SHOPS { 'trzdevelopment.myshopify.com': 'write_themes,write_script_tags' }` Remove app - ``
``` ┃{ ┃ success: true, ┃ result: { ┃ data: { webhookSubscriptionUpdate: [Object] }, ┃ extensions: { cost: [Object] } ┃ } ┃ } ```
Hello @paulomarg, thanks for your reply. As I wrote above base app working locally, with ngrok. If I create a base app, without any changes. I can install/delete it many...
You can try `shopify deploy heroku`
Also, I see different behavior depending on the installation method: 1. Partners Dashboard -> Apps -> [App] -> Testing app on development store (it's button) -> Shop list selector. In...
Ok, why webhook not working in the base NodeJS app, after deploying? How I can prevent this? Which code missed in the current version of `shopify-node-app`?
@Sanj718 hello, I tried your solution in two projects, but still seeing this error.
@Sanj718, thank you. I added your code example and restart my remote server. ``` const shop = ctx.request.header['x-shopify-shop-domain']; delete ACTIVE_SHOPIFY_SHOPS[shop]; console.log(`Webhook processed, returned status code 200`); ``` After app deletion,...