Cant Deploy App after Adding Web Pixel Extension

My locally running remix app works totally fine, deploys, and I can run it locally. After I created a web pixel extension it immediately did not allow me to deploy a version, when I was just following the basic tutorial for creating a web pixel. I went ahead and activated locally and got it to do what I wanted locally but still is not deployable. I deleted the extension and it became deployable again.

The frustrating part is there is no error to go off of it just states: Version couldn’t be created There was an error creating an app version.

Also sometimes this error is in Spanish and sometimes the error is in French, but it is never more detailed.

I tried using verbose and didn’t get any clear info from that either. Not sure where to go from here?

Does your app have write_pixels and read_customer_events scopes?

Hey, yes I have them in my toml file while running locally, but still not deployable.
It’s very odd theres no error message here.

What do you see if you run with --verbose flag?

shopify app deploy --verbose
➜  shopify-test-app shopify app deploy --verbose
2025-03-26T14:19:44.163Z: Running command app deploy
2025-03-26T14:19:44.167Z: Notifications to show: 0
2025-03-26T14:19:44.173Z: Reading cached app information for directory /Users/xoc344/Documents/shopify-test-app...
2025-03-26T14:19:44.174Z: Reading the content of file at shopify.app.deploy-test.toml...
2025-03-26T14:19:44.176Z: Reading the content of file at shopify.app.deploy-test.toml...
2025-03-26T14:19:44.178Z: Reading cached app information for directory /Users/xoc344/Documents/shopify-test-app...
2025-03-26T14:19:44.178Z: Reading the content of file at shopify.app.deploy-test.toml...
2025-03-26T14:19:44.179Z: Reading the content of file at shopify.app.deploy-test.toml...
2025-03-26T14:19:44.180Z: Ensuring that the user is authenticated with the Partners API with the following scopes:
[]

2025-03-26T14:19:44.181Z: Getting session store...
2025-03-26T14:19:44.182Z: 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"
]
For applications:
{
  "partnersApi": {
    "scopes": []
  }
}

2025-03-26T14:19:44.182Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2025-03-26T14:19:44.183Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
 - User-Agent: Shopify CLI; v=3.72.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: darwin
 - Content-Type: application/json

2025-03-26T14:19:44.541Z: Request to https://accounts.shopify.com/oauth/introspection completed in 358 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"af262b98d2368abed4cf48186f72bf08"
 - server-timing: processing;dur=53, socket_queue;dur=1.057, edge;dur=2.06, util;dur=0.1, cfRequestDuration;dur=91.999769
 - x-request-id: a7c1b2f5-3245-4089-b26b-021ffc5eab53-1742998784
    
2025-03-26T14:19:44.546Z: The identity token is valid: true
2025-03-26T14:19:44.546Z: 
The validation of the token for application/identity completed with the following results:
- It's expired: false
- It's invalid in identity: false
  
2025-03-26T14:19:44.547Z: Verifying that the user has a Partner organization
2025-03-26T14:19:44.548Z: Confirmed partner account exists from cache
2025-03-26T14:19:44.548Z: Getting partner account info from cache
2025-03-26T14:19:44.555Z: Sending "Partners" GraphQL request:
  query FindApp($apiKey: String!) {
    app(apiKey: $apiKey) {
      id
      title
      apiKey
      organizationId
      apiSecretKeys {
        secret
      }
      appType
      grantedScopes
      applicationUrl
      redirectUrlWhitelist
      requestedAccessScopes
      webhookApiVersion
      embedded
      posEmbedded
      preferencesUrl
      gdprWebhooks {
        customerDeletionUrl
        customerDataRequestUrl
        shopDeletionUrl
      }
      appProxy {
        subPath
        subPathPrefix
        url
      }
      developmentStorePreviewEnabled
      disabledFlags
    }
  }

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

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

