Couple issues of using Shopify Cli to upgrade Shopify App

We have developed an application using JavaScript, next.js, koa.js, and the @Shopify_77 /app-bridge with version 1.3.0. However, we are facing some difficulties while attempting to upgrade our app with Shopify CLI.

1. Installation Issues with Dev App:

We followed the instructions provided by Shopify CLI to install the dev app in the development store, but the ‘install’ button appears to be non-functional. We need assistance in resolving this issue and successfully installing the dev app for our app’s development.

2. Typescript Support for yarn create @Shopify_77 /app:

Our application is built with Typescript, however, the option to choose Typescript is not available when using the command yarn create @Shopify_77 /app. Are there any alternative solutions to this issue?

Any help will be greatly appreciated. Thank you!

I would start by reading some of the docs as they will provide some information on the locked transfer (the arrows you’re pointing to at the bottom)

See:

https://shopify.dev/apps/tools/development-stores#features-and-limitations-of-development-stores

and

https://help.shopify.com/en/manual/apps/app-types

To copy and paste the important part:

Development store transfer is permanently disabled in the following cases:

and…

Draft apps are used by Shopify Partners during development, and can only be installed on development stores for testing purposes. Installing a draft app on a development store disables store transfer permanently.

Hi Jason, thanks for your response.

I have switched the language to English for clarity. I tried adding my dev app to a new development store, but it still isn’t working. I am aware that development store transfer is disabled, but I just want to install the app, not transfer it.