Shopify / Shopify/shopify-app-template-node
APP_UNINSTALLED hook not being registered
@DavidWittness is already working on this.
Since Apr 26, 2023.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 434
- PR merge metrics
- No merged PRs in 30d
Description
Issue summary
Expected behavior
I am expecting that when I uninstall my test app, the APP_UNINSTALLED WEBHOOK gets fired.
Actual behavior
I get nothing, I get neither an error nor my console.log. I am pretty sure Shopify's backend fires the webhook, and the fact that the webhook is registered on my side as I get this response when I register it - {"APP_UNINSTALLED":{"success":true,"result":{}}}
Steps to reproduce the problem
I installed a new app to check if the mistake is on my side. I used shopify app create node. I uninstalled the default app and tried to reinstall, I got the same error. This leads me to believe the problem is on the shopify node app's side.
Reduced test case
Try uninstalling and reinstalling a new node app. The webhook is not registered.
Specifications
- Browser: Chrome
- Device: Mac Book Pro
- Operating System: Apple
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.