URGENT is App Bridge down? Uncaught TypeError: createApp is not a function

Solved
policenauts1
Trailblazer
174 13 39

I have two apps that have been working fine (including this morning) and a customer just emailed me with this error. I'm importing App Bridge via CDN. Please advise!

 

      <script src="https://unpkg.com/@shopify/app-bridge"></script>
          var AppBridge = window['app-bridge'];
          var createApp = AppBridge.default;

      var app = createApp({
          apiKey: apiKey,
          shopOrigin: shopOrigin
        });
      
Accepted Solution (1)
hannachen
Shopify Staff
Shopify Staff
54 8 17

This is an accepted solution.

Hi @policenauts1 thank you for flagging this! The team did push up a change this afternoon, looking into it now! In the mean time, you might be able to resolve this by locking down the version of App Bridge by appending the version like so:

https://unpkg.com/@shopify/app-bridge@1.25.0

 

Hanna | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

View solution in original post

Replies 4 (4)
hannachen
Shopify Staff
Shopify Staff
54 8 17

This is an accepted solution.

Hi @policenauts1 thank you for flagging this! The team did push up a change this afternoon, looking into it now! In the mean time, you might be able to resolve this by locking down the version of App Bridge by appending the version like so:

https://unpkg.com/@shopify/app-bridge@1.25.0

 

Hanna | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

policenauts1
Trailblazer
174 13 39

Thank you @hannachen for the quick response, hard-coding the library to that version seems to have solved it. 

hannachen
Shopify Staff
Shopify Staff
54 8 17

Thanks for checking and confirming. There was indeed an issue with the latest release, and we're fixing forward now 🙇🏻‍♂️

Hanna | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

iain-campbell
Shopify Staff (Retired)
Shopify Staff (Retired)
54 9 23

Version 1.26.2 has shipped with a fix for this issue.

To learn more visit the Shopify Help Center or the Community Blog.