Hi there,
In AppBridge v3 and below, there was a dedicated way of redirecting outside of the iframe in order to do things like view Shopify Admin resources, or accept subscriptions.
But in AppBridge v4, I’m not seeing an Redirect
object on the global shopify
object.
When I attempt to use window.location
to assign the new URL, it doesn’t escape the iframe and leads to X-Frame errors.
Is there a new way of redirecting outside of the embedded app that I can’t find in the docs?