Checkout UI Extension is not getting installed on my DEV store

Topic summary

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:

  • One participant resolved the issue by adding proper scopes to the shopify.app.toml file
  • The original poster fixed their specific problem by adding callback URLs to the redirect_urls configuration in the shopify.app.toml file

Key Technical Details:

  • The extension functions properly during preview/development
  • Installation fails when using the generated distribution link
  • Configuration in shopify.app.toml file was the root cause
  • Screenshots were shared showing the error messages and configuration solutions

The issue appears resolved through proper configuration of the app’s TOML file, specifically around authentication scopes and redirect URLs.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

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

ahmezza_0-1708045218489.png

1 Like