Installation process fails in iOS webview with token exchange strategy for shopify-app-remix
#714
Open
5 tasks done
Labels
Issue summary
Before opening this issue, I have:
@shopify/shopify-app-*
package and version:{ logger: { level: LogSeverity.Debug } }
in my configuration, when applicableExpected behavior
The installation flow completes successfully on iOS Shopify app webview.
Actual behavior
During the installation process the
auth.$
remix route is called and in turn it callsawait authenticate.admin(request);
, the flow reaches then therespondToBouncePageRequest
and it throws a Response containing the script that should load AppBridge from https://cdn.shopify.com/shopifycloud/app-bridge.js.This is where the flow gets interrupted and I am not able to debug any further.
Steps to reproduce the problem
Shopify mobile app -> Settings -> Apps and Sales channels -> Uninstalled
and install the app.The text was updated successfully, but these errors were encountered: