Cannot deploy new app version using cli 3.84.2

We have updated our shopify/cli version to 3.84.2 When we run npm run deploy it’s creating new version but not releasing the new version.

We also tried fron new dev dashboard https://dev.shopify.com/dashboard but it’s still failing.

Similar error happens from Dev Dashboards too.

2 Likes

Hi, I’m facing the same issue after updating to Shopify CLI 3.84.2.
When I run npm run deploy, it creates a new version but doesn’t release it.
Have you managed to fix this on your side?

1 Like

nope. Though dev dashboard helps to create new release but it takes settings from last “active” releases.

Hi! Could you please run it with `–verbose` and share the output?

npm run shopify app release -- --version myapp-250921 -c shopify.app.dev.toml --verbose

> myapp@1.0.1 shopify
> shopify app release --version myapp-250921 -c shopify.app.dev.toml --verbose

2025-09-22T11:20:46.674Z: Running command app release
2025-09-22T11:20:46.688Z: Running system process in background:
  · Command: /usr/local/bin/node /var/www/myapp/.bin/shopify notifications list --ignore-errors
  · Working directory: /var/www/myapp

2025-09-22T11:20:46.706Z: Notifications to show: 0
2025-09-22T11:20:46.760Z: Reading cached app information for directory /var/myapp...
2025-09-22T11:20:46.761Z: Reading the content of file at shopify.app.dev.toml...
2025-09-22T11:20:46.771Z: Reading the content of file at shopify.app.dev.toml...
2025-09-22T11:20:46.776Z: Reading cached app information for directory /var/www/myapp...
2025-09-22T11:20:46.777Z: Reading the content of file at shopify.app.dev.toml...
2025-09-22T11:20:46.781Z: Reading the content of file at shopify.app.dev.toml...
2025-09-22T11:20:46.785Z: Ensuring that the user is authenticated with the App Management API with the following scopes:
[]

2025-09-22T11:20:46.786Z: Getting session store...
2025-09-22T11:20:46.789Z: Validating existing session against the scopes:
[
  "openid",
  "https://api.shopify.com/auth/shop.admin.graphql",
  "https://api.shopify.com/auth/shop.admin.themes",
  "https://api.shopify.com/auth/partners.collaborator-relationships.readonly",
  "https://api.shopify.com/auth/shop.storefront-renderer.devtools",
  "https://api.shopify.com/auth/partners.app.cli.access",
  "https://api.shopify.com/auth/destinations.readonly",
  "https://api.shopify.com/auth/organization.store-management",
  "https://api.shopify.com/auth/organization.on-demand-user-access",
  "https://api.shopify.com/auth/organization.apps.manage"
]
For applications:
{
  "appManagementApi": {
    "scopes": []
  },
  "businessPlatformApi": {
    "scopes": []
  }
}