to https://partners.shopify.com/api/cli/graphql
2025-03-26T14:19:45.376Z: Request to https://partners.shopify.com/api/cli/graphql completed in 820 ms
With response headers:
 - cache-control: max-age=0, private, must-revalidate
 - content-type: application/json; charset=utf-8
 - etag: W/"7813fa0c20be6d1cc3ef045ef0e16c21"
 - server-timing: processing;dur=587, socket_queue;dur=2.643, util;dur=0.6, cfRequestDuration;dur=626.999855
 - x-request-id: 2b676a42-5d4e-4715-bc18-471f258d4da5-1742998784
    
2025-03-26T14:19:45.382Z: Sending "Partners" GraphQL request:
  query FindOrganization($id: ID!) {
    organizations(id: $id, first: 1) {
      nodes {
        id
        businessName
      }
    }
  }

With variables:
{
  "id": "4071366"
}

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

to https://partners.shopify.com/api/cli/graphql
2025-03-26T14:19:45.670Z: Request to https://partners.shopify.com/api/cli/graphql completed in 288 ms
With response headers:
 - cache-control: max-age=0, private, must-revalidate
 - content-type: application/json; charset=utf-8
 - etag: W/"780421dfad41250e71bc74a8bc3d26ec"
 - server-timing: processing;dur=74, socket_queue;dur=1.729, util;dur=0.5, cfRequestDuration;dur=120.999813
 - x-request-id: 748251f8-02b9-4a47-8b8b-facbf7890a9d-1742998785
    
2025-03-26T14:19:45.677Z: Sending "Partners" GraphQL request:
  query fetchSpecifications($api_key: String!) {
    extensionSpecifications(apiKey: $api_key) {
      name
      externalName
      externalIdentifier
      identifier
      gated
      experience
      options {
        managementExperience
        registrationLimit
      }
      features {
        argo {
          surface
        }
      }
      validationSchema {
        jsonSchema
      }
    }
  }

With variables:
{
  "api_key": "c6df401dd3e91ddfe916794fa37e1e79"
}

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

to https://partners.shopify.com/api/cli/graphql
2025-03-26T14:19:46.003Z: Request to https://partners.shopify.com/api/cli/graphql completed in 325 ms
With response headers:
 - cache-control: max-age=0, private, must-revalidate
 - content-type: application/json; charset=utf-8
 - etag: W/"9213a4b163dd4b523b8b515fa0edc6f2"
 - server-timing: processing;dur=98, socket_queue;dur=1.651, util;dur=0.3, cfRequestDuration;dur=134.000063
 - x-request-id: eb6dd835-b5bc-430a-8541-df58b02e9b08-1742998785
    
2025-03-26T14:19:46.016Z: The following extension specifications were defined locally but not found in the remote specifications: data, payments_extension, tax_calculation
2025-03-26T14:19:46.021Z: Reading the content of file at .gitignore...
2025-03-26T14:19:46.023Z: Reading the .env file at .env.deploy-test
2025-03-26T14:19:46.023Z: Reading the content of file at .env.deploy-test...
2025-03-26T14:19:46.030Z: Reading the content of file at extensions/web-pixel/shopify.extension.toml...
2025-03-26T14:19:46.032Z: Reading the content of file at package.json...
2025-03-26T14:19:46.032Z: Reading the content of file at package.json...
2025-03-26T14:19:46.036Z: 
Running system process:
  · Command: npm prefix
  · Working directory: /Users/xoc344/Documents/shopify-test-app

