Hi @ericasun! That “refused to connect” error in the embedded app iframe often comes down to the app URL redirecting when it shouldn’t be. When using managed installation, your app URL endpoint needs to respond with HTTP 200 and render the app HTML with App Bridge directly, not redirect through an OAuth flow. Leftover redirect logic from a legacy install flow is the most common cause of this. A similar issue was discussed here.
To help narrow it down, a few questions:
-
Is this happening on all stores or just specific ones?
-
Is it intermittent (works on retry) or consistent?
-
What does the Network tab in your browser dev tools show when the error appears? Any redirects or specific errors?
-
Are you using managed installation or the legacy OAuth install flow?
