@ash38
I use osiset package to create app with laravel react here is solution link:
https://github.com/gnikyt/laravel-shopify/issues/1250
Topic summary
App submission failures stem from Shopify’s migration to the new admin domain (admin.shopify.com). Embedded apps must load within this domain and implement iframe protection. Minimum App Bridge 2.0 is required (3.0 recommended). Shopify’s docs and a review-team video are provided as core references.
Key actions suggested:
- Update your app to support admin.shopify.com and follow the iframe protection guidance.
- Ensure App Bridge is upgraded (≥2.0), and your app is configured as an embedded app (e.g., IS_EMBEDDED_APP: true).
- For Node.js, start from Shopify’s official app template and correct Shopify.Context initialization; see the template’s App.jsx for client-side setup.
- For other stacks, consult Shopify’s official repositories.
Outcome:
- The original poster resolved the issue. For Laravel + React using the Osiset (laravel-shopify) package, they shared a fix reference: gnikyt/laravel-shopify issue #1250, which addresses the new admin domain/App Bridge adjustments.
Status: Resolved for the OP, with shared resources for Node.js and Laravel/React (Osiset). The thread provides links to the necessary docs and a video to implement the required changes.