2025-03-26T14:19:46.168Z: Obtaining the dependency manager in directory /Users/xoc344/Documents/shopify-test-app...
2025-03-26T14:19:46.168Z: Reading the content of file at package.json...
2025-03-26T14:19:46.170Z: Reading the content of file at shopify.web.toml...
2025-03-26T14:19:46.172Z: Notifications to show: 0
2025-03-26T14:19:46.173Z: Reading cached app information for directory /Users/xoc344/Documents/shopify-test-app...
2025-03-26T14:19:46.173Z: Storing app information for directory /Users/xoc344/Documents/shopify-test-app:{
  "appId": "c6df401dd3e91ddfe916794fa37e1e79",
  "title": "deploy-test-2",
  "directory": "/Users/xoc344/Documents/shopify-test-app",
  "orgId": "4071366"
}
2025-03-26T14:19:46.183Z: Sending "Partners" GraphQL request:
  query activeAppVersion($apiKey: String!) {
    app(apiKey: $apiKey) {
      activeAppVersion {
        appModuleVersions {
          registrationId
          registrationUuid
          registrationTitle
          type
          config
          specification {
            identifier
            name
            experience
            options {
              managementExperience
            }
          }
        }
      }
    }
  }

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

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

to https://partners.shopify.com/api/cli/graphql
2025-03-26T14:19:46.791Z: Request to https://partners.shopify.com/api/cli/graphql completed in 608 ms
With response headers:
 - cache-control: max-age=0, private, must-revalidate
 - content-type: application/json; charset=utf-8
 - etag: W/"515c05a943b03c5c6f06a4d72b31d6e0"
 - server-timing: processing;dur=382, socket_queue;dur=2.367, util;dur=0.2, cfRequestDuration;dur=427.999973
 - x-request-id: b49b9448-4647-4a76-8751-91d64cc7653c-1742998786
    
╭─ info ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                      │
│  Using .env.deploy-test for default values:                                                                                                                          │
│                                                                                                                                                                      │
│    • Org:             Wikibuy Holdings, LLC                                                                                                                          │
│    • App:             deploy-test-2                                                                                                                                  │
│    • Include config:  Yes                                                                                                                                            │
│                                                                                                                                                                      │
│   You can pass  `--reset`  to your command to reset your app configuration.                                                                                          │
│                                                                                                                                                                      │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

2025-03-26T14:19:46.814Z: Sending "Partners" GraphQL request:
  query allAppExtensionRegistrations($apiKey: String!) {
    app(apiKey: $apiKey) {
      extensionRegistrations {
        id
        uuid
        title
        type
        draftVersion {
          config
          context
        }
        activeVersion {
          config
          context
        }
      }
      configurationRegistrations {
        id
        uuid
        title
        type
        draftVersion {
          config
          context
        }
        activeVersion {
          config
          context
        }
      }
      dashboardManagedExtensionRegistrations {
        id
        uuid
        title
        type
        activeVersion {
          config
          context
        }
        draftVersion {
          config
          context
        }
      }
    }
  }

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

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

to https://partners.shopify.com/api/cli/graphql
2025-03-26T14:19:48.146Z: Request to https://partners.shopify.com/api/cli/graphql completed in 1332 ms
With response headers:
 - cache-control: max-age=0, private, must-revalidate
 - content-type: application/json; charset=utf-8
 - etag: W/"7672cd8a9ddf27b118b88fdc7f7511b2"
 - server-timing: processing;dur=1002, socket_queue;dur=7.538, util;dur=0.6, cfRequestDuration;dur=1048.000097
 - x-request-id: 2440f278-a93d-4cd0-ad1f-9fc8c02e359c-1742998787
    
?  Release a new version of deploy-test-2?
✔  Yes, release this new version


Releasing a new app version as part of deploy-test-2

2025-03-26T14:19:51.523Z: Creating directory at /private/var/folders/nx/t1khbrr53v5gq_gj6fyhlnkw0000gp/T/98023b555d43390929be942d326289fc...
2025-03-26T14:19:51.525Z: Sync-creating directory at /private/var/folders/nx/t1khbrr53v5gq_gj6fyhlnkw0000gp/T/a37725790a5f4c92a181169c42045cea/bundle...
2025-03-26T14:19:51.525Z: Creating an empty file at /private/var/folders/nx/t1khbrr53v5gq_gj6fyhlnkw0000gp/T/a37725790a5f4c92a181169c42045cea/bundle/.shopify...
2025-03-26T14:19:51.538Z: Deduplicating React dependency for /Users/xoc344/Documents/shopify-test-app/extensions/web-pixel, using /Users/xoc344/Documents/shopify-test-app/node_modules/react/index.js
                web-pixel │ Bundling UI extension web-pixel...
