No content to show
User Activity
Using the '@shopify/shopify-app-remix' template to develop an embedded app.Facing a problem with the webhook registration flow. When I add new webhooks in the production build, the app does not update the list without reinstallation.Previously, when ...
Yes, i`m solved it. My problem was in webhook registration mechanism. By default webhooks registration happens in hook afterAuth at example, that i provided in first message. When you starded dev script, you can reinstall the app, for webhooks second...
I'm developing an app for Shopify using a remix template. The documentation states that for such templates, subscription to webhook topics occurs by adding the webhook configuration to the shopifyApp function: webhooks: {
APP_UNINSTALLED: {
...