I’m updating my Shopify app, built with Node.js, to use the latest version of Shopify App Bridge (4.x). However, I encountered an issue where I get the error:
appBridge.subscribe is not a function
A developer is updating their Node.js-based Shopify app to App Bridge 4.x after receiving feedback during the app review process. They have three main concerns:
Key Questions:
appBridge.subscribe is not a functionCurrent Status:
The discussion remains open with no responses yet. The developer is seeking guidance on migration steps and technical considerations for upgrading to App Bridge 4.x in a Node.js environment without switching to Remix.
I’m updating my Shopify app, built with Node.js, to use the latest version of Shopify App Bridge (4.x). However, I encountered an issue where I get the error:
appBridge.subscribe is not a function