2025-03-26T14:19:51.629Z: Getting the size of file file at /private/var/folders/nx/t1khbrr53v5gq_gj6fyhlnkw0000gp/T/a37725790a5f4c92a181169c42045cea/bundle/89ea7070-c666-4719-9a8f-a7fbaabbe541/dist/web-pixel.js...
                web-pixel │ web-pixel successfully built

2025-03-26T14:19:51.631Z: Zipping /private/var/folders/nx/t1khbrr53v5gq_gj6fyhlnkw0000gp/T/a37725790a5f4c92a181169c42045cea/bundle into /private/var/folders/nx/t1khbrr53v5gq_gj6fyhlnkw0000gp/T/98023b555d43390929be942d326289fc/bundle.zip
2025-03-26T14:19:51.656Z: Sending "Partners" GraphQL request:
  mutation GenerateSignedUploadUrl($apiKey: String!, $bundleFormat: Int!) {
    appVersionGenerateSignedUploadUrl(input: {apiKey: $apiKey, bundleFormat: $bundleFormat}) {
      signedUploadUrl
      userErrors {
        field
        message
      }
    }
  }

With variables:
{
  "apiKey": "*****",
  "bundleFormat": 1
}

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

to https://partners.shopify.com/api/cli/graphql
2025-03-26T14:19:52.035Z: Request to https://partners.shopify.com/api/cli/graphql completed in 379 ms
With response headers:
 - cache-control: max-age=0, private, must-revalidate
 - content-type: application/json; charset=utf-8
 - etag: W/"12832907700413ff5acac5d41fa09afc"
 - server-timing: processing;dur=163, socket_queue;dur=1.45, util;dur=0.5, cfRequestDuration;dur=212.999821
 - x-request-id: e23faf22-0a38-4d36-9b20-421f88730bca-1742998791
    
2025-03-26T14:19:52.037Z: Sync-reading the content of file at /private/var/folders/nx/t1khbrr53v5gq_gj6fyhlnkw0000gp/T/98023b555d43390929be942d326289fc/bundle.zip...
2025-03-26T14:19:52.314Z: Request to https://partners-extensions-scripts-bucket.storage.googleapis.com/deployments/232973631489/772c22a8-ac29-4232-a775-9854886b396a/bundle.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=argo-project-sa%40shopify-tiers.iam.gserviceaccount.com%2F20250326%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20250326T141952Z&X-Goog-Expires=3600&X-Goog-SignedHeaders=host&X-Goog-Signature=73584b92c56071908fb69f36692dec52be725dbc5d5e5343c9708330b514b2579cd539527fc3ea5c6643b27c5c225f2454b3b20f04cc9055cd18cddcc020cc761b1ffbd03309ad9a963b05e449d2c2ef93fedee42134a8a37dc5311ce88df218fcac9b9c11718326d95f7fbbca5594261259f6efad2c95343dc48de3c4380d761fd019ec55419030d8e6bc7c82e68fd876e3e9c3cd3667b8117f6bf79df17b4d841df40544b937b9c49730ef9f036d4210db5889b339c659f57f3adf0e7f57961cc0fb8a5fd6b456fe86cc8b51c97f17f7acba06ace63a51dcce82a87ceecacd121057a5bb42238449c175e19de8466f58bbab2e8ab3074d81713aafbc0fcfe9 completed in 276 ms
With response headers:
 - content-type: application/xml; charset=UTF-8
    
