Having issue with the appurllistener redirecting
So we are executing the an inapp browser to open for our ionic react mobile app to keep the user in a modal inside our app for the headless decoupled checkout. we built a hook for it and tied it into our button so whena user clicks checkout it opens the browsers, on browser closed we handle the fetching of the user (who may have logged in on checkout) updated session token and update state with that, the issue is that we are stuck on the cart page where we initially started. here is where the browser closes is executing its, logic. we place the logic to browser close and execute its logic directly in the call from the appurllistener which we would expect it to redirect to an order-confirm page to then execute the queries we need. it seems to execute the queries on the cartpage, either from the queries within cartpage before continuing to execute the queries in usebrowseropen.tsx hook