Webhooks ULR not updated?

I run npm run dev, it triggers shopify app dev which generates random trycloudflare domain (with https) like
application_url = "https://totally-random-subdomain.trycloudflare.com"
in shopify.app.toml.

In Shopify Partners > App > Configuration > URLs I see that URLs has been updated.

I perform action to trigger webhook (create new product) but webhook event is sent to an old trycloudflare domain.

Anyone knows why?

Hi there :waving_hand:

At this time you will need to run shopify app deploy to update Shopify with the updated urls to send you webhooks too.

So start your app with shopify app dev and in another terminal window run shopify app deploy to update the subscriptions.

Stay tuned for updates in this space!

1 Like