2025-03-26T14:19:52.320Z: Sending "Partners" GraphQL request:
  mutation AppDeploy(
    $apiKey: String!
    $bundleUrl: String
    $appModules: [AppModuleSettings!]
    $skipPublish: Boolean
    $message: String
    $versionTag: String
    $commitReference: String
  ) {
    appDeploy(
      input: {
        apiKey: $apiKey
        bundleUrl: $bundleUrl
        appModules: $appModules
        skipPublish: $skipPublish
        message: $message
        versionTag: $versionTag
        commitReference: $commitReference
      }
    ) {
      appVersion {
        uuid
        id
        message
        versionTag
        location
        appModuleVersions {
          uuid
          registrationUuid
          validationErrors {
            message
            field
          }
        }
      }
      userErrors {
        message
        field
        category
        details
      }
    }
  }

With variables:
{
  "appId": "232973631489",
  "apiKey": "*****",
  "name": "shopify-marketing-app",
  "skipPublish": false,
  "bundleUrl": "https://partners-extensions-scripts-bucket.storage.googleapis.com/deployments/232973631489/772c22a8-ac29-4232-a775-9854886b396a/bundle.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=argo-project-sa%40shopify-tiers.iam.gserviceaccount.com%2F20250326%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20250326T141952Z&X-Goog-Expires=3600&X-Goog-SignedHeaders=host&X-Goog-Signature=73584b92c56071908fb69f36692dec52be725dbc5d5e5343c9708330b514b2579cd539527fc3ea5c6643b27c5c225f2454b3b20f04cc9055cd18cddcc020cc761b1ffbd03309ad9a963b05e449d2c2ef93fedee42134a8a37dc5311ce88df218fcac9b9c11718326d95f7fbbca5594261259f6efad2c95343dc48de3c4380d761fd019ec55419030d8e6bc7c82e68fd876e3e9c3cd3667b8117f6bf79df17b4d841df40544b937b9c49730ef9f036d4210db5889b339c659f57f3adf0e7f57961cc0fb8a5fd6b456fe86cc8b51c97f17f7acba06ace63a51dcce82a87ceecacd121057a5bb42238449c175e19de8466f58bbab2e8ab3074d81713aafbc0fcfe9",
  "appModules": [
    {
      "config": "{\"runtime_context\":\"strict\",\"customer_privacy\":{\"analytics\":true,\"preferences\":false,\"marketing\":true,\"sale_of_data\":\"enabled\"},\"runtime_configuration_definition\":{\"type\":\"object\",\"fields\":{\"accountID\":{\"name\":\"Account ID\",\"description\":\"Account ID\",\"type\":\"single_line_text_field\",\"validations\":[{\"name\":\"min\",\"value\":\"1\"}]}}}}",
      "context": "",
      "handle": "web-pixel",
      "uuid": "89ea7070-c666-4719-9a8f-a7fbaabbe541",
      "specificationIdentifier": "WEB_PIXEL_EXTENSION"
    },
    {
      "config": "{\"api_version\":\"2025-01\",\"customers_redact_url\":\"https://ivf-stage.com/shopify/webhooks/ri/compliance\",\"customers_data_request_url\":\"https://ivf-stage.com/shopify/webhooks/ri/compliance\",\"shop_redact_url\":\"https://ivf-stage.com/shopify/webhooks/ri/compliance\"}",
      "context": "",
      "handle": "privacy-compliance-webhooks",
      "uuid": "02c8f8b7-8633-4be2-b9c7-3ed3952e67e8",
      "specificationIdentifier": "PRIVACY_COMPLIANCE_WEBHOOKS"
    },
    {
      "config": "{\"scopes\":\"read_customer_events,read_discounts,write_pixels,write_products\",\"optional_scopes\":[\"read_customers\",\"write_customers\",\"read_orders\",\"write_orders\",\"read_draft_orders\",\"write_draft_orders\",\"read_order_edits\",\"write_order_edits\",\"read_marketing_events\",\"write_marketing_events\",\"read_payment_customizations\",\"write_payment_customizations\",\"read_returns\",\"write_returns\",\"read_privacy_settings\",\"customer_read_orders\",\"customer_write_orders\",\"customer_read_draft_orders\"],\"redirect_url_allowlist\":[\"https://localhost/auth/callback\",\"https://localhost/auth/shopify/callback\",\"https://localhost/api/auth/callback\"]}",
      "context": "",
      "handle": "app-access",
      "uuid": "425d0a9a-b170-448f-8c5b-02bbd352fad6",
      "specificationIdentifier": "APP_ACCESS"
    },
    {
      "config": "{\"api_version\":\"2025-01\"}",
      "context": "",
      "handle": "webhooks",
      "uuid": "71981d14-a019-4bb6-ae12-20192a611afe",
      "specificationIdentifier": "WEBHOOKS"
    },
    {
      "config": "{\"embedded\":false}",
      "context": "",
      "handle": "point-of-sale",
      "uuid": "38a67027-e156-49bc-83d2-d81182813b6d",
      "specificationIdentifier": "POINT_OF_SALE"
    },
    {
      "config": "{\"app_url\":\"https://localhost\",\"embedded\":true}",
      "context": "",
      "handle": "app-home",
      "uuid": "50ac11b1-0271-481a-aa50-ab1086e13a53",
      "specificationIdentifier": "APP_HOME"
    },
    {
      "config": "{\"name\":\"deploy-test-2\",\"app_handle\":\"deploy-test-26\"}",
      "context": "",
      "handle": "branding",
      "uuid": "3f80958f-6967-4341-b8ca-21682e277bce",
      "specificationIdentifier": "BRANDING"
    },
    {
      "config": "{\"topic\":\"app/scopes_update\",\"api_version\":\"2025-01\",\"uri\":\"https://localhost/webhooks/ri\"}",
      "context": "",
      "handle": "eeb8ae3abf36fa51416b474afacfe5de21b5c028",
      "uuid": "cca81227-0927-4ba7-a3a6-b9f037c75819",
      "specificationIdentifier": "WEBHOOK_SUBSCRIPTION"
    },
    {
      "config": "{\"topic\":\"app/uninstalled\",\"api_version\":\"2025-01\",\"uri\":\"https://localhost/webhooks/ri\"}",
      "context": "",
      "handle": "d876bddcb8a2e056c248e5d60e8c971419932860",
      "uuid": "cb3676b6-1486-4771-af4d-b2b8d473584d",
      "specificationIdentifier": "WEBHOOK_SUBSCRIPTION"
    },
    {
      "config": "{\"topic\":\"products/create\",\"api_version\":\"2025-01\",\"uri\":\"https://localhost/webhooks/ri\"}",
      "context": "",
      "handle": "8ae2ffa230d9d9650134b94b7a8c6ca1390413dd",
      "uuid": "e00a59d3-0115-438a-82a8-caca2ae66130",
      "specificationIdentifier": "WEBHOOK_SUBSCRIPTION"
    }
  ]
}

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

