Hey! Clicking any link inside the app triggers an infinite loop of produce_batch requests, which blocks navigation.
The issue is reproducible on the affected store.
I’d appreciate any help or suggestions.
Hey! Clicking any link inside the app triggers an infinite loop of produce_batch requests, which blocks navigation.
The issue is reproducible on the affected store.
I’d appreciate any help or suggestions.
Hi @Veil
Is it possible that your app is loading both:
@shopify/app-bridge (v3 or earlier) via a bundled JS importapp-bridge.js script tagIf both are present, they’ll conflict and can cause exactly this loop. Could you share which version of App Bridge your app is using?
Hi @Liam-Shopify! Thank you for your reply!
We’re using only the CDN version of the script.
From what we’ve observed so far, the issue seems to affect only some development stores. The same app is installed on several different stores — on some everything works perfectly fine, while on others this problem appears.
We haven’t observed this issue on any production stores.
We’re not entirely sure when it started, but nothing unusual was noticed until the end of last week.
Let me know if you need any additional info. Thanks in advance!