Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Checkout UI Extension is not getting installed on my DEV store

Solved

Checkout UI Extension is not getting installed on my DEV store

iamfarhan
Shopify Partner
6 1 1

Hello Folks,

I've created a checkout UI extension to offer an upsell, and it works fine during the preview. However, after deployment, when I generate the app install link under the 'Distribution' tab and use that link to install the app on my development store, it displays the following messages instead of installing it:

Screenshot_24.png


Here's the distribution tab:

iamfarhan_0-1708004379009.png

 


FYI, I've created the app in the Javascript React framework that runs fine in preview mode.

Please let me know how to resolve this issue.

Thanks so much

Accepted Solution (1)
iamfarhan
Shopify Partner
6 1 1

This is an accepted solution.

Hi Ahmed, for me the issue was with the redirect_urls. I fixed this by adding the callback URLs in the 'shopify.app.toml' file, please see below:

iamfarhan_0-1708081528822.png

 

View solution in original post

Replies 4 (4)

ahmez-za
Shopify Partner
2 0 1

hey @iamfarhan, I have the same issue did you fix it ?

iamfarhan
Shopify Partner
6 1 1

Hello Ahmed, not yet

ahmez-za
Shopify Partner
2 0 1

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

 

iamfarhan
Shopify Partner
6 1 1

This is an accepted solution.

Hi Ahmed, for me the issue was with the redirect_urls. I fixed this by adding the callback URLs in the 'shopify.app.toml' file, please see below:

iamfarhan_0-1708081528822.png