to https://partners.shopify.com/api/cli/graphql
2025-03-26T14:19:53.102Z: Request to https://partners.shopify.com/api/cli/graphql completed in 778 ms
With response headers:
 - cache-control: max-age=0, private, must-revalidate
 - content-type: application/json; charset=utf-8
 - etag: W/"2897fb10124891a44e92866c9f531b45"
 - server-timing: processing;dur=521, socket_queue;dur=15.982, util;dur=0.5, cfRequestDuration;dur=569.000006
 - x-request-id: 5977c0d4-6c0e-4519-8987-940cbf18bf4b-1742998792
    

╭─ error ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                                      │
│  Version couldn't be created.                                                                                                                                        │
│                                                                                                                                                                      │
│  Se ha producido un error al crear una versión de la aplicación.                                                                                                     │
│                                                                                                                                                                      │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

2025-03-26T14:19:53.118Z: 
Running system process:
  · Command: npm prefix
  · Working directory: /Users/xoc344/Documents/shopify-test-app

2025-03-26T14:19:53.270Z: Obtaining the dependency manager in directory /Users/xoc344/Documents/shopify-test-app...
2025-03-26T14:19:53.859Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 472 ms
With response headers:
 - x-request-id: 34d54cea-56fe-4ad4-acd9-3c7dcb81ec0d
    
