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)