Hi,
My post-purchase checkout extension works when I run it locally with checkout-ui-extensions-run serve However when I push it with shopify extension push it does not work on the development store. It’s hard to troubleshoot because it simply isn’t triggered. I have enabled “DEVELOPMENT STORE PREVIEW” in the extension settings and my .env has the following keys
SHOPIFY_API_KEY=...
SHOPIFY_API_SECRET=...
EXTENSION_TITLE=...
EXTENSION_ID=...
EXTENSION_UUID=dev-...
Any idea is welcome!