2025-03-26T14:19:53.860Z: Analytics event sent: {
  "command": "app deploy",
  "time_start": 1742998784163,
  "time_end": 1742998793114,
  "total_time": 8951,
  "success": false,
  "cli_version": "3.72.1",
  "ruby_version": "",
  "node_version": "20.18.3",
  "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": "2a0704f5a8f035051e73e99f4af36886b310f3ad",
  "env_cloud": "localhost",
  "env_package_manager": "yarn",
  "env_is_global": true,
  "env_auth_method": "device_auth",
  "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.deploy-test.toml\":\"c6df401dd3e91ddfe916794fa37e1e79\"}",
  "cmd_app_linked_config_used": true,
  "cmd_app_linked_config_name": "shopify.app.deploy-test.toml",
  "cmd_app_linked_config_git_tracked": true,
  "cmd_app_linked_config_source": "cached",
  "cmd_app_linked_config_uses_cli_managed_urls": true,
  "project_type": "node",
  "app_extensions_any": true,
  "app_extensions_breakdown": "{\"web_pixel_extension\":1}",
  "app_extensions_count": 1,
  "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": true,
  "app_extensions_ui_count": 1,
  "app_name_hash": "d219b842b4600c539b5dc712136aeab0800e467c",
  "app_path_hash": "4401f0a48af71e0a872854bb8bc6fac92a098077",
  "app_scopes": "[\"read_customer_events\",\"read_discounts\",\"write_pixels\",\"write_products\"]",
  "app_web_backend_any": true,
  "app_web_backend_count": 1,
  "app_web_custom_layout": true,
  "app_web_framework": "remix",
  "app_web_frontend_any": true,
  "app_web_frontend_count": 1,
  "env_package_manager_workspaces": true,
  "partner_id": 4071366,
  "api_key": "****",
  "cmd_app_reset_used": false,
  "cmd_deploy_include_config_used": true,
  "cmd_deploy_config_modules_breakdown": "[\"access_scopes\",\"application_url\",\"auth\",\"embedded\",\"handle\",\"name\",\"pos\",\"webhooks\"]",
  "cmd_deploy_config_modules_updated": "[\"access_scopes\",\"application_url\",\"webhooks\"]",
  "cmd_deploy_confirm_new_registrations": 1,
  "cmd_deploy_confirm_updated_registrations": 0,
  "cmd_deploy_confirm_removed_registrations": 0,
  "cmd_deploy_confirm_cancelled": false,
  "cmd_deploy_confirm_time_to_complete_ms": 3358,
  "cmd_all_timing_network_ms": 5168,
  "cmd_all_timing_prompts_ms": 3357,
  "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": "4401f0a48af71e0a872854bb8bc6fac92a098077",
  "cmd_all_last_graphql_request_id": "5977c0d4-6c0e-4519-8987-940cbf18bf4b-1742998792",
  "cmd_all_timing_active_ms": 425,
  "cmd_all_exit": "expected_error",
  "user_id": "ae824a46-4631-4562-b51e-103f681d4c6a",
  "args": "--verbose",
  "error_message": "Version couldn't be created.",
  "app_name": "shopify-marketing-app",
  "env_plugin_installed_all": "[\"@shopify/cli\"]",
  "metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}"
}
2025-03-26T14:19:53.877Z: Reporting handled error to Bugsnag: Version couldn't be created.
2025-03-26T14:19:53.984Z: 
Running system process:
  · Command: npm prefix
  · Working directory: /Users/xoc344/Documents/shopify-test-app

2025-03-26T14:19:54.116Z: Obtaining the dependency manager in directory /Users/xoc344/Documents/shopify-test-app...```

I don’t see any specific error in the logs.
Can you clear cache and re-deploy?

shopify cache clear

Sure, gave it a shot but nothing changed