Hi everyone,
I have a Shopify app built with the RemixJS template. I’ve created a post-purchase extension and requested the post_purchase access scope in my app:
I also selected my app as the Post-purchase page in the checkout settings:
To be extra sure, I even used GraphQL to verify that my app is indeed set as the post-purchase app:
Everything seems to be set up correctly. However, during checkout, the post-purchase UI doesn’t appear at all—it just redirects straight to the thank you page.
I’m testing this on a development store.
If anyone has any idea what might be wrong, or has any suggestions, please help me out!
Thank you!