Post Purchase checkout extension - working locally but not when pushed

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!

2 Likes

I found the issue: in the store’s admin, under ‘Settings’ > ‘Checkout and accounts’ > ‘Post-purchase page’ > ‘Select app’, the app has to be selected.

1 Like