Unable to Migrate Extensions and Deploy

Hi everyone,

We are following the document guidance to migrate our admin links extension. Migrate to admin link extensions

We were able to import all the extension, but when we run the shopify app deploy , we receive the Partners API is is no longer available error. We are already using the latest version of Shopify CLI and have reinstalled everything on local environment to debug. It still gave us the same error.

What’s really strange is that for our dev environment, we are able to deploy without the admin link extension. However, when we try to deploy in production with the admin links, it threw the error. We have tried to remove all extension files from local and deploy, it still forces us to add all the extensions unless we remove the admin links from the app, but there is nowhere in partner/dev dashboard to remove admin links anymore.

we want to either migrate the admin links and deploy or just remove the admin links, neither works.

see detailed error message below when trying to deploy:

**
Partners API is is no longer available
.**
To investigate the issue, examine this stack trace:
at partnersFqdn (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/chunk-JO4W7S44.js:49699)
at setupRequest (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/chunk-JO4W7S44.js:50814)
at partnersRequest (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/chunk-JO4W7S44.js:50823) │
│ at request (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/index.js:213562) │
│ at async migrateAppModule (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/index.js:217190) │
│ at all │
│ at async migrateAppModules (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/index.js:217171) │
│ at async ensureExtensionsIds (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/index.js:217263) │
│ at async extensionsIdentifiersDeployBreakdown │
│ (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/index.js:217477) │
│ at async ensureDeploymentIdsPresence (home/.config/nvm/versions/node/v22.17.1/lib/node_modules/ @shopify/cli/dist/index.js:217722)

I got the same issue, can’t migrate the admin link extension. I do the same migration guide from Shopify: Migrate to admin link extensions

After importing extension successfully shopify app import-extensionsThen I got the issue when run the app deploy command.

Partners API is is no longer available

Could anyone please take a look at this issue?

Please refrain from pinging staff members, forum moderators, or any users that have not been involved in a thread already, as it is actually mentioned in our Community Guidelines.

@Luke Thanks, could you take a look at this problem please?

Hi! There’s an issue with the latest CLI version. As a workaround while we release a patch, you can add this environment variable for the deploy command: `SHOPIFY_CLI_USE_PARTNERS_API=1`. Alternatively, you can also use the previous version: `npm i -g @shopify/cli@3.87.4`

Sorry for the inconvenience!

Update: The issue should be fixed in 3.88.1.

Thank you so much. I used exactly shopify CLI version 3.84.1 to resolve this issue npm install -g /cli@3.84.1

@Sherwin_Xia use the Shopify CLI 3.84.1, then it worked for me npm install -g /cli@3.84.1