In many store our theme app extension enable but not render

Hello Shopify community.

We face this many time our app extension enable but still App embed blocks not render. Can some please help me on this why this happen.

Please, have you got any solution for this, We are facing same issue?

Make sure, your app is installed on the store for which you are testing.

Hello there,

I have identified the solution on my end. Please check your theme.liquid file and ensure that the HTML structure is properly configured:

  • Confirm that the <head> tag is correctly opened and closed (<head>...</head>) if the app embed block is targeting the head section.

  • Likewise, ensure the <body> tag is properly opened and closed (<body>...</body>) if the app embed block is targeting the body section.

Incorrect or missing closing tags can prevent the app embed block from loading correctly.

Please review this and let me know if you need any further assistance.