Hello, I updated the app bridge to version 4 and added new html tags. ``` <head> <meta name="test" content="test" /> <script src="https://cdn.shopify.com/shopifycloud/app-bridge.js" /> </head> ``` Unfortunately, it prevents me from installing the app on my dev store. I get the 404 page. Once I remove the <script> tag, it lets me install the app, but then I can't make authenticated requests in the app without the script. Did you have the same problem when migrating?