Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi I have developed an embedded app and about to submit for review. App installation and re-installation is not working in the production store but it works fine with the development store.
When we install the app for the first time in the production store, we get
"Failed to register APP_UNINSTALLED webhook: undefined"
When we Uninstall the same app, we get,
"Failed to process webhook: Error: No webhook is registered for topic app/uninstalled"
When we Re-install the same app, we get,
Anyone solved this issue, help me to fix this issue.