Open zakariamofaddel opened 8 months ago
Thank you for reporting this! We were able to reproduce on our side and we'll look at fixing this in the near future.
We're labeling this issue as stale because there hasn't been any activity on it for 60 days. While the issue will stay open and we hope to resolve it, this helps us prioritize community requests.
You can add a comment to remove the label if it's still relevant, and we can re-evaluate it.
We're labeling this issue as stale because there hasn't been any activity on it for 60 days. While the issue will stay open and we hope to resolve it, this helps us prioritize community requests.
You can add a comment to remove the label if it's still relevant, and we can re-evaluate it.
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.