Hi, our application is developed with @Shopify_77 /app-bridge 3.7.10, @Shopify_77 /app-bridge-react3.7.10 using Laravel on backend and react in frontend with polaris 12. when the user does not have session we redirect user for authentication session with redirect url for shop. on doing that it is working well in chrome and other browser but the app is unable to redirect to Shopify url for Oauth when running app in Shopify mobile app for both IOS and android.
we are using php redirect() method if we need to redirect from backend and redirect.dispatch() in react frontend if we need to redirect from frontend.
what might be the cause and how can we debug ?