Questions about the new CDN based AppBridge (v4?)

Using the CDN AppBridge and saw that the *forceRedirect* option is now removed, along with the new open() Navigation that allows for opening links outside of the frame.

  1. What’s a viable replacement for *forceRedirect* since that was a really amazing feature and window.shopify... is undefined if it’s not embedded
  2. Is there a new ExitFrame strategy? I’ve been playing around with the new AppBridge in a Next.js environment and instead of taking to a specific route (*/api/auth?shop=*), it took me to */exitframe* outside of embedding which causes a loop, maybe I’m wrong but a new *ExitFrame* strait would be great
  3. When using the install flow from Partner > App > Install, it takes to the old *shop.myshopify.com* instead of *admin.shopify.com*, with the only change being moving from AppBridge v3 to AppBridge CDN. Is this a known bug or something needs to be updated?