I am trying to implement a checkout post-purchase UI extension. As part of the extension creation process, Shopify generates tunnel URLs using Cloudflare (for the app URL and callbacks). However, I don’t think the tunnel URL will work when publishing to a real store. Do you have any ideas on how I can replace the tunnel URL when installing to a real store? Since checkout UI extension is completely hosted by Shopify.Do we really need an external hosting provider to host the app? My shopify.app.toml file has the references to cloudflare tunnel link:
My shopify.app.toml file has the following:
application_url = “https://male-addressed-properly-generation.trycloudflare.com” [auth] redirect_urls = [ “https://male-addressed-properly-generation.trycloudflare.com/auth/callback”, “https://male-addressed-properly-generation.trycloudflare.com/auth/shopify/callback”, “https://male-addressed-properly-generation.trycloudflare.com/api/auth/callback” ]