For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
Solved! Go to the solution
This is an accepted solution.
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.
This is an accepted solution.
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.