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?