Hi, I am having trouble to with my post-purchase extension not being rendering on my live store. Currently the dev is working 100%, but the issues comes from when I deploy it to my hosting website where I host the code base for it. Currently the app to which the post-purchase extension is linked to have an option to enable and disable the extension. The settings doesn’t change between them at all. The code based is running on a docker container for the post-purchase extension code. The jenkins is linked to AWS ECS and it was a success also and the deployment to shopify also to which is hosting the frontend of the app.
I have also checked the checkout settings in the admin store and there is the app under the post-purchase section, but I don’t want my clients to go there to enable it the post-purchase extension, while I am already doing it in my app.
So what can I do to make it work then on live deployment?
Hi, for the Developer Extension Previews. It is enabled. I am using the Shopify Post-Purchase Extension Chrome tool to be able to see the extension in the development. So when I make dev (Custom command that runs docker with it the shopify app dev command), I get the shopify cli URL that comes with. I then use that cli URL in my code to be able to see the extension and test my code. This is working 100% with the shopify cli URL.
So when I want to make a deployment of the extension then I am deploying it to AWS ECS do host the completed extension code then and deploy it also to shopify that can only host the frontend side of the code. Both deployments is a success, but when I went to test the feature. There is no post-purchase extension being shown.