Does your app utilize the Embedded App SDK functionality of “remoteRedirect”? If so, can you verify that your app has implemented and is using this function correctly? In the past I have seen that issues with calling the remoteRedirect function (i.e. now waiting before the App has initialized and is ready before calling it) has led to infinite redirect issues to occur.
As well, I would recommend that if you are making any changes or updates to your app, it probably would be beneficial to update from the Shopify Embedded App SDK to the new client-side library of the Shopify App Bridge. The Shopify App Bridge has many new features not available to the EASDK, allows for a better developing experience, and all new features going forward will only be available through the Shopify App Bridge.
Does your app utilize the Embedded App SDK functionality of “remoteRedirect”?
Nope, not calling that anywhere.
I would recommend that if you are making any changes or updates to your app, it probably would be beneficial to update from the Shopify Embedded App SDK to the new client-side library of the Shopify App Bridge