Hi Farhan, I’ve found the solution. Simply add your scopes to the ‘shopify.app.toml’ file, and your app should be able to install. Let me know if this resolves your issue too

A developer encountered an issue where their checkout UI extension (built with JavaScript React framework) worked correctly in preview mode but failed to install on their development store after deployment. When attempting installation via the app install link from the Distribution tab, error messages appeared instead of completing the installation.
Resolution Found:
shopify.app.toml fileredirect_urls configuration in the shopify.app.toml fileKey Technical Details:
shopify.app.toml file was the root causeThe issue appears resolved through proper configuration of the app’s TOML file, specifically around authentication scopes and redirect URLs.
Hi Farhan, I’ve found the solution. Simply add your scopes to the ‘shopify.app.toml’ file, and your app should be able to install. Let me know if this resolves your issue too