2025-09-22T11:20:46.791Z: - Token validation -> It's expired: false
2025-09-22T11:20:46.795Z: Sending "BusinessPlatform" GraphQL request:
  query UserInfo {
  currentUserAccount {
    uuid
    email
    organizations(first: 2) {
      nodes {
        name
        __typename
      }
      __typename
    }
    __typename
  }
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2025-09-22T11:20:46.814Z: Sending "App Management" GraphQL request:
  query ActiveAppReleaseFromApiKey($apiKey: String!) {
  app: appByKey(key: $apiKey) {
    ...AppVersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment AppVersionInfo on App {
  id
  key
  organizationId
  activeRoot {
    clientCredentials {
      secrets {
        key
      }
    }
    grantedShopifyApprovalScopes
  }
  activeRelease {
    id
    version {
      name
      appModules {
        ...ReleasedAppModule
      }
    }
  }
}

With variables:
{
  "apiKey": "*****"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T11:20:47.497Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 680 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=185, verdict_flag_enabled;desc="count=3";dur=0.401, _y;desc="28b44eca-c3e5-4485-be6e-becf77773806", _s;desc="a976e075-3f03-414c-b1f3-083471adc5e8", cfRequestDuration;dur=615.999699
 - x-request-id: 8d4fc193-39d0-4b90-9dbe-b3030832fdd2-1758540046

2025-09-22T11:20:47.502Z: Sending "BusinessPlatform" GraphQL request:
  query FindOrganizations($organizationId: OrganizationID!) {
  currentUserAccount {
    organization(id: $organizationId) {
      id
      name
      __typename
    }
    __typename
  }
}

With variables:
{
  "organizationId": "xxxx="
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2025-09-22T11:20:47.509Z: Sending "App Management" GraphQL request:
  query fetchSpecifications($organizationId: ID!) {
  specifications(organizationId: $organizationId) {
    name
    identifier
    externalIdentifier
    features
    uidStrategy {
      appModuleLimit
      isClientProvided
      __typename
    }
    validationSchema {
      jsonSchema
      __typename
    }
    __typename
  }
}

With variables:
{
  "organizationId": "gid://shopify/Organization/xxxxx"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T11:20:48.028Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 519 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=153, verdict_flag_enabled;desc="count=3";dur=0.418, _y;desc="c4f90212-c736-46e1-ad8e-c7c46f385100", _s;desc="26aa00aa-850d-4caa-8668-8d34737f3a18", cfRequestDuration;dur=490.000010
 - x-request-id: a4288576-6d16-4c7f-971c-70e00b483d01-1758540047

2025-09-22T11:20:48.069Z: The following extension specifications were defined locally but not found in the remote specifications: product_subscription, tax_calculation
2025-09-22T11:20:48.070Z: The following extension specifications were found in the remote specifications but not defined locally: admin_app, app_link, app_nav_item, bulk_action, checkout_script_tag, flow_action_definition, flow_trigger_definition, flow_trigger_discovery_webhook, manage_marketplaces, marketing_action, marketing_activity_extension, merchandising_create_publication, merchandising_fulfillment_variant_details, ping_message_callback, pos_link, product_configuration_link, resource_publication_settings, retail_cart_promotion, retail_product_recommendation, subscription_link
2025-09-22T11:20:48.089Z: Reading the content of file at shopify.app.toml...
2025-09-22T11:20:48.090Z: Reading the content of file at shopify.app.uat.toml...
2025-09-22T11:20:48.118Z: Reading the content of file at .gitignore...
2025-09-22T11:20:48.126Z: Reading the .env file at .env.dev
2025-09-22T11:20:48.127Z: Reading the content of file at .env.dev...
2025-09-22T11:20:49.485Z: Reading the content of file at extensions/xxx-xxx-xxx-link/shopify.extension.toml...
2025-09-22T11:20:49.487Z: Reading the content of file at extensions/xxx-xxx-xxx-link/shopify.extension.toml...
2025-09-22T11:20:49.488Z: Reading the content of file at extensions/xxx-xxx-xxx-link/shopify.extension.toml...
2025-09-22T11:20:49.488Z: Reading the content of file at extensions/xxx-xxx-xxx-link/shopify.extension.toml...
2025-09-22T11:20:49.488Z: Reading the content of file at extensions/xxx-xxx-xxx-link/shopify.extension.toml...
2025-09-22T11:20:49.499Z: Reading the content of file at extensions/xxx-xxx-xxx-link/shopify.extension.toml...
2025-09-22T11:20:49.655Z: Reading the content of file at package.json...
2025-09-22T11:20:49.658Z: Reading the content of file at package.json...
2025-09-22T11:20:49.673Z: Running system process:
  · Command: npm prefix
  · Working directory: /var/www/myappe

2025-09-22T11:20:50.021Z: Obtaining the dependency manager in directory /var/www/myapp...
2025-09-22T11:20:50.022Z: Reading the content of file at package.json...
2025-09-22T11:20:50.023Z: Reading the content of file at .shopify/project.json...
2025-09-22T11:20:50.177Z: Reading the content of file at shopify.web.toml...
2025-09-22T11:20:50.182Z: Notifications to show: 0
2025-09-22T11:20:50.187Z: Reading cached app information for directory /var/wmyapp...
2025-09-22T11:20:50.188Z: Storing app information for directory /var/myapp:{
  "appId": "xxxx",
  "title": "xxx",
  "directory": "/var/www/myapp",
  "orgId": "xxx"
}
2025-09-22T11:20:50.201Z: Sending "App Management" GraphQL request:
  query AppVersionByTag($versionTag: String!) {
  versionByTag(tag: $versionTag) {
    ...VersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment VersionInfo on Version {
  id
  metadata {
    message
    versionTag
  }
  appModules {
    ...ReleasedAppModule
  }
}

With variables:
{
  "versionTag": "myapp-250921"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T11:20:50.784Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 582 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=195, verdict_flag_enabled;desc="count=3";dur=0.365, _y;desc="7472b8c9-949e-491e-a543-ad226d02f390", _s;desc="be537d24-68ca-4bfe-be4b-821a40f6aa74", cfRequestDuration;dur=538.999796
 - x-request-id: 5fbacb29-1a0e-4962-acc7-cc26e07fd3ac-1758540050

2025-09-22T11:20:50.799Z: Sending "App Management" GraphQL request:
  query ActiveAppReleaseFromApiKey($apiKey: String!) {
  app: appByKey(key: $apiKey) {
    ...AppVersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment AppVersionInfo on App {
  id
  key
  organizationId
  activeRoot {
    clientCredentials {
      secrets {
        key
      }
    }
    grantedShopifyApprovalScopes
  }
  activeRelease {
    id
    version {
      name
      appModules {
        ...ReleasedAppModule
      }
    }
  }
}

With variables:
{
  "apiKey": "*****"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T11:20:50.947Z: Sending "App Management" GraphQL request:
  query AppVersionById($versionId: ID!) {
  version(id: $versionId) {
    ...VersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment VersionInfo on Version {
  id
  metadata {
    message
    versionTag
  }
  appModules {
    ...ReleasedAppModule
  }
}

With variables:
{
  "versionId": "gid://shopify/Version/xxxx"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T11:20:51.329Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 525 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=151, verdict_flag_enabled;desc="count=3";dur=0.284, _y;desc="1c06278d-c2aa-4db0-8fbd-5dd9e87cf7bb", _s;desc="8485939d-2d0e-40ef-aedf-e32e0fd566da", cfRequestDuration;dur=487.999916
 - x-request-id: 57b69116-480c-4632-a971-0d416e2003c8-1758540050

2025-09-22T11:20:51.489Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 539 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=176, verdict_flag_enabled;desc="count=3";dur=0.462, _y;desc="371036c5-5c33-467d-bfd4-385d5573dca1", _s;desc="12bdb1e1-e910-41b2-b387-95165b265dc7", cfRequestDuration;dur=514.999866
 - x-request-id: 2fff73d3-9c78-4eed-bcf0-4749076841a8-1758540050

2025-09-22T11:20:51.499Z: Sending "App Management" GraphQL request:
  query ActiveAppReleaseFromApiKey($apiKey: String!) {
  app: appByKey(key: $apiKey) {
    ...AppVersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment AppVersionInfo on App {
  id
  key
  organizationId
  activeRoot {
    clientCredentials {
      secrets {
        key
      }
    }
    grantedShopifyApprovalScopes
  }
  activeRelease {
    id
    version {
      name
      appModules {
        ...ReleasedAppModule
      }
    }
  }
}

With variables:
{
  "apiKey": "*****"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T11:20:52.022Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 523 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=171, verdict_flag_enabled;desc="count=3";dur=0.299, _y;desc="cbfd9f5f-2e19-4fb7-a22f-4c44e3da0443", _s;desc="475cbbdb-bd8c-4fb3-ab02-6da2995c7918", cfRequestDuration;dur=503.000021
 - x-request-id: 96273704-91ac-41ad-8a8b-3a13a825ebac-1758540051

?  Release a new version of myapp-dev?
✔  Yes, release this new version

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing version ...
2025-09-22T11:20:54.839Z: Sending "App Management" GraphQL request:
  mutation ReleaseVersion($appId: ID!, $versionId: ID!) {
  appReleaseCreate(appId: $appId, versionId: $versionId) {
    release {
      version {
        id
        metadata {
          message
          versionTag
          __typename
        }
        __typename
      }
      __typename
    }
    userErrors {
      field
      message
      category
      code
      on
      __typename
    }
    __typename
  }
}

With variables:
{
  "appId": "gid://shopify/App/xxxx",
  "versionId": "gid://shopify/Version/xxxx"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.2
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing version ...
2025-09-22T11:20:55.460Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 621 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=291, verdict_flag_enabled;desc="count=4";dur=0.587, _y;desc="f8861a5c-d84a-4e6b-b170-1148027be74f", _s;desc="618d6b28-20b5-4b76-a620-712b676a292b", cfRequestDuration;dur=600.999832

╭─ error ──────────────────────────────────────────────────────────────────────────────╮
│                                                                                      │
│  Version couldn't be released.                                                       │
│                                                                                      │
│  myapp-250921 [1]                                                                   │
│                                                                                      │
│  An unknown error has occurred.                                                      │
│                                                                                      │
╰──────────────────────────────────────────────────────────────────────────────────────╯
[1] https://dev.shopify.com/dashboard/xxxxx/apps/xxxx/versions/xxxx


2 Likes

I have the same issue with 3.84.1 cli. When I add “orders/paid” or “orders/update” webhook it fails (without thie webhooks deploy command works)

Logs of shopify app deploy —verbose

2025-09-22T13:34:06.221Z: Running command app deploy
2025-09-22T13:34:06.223Z: Running system process in background:
  · Command: /Users/vpp/.nvm/versions/node/v20.11.1/bin/node /Users/vpp/.nvm/versions/node/v20.11.1/bin/shopify notifications list --ignore-errors
  · Working directory: /Users/vpp/projects/l/******-dev-backend

2025-09-22T13:34:06.228Z: Notifications to show: 0
2025-09-22T13:34:06.242Z: Reading cached app information for directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:06.242Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.247Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.250Z: Reading cached app information for directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:06.250Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.251Z: Reading the content of file at shopify.app.development.toml...
2025-09-22T13:34:06.252Z: Ensuring that the user is authenticated with the App Management API with the following scopes:
[]

2025-09-22T13:34:06.252Z: Getting session store...
2025-09-22T13:34:06.253Z: Validating existing session against the scopes:
[
  "openid",
  "https://api.shopify.com/auth/shop.admin.graphql",
  "https://api.shopify.com/auth/shop.admin.themes",
  "https://api.shopify.com/auth/partners.collaborator-relationships.readonly",
  "https://api.shopify.com/auth/shop.storefront-renderer.devtools",
  "https://api.shopify.com/auth/partners.app.cli.access",
  "https://api.shopify.com/auth/destinations.readonly",
  "https://api.shopify.com/auth/organization.store-management",
  "https://api.shopify.com/auth/organization.on-demand-user-access",
  "https://api.shopify.com/auth/organization.apps.manage"
]
For applications:
{
  "appManagementApi": {
    "scopes": []
  },
  "businessPlatformApi": {
    "scopes": []
  }
}

2025-09-22T13:34:06.253Z: - Token validation -> It's expired: false
2025-09-22T13:34:06.255Z: Sending "BusinessPlatform" GraphQL request:
  query UserInfo {
  currentUserAccount {
    uuid
    email
    organizations(first: 2) {
      nodes {
        name
        __typename
      }
      __typename
    }
    __typename
  }
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json

to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2025-09-22T13:34:06.260Z: Sending "App Management" GraphQL request:
  query ActiveAppReleaseFromApiKey($apiKey: String!) {
  app: appByKey(key: $apiKey) {
    ...AppVersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment AppVersionInfo on App {
  id
  key
  organizationId
  activeRoot {
    clientCredentials {
      secrets {
        key
      }
    }
  }
  activeRelease {
    id
    version {
      name
      appModules {
        ...ReleasedAppModule
      }
    }
  }
}

With variables:
{
  "apiKey": "*****"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:06.776Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 515 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=226, verdict_flag_enabled;desc="count=3";dur=0.282, _y;desc="2f8343ea-0d8a-480c-b171-72676f46ca43", _s;desc="99179f33-0384-48c9-97ca-552f8c519e9f", cfRequestDuration;dur=378.000021
 - x-request-id: 7365d535-4061-4254-a4c4-03b29641c52e-1758548046
    
2025-09-22T13:34:06.779Z: Sending "BusinessPlatform" GraphQL request:
  query FindOrganizations($organizationId: OrganizationID!) {
  currentUserAccount {
    organization(id: $organizationId) {
      id
      name
      __typename
    }
    __typename
  }
}

With variables:
{
  "organizationId": "Z2lkOi8vb3JnYW5pemF0aW9uL09yZ2FuaXphdGlvbi8xNDgwODAxNDg="
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json

to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2025-09-22T13:34:06.784Z: Sending "App Management" GraphQL request:
  query fetchSpecifications($organizationId: ID!) {
  specifications(organizationId: $organizationId) {
    name
    identifier
    externalIdentifier
    features
    uidStrategy {
      appModuleLimit
      isClientProvided
      __typename
    }
    validationSchema {
      jsonSchema
      __typename
    }
    __typename
  }
}

With variables:
{
  "organizationId": "**********************"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:07.489Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 705 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=443, verdict_flag_enabled;desc="count=4";dur=26.036, _y;desc="14c68031-989c-4027-b614-a2da0ee81e10", _s;desc="6e0a5643-e917-4d61-9abc-27a74ed6857b", cfRequestDuration;dur=605.999947
 - x-request-id: cf181887-18c2-4daa-9a16-a9e3aca34f29-1758548046
    
2025-09-22T13:34:07.497Z: The following extension specifications were defined locally but not found in the remote specifications: product_subscription, tax_calculation
2025-09-22T13:34:07.497Z: The following extension specifications were found in the remote specifications but not defined locally: admin_app, app_link, app_nav_item, bulk_action, checkout_script_tag, flow_action_definition, flow_trigger_definition, flow_trigger_discovery_webhook, manage_marketplaces, marketing_action, marketing_activity_extension, merchandising_create_publication, merchandising_fulfillment_variant_details, ping_message_callback, pos_link, product_configuration_link, resource_publication_settings, retail_cart_promotion, retail_product_recommendation, subscription_link
2025-09-22T13:34:07.501Z: Reading the content of file at shopify.app.locale.toml...
2025-09-22T13:34:07.501Z: Reading the content of file at shopify.app.staging.toml...
2025-09-22T13:34:07.502Z: Reading the content of file at shopify.app.toml...
2025-09-22T13:34:07.503Z: Reading the content of file at .gitignore...
2025-09-22T13:34:07.505Z: Reading the .env file at .env.development
2025-09-22T13:34:07.505Z: Reading the content of file at .env.development...
2025-09-22T13:34:07.713Z: Reading the content of file at package.json...
2025-09-22T13:34:07.714Z: Reading the content of file at package.json...
2025-09-22T13:34:07.717Z: Running system process:
  · Command: npm prefix
  · Working directory: /Users/vpp/projects/l/******-dev-backend

2025-09-22T13:34:07.858Z: Obtaining the dependency manager in directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:07.858Z: Reading the content of file at package.json...
2025-09-22T13:34:07.859Z: Reading the content of file at .shopify/project.json...
2025-09-22T13:34:07.893Z: Notifications to show: 0
2025-09-22T13:34:07.893Z: Unable to decide project type as no web backend
2025-09-22T13:34:07.894Z: Reading cached app information for directory /Users/vpp/projects/l/******-dev-backend...
2025-09-22T13:34:07.894Z: Storing app information for directory /Users/vpp/projects/l/******-dev-backend:{
  "appId": "*******************************",
  "title": "******-Dev",
  "directory": "/Users/vpp/projects/l/******-dev-backend",
  "orgId": "148080148"
}
2025-09-22T13:34:07.905Z: Sending "App Management" GraphQL request:
  query ActiveAppReleaseFromApiKey($apiKey: String!) {
  app: appByKey(key: $apiKey) {
    ...AppVersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment AppVersionInfo on App {
  id
  key
  organizationId
  activeRoot {
    clientCredentials {
      secrets {
        key
      }
    }
  }
  activeRelease {
    id
    version {
      name
      appModules {
        ...ReleasedAppModule
      }
    }
  }
}

With variables:
{
  "apiKey": "*****"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:08.338Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 433 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=150, verdict_flag_enabled;desc="count=3";dur=0.252, _y;desc="d6aa24db-2199-4bfb-8dec-78c9cd22f896", _s;desc="da00356f-8a5d-43c1-a71e-8bd6119e2d57", cfRequestDuration;dur=329.999924
 - x-request-id: c099c821-13f3-41d4-bbea-297f93ac32dc-1758548048
    
2025-09-22T13:34:08.347Z: Sending "App Management" GraphQL request:
  query ActiveAppReleaseFromApiKey($apiKey: String!) {
  app: appByKey(key: $apiKey) {
    ...AppVersionInfo
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

fragment AppVersionInfo on App {
  id
  key
  organizationId
  activeRoot {
    clientCredentials {
      secrets {
        key
      }
    }
  }
  activeRelease {
    id
    version {
      name
      appModules {
        ...ReleasedAppModule
      }
    }
  }
}

With variables:
{
  "apiKey": "*****"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json

to https://app.shopify.com/app_management/unstable/graphql.json
2025-09-22T13:34:08.769Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 422 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=197, verdict_flag_enabled;desc="count=3";dur=0.567, _y;desc="36d640ff-a04b-4bf3-98d8-a115c08153e2", _s;desc="69aa628f-0e31-4c77-8d31-66130693a9a1", cfRequestDuration;dur=357.999802
 - x-request-id: 93fee96c-2afb-4362-ad2a-63deac628258-1758548048
    
╭─ info ───────────────────────────────────────────────────────────────────────╮
│                                                                              │
│  Using .env.development for default values:                                  │
│                                                                              │
│    • Org:             ******                                                    │
│    • App:             ******-Dev                                                │
│                                                                              │
│   You can pass `--reset` to your command to reset your app configuration.    │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯

?  Release a new version of ******-Dev?

   ┃  Configuration:
   ┃  • webhooks (updated)
   ┃  • name
   ┃  • access
   ┃  • access_scopes
   ┃  • auth
   ┃  • pos
   ┃  • application_url
   ┃  • embedded
   ┃  • handle
   ┃
   ┃  Extensions:
   ┃  None

>  (y) Yes, release this new version
   (n) No, cancel

   Press ↑↓ arrows to select, enter or a shortcut to confirm.

✔  Yes, release this new version


Releasing a new app version as part of ******-Dev

2025-09-22T13:37:10.584Z: Removing directory at .shopify/deploy-bundle...
2025-09-22T13:37:10.591Z: Creating directory at .shopify/deploy-bundle...
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Running validation ...
2025-09-22T13:37:10.613Z: Sending "App Management" GraphQL request:
  mutation CreateAppVersion($appId: ID!, $version: AppVersionInput!, $metadata: VersionMetadataInput) {
  appVersionCreate(appId: $appId, version: $version, metadata: $metadata) {
    version {
      id
      appModules {
        ...ReleasedAppModule
        __typename
      }
      metadata {
        versionTag
        message
        __typename
      }
      __typename
    }
    userErrors {
      field
      message
      category
      code
      on
      __typename
    }
    __typename
  }
}

fragment ReleasedAppModule on AppModule {
  uuid
  userIdentifier
  handle
  config
  target
  specification {
    identifier
    externalIdentifier
    name
    managementExperience
  }
}

With variables:
{
  "appId": "gid://shopify/App/251281375233",
  "version": {
    "source": {
      "name": "mapsapp-backend",
      "handle": "",
      "modules": [
        {
          "type": "privacy_compliance_webhooks",
          "handle": "privacy_compliance_webhooks",
          "uid": "privacy_compliance_webhooks",
          "assets": "privacy_compliance_webhooks",
          "target": "",
          "config": {
            "api_version": "2025-04",
            "customers_redact_url": "https://api.dev.******protocol.com/marketplace/webhook",
            "customers_data_request_url": "https://api.dev.******protocol.com/marketplace/webhook",
            "shop_redact_url": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "app_access",
          "handle": "app_access",
          "uid": "app_access",
          "assets": "app_access",
          "target": "",
          "config": {
            "access": {
              "admin": {
                "direct_api_mode": "offline",
                "embedded_app_direct_api_access": true
              }
            },
            "scopes": "read_customers,read_draft_orders,read_fulfillments,read_orders,read_payment_terms,read_product_listings,read_products,read_publications,unauthenticated_read_checkouts,unauthenticated_write_checkouts,write_discounts,write_draft_orders,write_resource_feedbacks",
            "redirect_url_allowlist": [
              "https://shopify-embedded-app-g9rxm.ondigitalocean.app/auth/callback",
              "https://shopify-embedded-app-g9rxm.ondigitalocean.app/auth/shopify/callback",
              "https://shopify-embedded-app-g9rxm.ondigitalocean.app/api/auth/callback"
            ]
          }
        },
        {
          "type": "webhooks",
          "handle": "webhooks",
          "uid": "webhooks",
          "assets": "webhooks",
          "target": "",
          "config": {
            "api_version": "2025-04"
          }
        },
        {
          "type": "point_of_sale",
          "handle": "point_of_sale",
          "uid": "point_of_sale",
          "assets": "point_of_sale",
          "target": "",
          "config": {
            "embedded": false
          }
        },
        {
          "type": "app_home",
          "handle": "app_home",
          "uid": "app_home",
          "assets": "app_home",
          "target": "",
          "config": {
            "app_url": "https://******-marketplace-dev-az8uw.ondigitalocean.app",
            "embedded": true
          }
        },
        {
          "type": "branding",
          "handle": "branding",
          "uid": "branding",
          "assets": "branding",
          "target": "",
          "config": {
            "name": "******-Dev",
            "app_handle": "******-dev"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "3f3d90eebf9b4d8c8834ad4e06f9a283b318b50e",
          "uid": "app_subscriptions/approaching_capped_amount::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "app_subscriptions/approaching_capped_amount::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "app_subscriptions/approaching_capped_amount",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "774548325b7c706a04a0d0c16481deb054083900",
          "uid": "app_subscriptions/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "app_subscriptions/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "app_subscriptions/update",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "82699c7cf451a09f745d3124f2e33b17f26cea49",
          "uid": "app/scopes_update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "app/scopes_update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "app/scopes_update",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "6c3f87fbc1a12ee5b4792804dcebeaad5b468643",
          "uid": "app/uninstalled::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "app/uninstalled::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "app/uninstalled",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "cf4919582d90f6d96c5675806d07c2a29c2ff89c",
          "uid": "bulk_operations/finish::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "bulk_operations/finish::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "bulk_operations/finish",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "1bb68396cde1125901f7b9c266a4bcfb532fddf8",
          "uid": "draft_orders/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "draft_orders/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "draft_orders/update",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "24c6733d3933385be08159b672d0470e4ce1e6a8",
          "uid": "orders/paid::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "orders/paid::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "orders/paid",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "c728595ba4db509cfd550806414ac8d1cae3ace3",
          "uid": "product_listings/add::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "product_listings/add::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "product_listings/add",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "011304150d669196b2d5fb72dec013632eefd2b5",
          "uid": "product_listings/remove::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "product_listings/remove::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "product_listings/remove",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        },
        {
          "type": "webhook_subscription",
          "handle": "2c4e876b752e3042cd2495b280cb6d18c0644142",
          "uid": "product_listings/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "assets": "product_listings/update::undefined::https://api.dev.******protocol.com/marketplace/webhook",
          "target": "",
          "config": {
            "topic": "product_listings/update",
            "api_version": "2025-04",
            "uri": "https://api.dev.******protocol.com/marketplace/webhook"
          }
        }
      ]
    }
  },
  "metadata": {}
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing an app version ...
2025-09-22T13:37:11.341Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 727 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=456, verdict_flag_enabled;desc="count=358";dur=29.176, _y;desc="19096b51-a43c-43a7-bd25-571009f50802", _s;desc="d90ed3f5-eb06-4611-8265-72d0a376a5cc", cfRequestDuration;dur=639.999866
 - x-request-id: fcfbc517-c9e7-4127-be81-bda04b434c97-1758548230
    
2025-09-22T13:37:11.348Z: Sending "App Management" GraphQL request:
  mutation ReleaseVersion($appId: ID!, $versionId: ID!) {
  appReleaseCreate(appId: $appId, versionId: $versionId) {
    release {
      version {
        id
        metadata {
          message
          versionTag
          __typename
        }
        __typename
      }
      __typename
    }
    userErrors {
      field
      message
      category
      code
      on
      __typename
    }
    __typename
  }
}

With variables:
{
  "appId": "gid://shopify/App/251281375233",
  "versionId": "gid://shopify/Version/740755668993"
}

With request headers:
 - User-Agent: Shopify CLI; v=3.84.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing an app version ...
2025-09-22T13:37:11.895Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 547 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=291, verdict_flag_enabled;desc="count=4";dur=0.565, _y;desc="f8631674-b6fa-4650-98ae-58a505dc2181", _s;desc="5a1b0c22-02fd-4ddf-b6b8-001af6b53df9", cfRequestDuration;dur=480.999947

╭─ info ───────────────────────────────────────────────────────────────────────╮
│                                                                              │
│  New version created, but not released.                                      │
│                                                                              │
│  mapsapp-backend-69 [1]                                                      │
│                                                                              │
│  An unknown error has occurred.                                              │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
[1] https://dev.shopify.com/dashboard/148080148/apps/251281375233/versions/740755668993

2025-09-22T13:37:11.909Z: Running system process:
  · Command: npm prefix
  · Working directory: /Users/viktarpunko/projects/l/mapsapp-backend

2025-09-22T13:37:12.265Z: Obtaining the dependency manager in directory /Users/viktarpunko/projects/l/mapsapp-backend...
2025-09-22T13:37:12.685Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 264 ms
With response headers:
 - x-request-id: ed4510ae-9e0b-4e8b-8665-d309965df6e0
    
2025-09-22T13:37:12.686Z: Analytics event sent: {
  "command": "app deploy",
  "time_start": 1758548046221,
  "time_end": 1758548231904,
  "total_time": 185683,
  "success": true,
  "cli_version": "3.84.1",
  "ruby_version": "",
  "node_version": "20.11.1",
  "is_employee": false,
  "uname": "darwin arm64",
  "env_ci": false,
  "env_plugin_installed_any_custom": false,
  "env_plugin_installed_shopify": "[\"@shopify/cli\"]",
  "env_shell": "zsh",
  "env_device_id": "1de8e8870dbf1dd6cc280d35bca079756ab2f770",
  "env_cloud": "localhost",
  "env_package_manager": "npm",
  "env_is_global": true,
  "env_auth_method": "device_auth",
  "env_is_wsl": false,
  "env_build_repository": "Shopify/cli",
  "cmd_app_warning_api_key_deprecation_displayed": false,
  "cmd_deploy_flag_message_used": false,
  "cmd_deploy_flag_version_used": false,
  "cmd_deploy_flag_source_url_used": false,
  "cmd_app_all_configs_any": true,
  "cmd_app_all_configs_clients": "{\"shopify.app.development.toml\":\"*******************************\",\"shopify.app.locale.toml\":\"96e7f7eeec557477721d585cc60934f7\",\"shopify.app.staging.toml\":\"58ed770fd9631f8c95f4e2c9da4eb67b\",\"shopify.app.toml\":\"06043520528de108dc1ac1ad6f9f5764\"}",
  "cmd_app_linked_config_used": true,
  "cmd_app_linked_config_name": "shopify.app.development.toml",
  "cmd_app_linked_config_git_tracked": true,
  "cmd_app_linked_config_source": "cached",
  "app_extensions_any": false,
  "app_extensions_breakdown": "{}",
  "app_extensions_count": 0,
  "app_extensions_custom_layout": false,
  "app_extensions_function_any": false,
  "app_extensions_function_count": 0,
  "app_extensions_theme_any": false,
  "app_extensions_theme_count": 0,
  "app_extensions_ui_any": false,
  "app_extensions_ui_count": 0,
  "app_name_hash": "cb6a58fdc230b31f68e3c91d6183cf089ee3fc71",
  "app_path_hash": "fea5ea0fa6eb6d8abe19b60e7638570177b85c69",
  "app_scopes": "[\"read_customers\",\"read_draft_orders\",\"read_fulfillments\",\"read_orders\",\"read_payment_terms\",\"read_product_listings\",\"read_products\",\"read_publications\",\"unauthenticated_read_checkouts\",\"unauthenticated_write_checkouts\",\"write_discounts\",\"write_draft_orders\",\"write_resource_feedbacks\"]",
  "app_web_backend_any": false,
  "app_web_backend_count": 0,
  "app_web_custom_layout": false,
  "app_web_frontend_any": false,
  "app_web_frontend_count": 0,
  "env_package_manager_workspaces": false,
  "business_platform_id": 148080148,
  "api_key": "****",
  "cmd_app_reset_used": false,
  "cmd_deploy_include_config_used": true,
  "cmd_deploy_config_modules_breakdown": "[\"access\",\"access_scopes\",\"application_url\",\"auth\",\"embedded\",\"handle\",\"name\",\"pos\",\"webhooks\"]",
  "cmd_deploy_config_modules_updated": "[\"webhooks\"]",
  "cmd_deploy_confirm_new_registrations": 0,
  "cmd_deploy_confirm_updated_registrations": 0,
  "cmd_deploy_confirm_removed_registrations": 0,
  "cmd_deploy_confirm_cancelled": false,
  "cmd_deploy_confirm_time_to_complete_ms": 181742,
  "cmd_all_timing_network_ms": 3350,
  "cmd_all_timing_prompts_ms": 181744,
  "cmd_all_launcher": "unknown",
  "cmd_all_topic": "app",
  "cmd_all_plugin": "@shopify/app",
  "cmd_all_force": false,
  "cmd_all_verbose": true,
  "cmd_all_path_override": true,
  "cmd_all_path_override_hash": "fea5ea0fa6eb6d8abe19b60e7638570177b85c69",
  "cmd_all_last_graphql_request_id": "5d70050c-bdbc-433f-9c30-66ceba1681b0-1758548231",
  "cmd_all_timing_active_ms": 588,
  "cmd_all_exit": "ok",
  "user_id": "86130a42-9e57-4998-ab9e-e69dccb9f7bc",
  "request_ids": [
    "7365d535-4061-4254-a4c4-03b29641c52e-1758548046",
    "cf181887-18c2-4daa-9a16-a9e3aca34f29-1758548046",
    "c099c821-13f3-41d4-bbea-297f93ac32dc-1758548048",
    "93fee96c-2afb-4362-ad2a-63deac628258-1758548048",
    "fcfbc517-c9e7-4127-be81-bda04b434c97-1758548230",
    "5d70050c-bdbc-433f-9c30-66ceba1681b0-1758548231"
  ],
  "args": "--verbose",
  "app_name": "mapsapp-backend",
  "env_plugin_installed_all": "[\"@shopify/cli\"]",
  "metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}"
}
2025-09-22T13:37:12.687Z: Completed command app deploy

2 Likes

I got the same issue, when i add webhooks to .toml file for deploy, it show errors. But i remove webhooks when deploy → Success . I just happend with draft app, published app deploy successfully for both (include webhooks or not in .toml file)

Releasing a new app version as part of Dev - Easify Box Builder

         custom-theme-app │ Running theme check on your Theme app extension...
         cart-transformer │ Building function cart-transformer...
         cart-transformer │ Building GraphQL types...
         custom-theme-app │
         custom-theme-app │ Bundling theme extension custom-theme-app...
         cart-transformer │ npm notice
         cart-transformer │ npm notice New major version of npm available! 10.8.2 -> 11.6.0
         cart-transformer │ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.0
         cart-transformer │ npm notice To update run: npm install -g npm@11.6.0
         cart-transformer │ npm notice
         cart-transformer │ Bundling JS function...
         cart-transformer │ Running javy...
         cart-transformer │ Done!


╭─ info ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                       │
│  New version created, but not released.                                                                                                               │
│                                                                                                                                                       │
│  subscription-box-builder-654 [1]                                                                                                                     │
│                                                                                                                                                       │
│  An unknown error has occurred.  

1 Like

Same here and it’s really annoying since this prevents us from deploying our app with our hydrogen storefront that relies on this deploy… Neither shopify app release nor releasing through the Dashboard (Internal 500 error) works for us. I hope they fix this soon.

I’ve been burnt by all new migrations lately so I’m getting used to the frustration…

1 Like

Hey @illusionist3886

Can you change the category of this post to the new dev-dashboard tag? I think this issue might get more visibility that way.

1 Like

Have moved this to the Dev Platform category

Thanks for the reports everyone, we are investigating.

We believe we’ve discovered the root cause of the issue. We’ll update folks when the fix gets released.