I have reproduced the issue on the latest CLI version.
Yes, I am on the latest version
I have searched existing posts and this report is not a duplicate.
Yes, this isn’t a duplicate
In which of these areas are you experiencing a problem?
App
Expected behavior
It’s expected to update a new app version with the provided supported payment method during deployment.
Actual behavior
It threw a validation error stating that the payment method (“breb”) is not permitted.
Note: The “breb” identifier was successfully added to the activemerchant repository days ago (payment_icons/db/payment_icons.yml at master · activemerchant/payment_icons · GitHub), but it seems the Shopify production ecosystem/backend gem version hasn’t been updated to include it yet.
Reproduction steps
- Create/Update a payments offsite extension.
- Add “breb” as a supported_payment_methods in the extension configuration.
- Run
shopify app deploy --verboseand check the validation error output.
Verbose output
2026-06-09T14:45:38.557Z: Running command app deploy
2026-06-09T14:45:38.562Z: Running system process in background:
· Command: /home/Jorge.carrillo/.nvm/versions/node/v22.16.0/bin/node /home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app/node_modules/.bin/shopify notifications list --ignore-errors
· Working directory: /home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app
2026-06-09T14:45:38.566Z: Checking if there's a version of @shopify/cli newer than 4.1.0
2026-06-09T14:45:38.566Z: Getting the latest version of NPM package: @shopify/cli
2026-06-09T14:45:38.573Z: Notifications to show: 0
2026-06-09T14:45:38.634Z: Reading the content of file at shopify.app.toml...
2026-06-09T14:45:38.637Z: Reading the content of file at extensions/payment-button/shopify.extension.toml...
2026-06-09T14:45:38.637Z: Reading the content of file at extensions/payment-button-theme/shopify.extension.toml...
2026-06-09T14:45:38.639Z: Looking for a lockfile in /home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app...
2026-06-09T14:45:38.640Z: Reading the content of file at package.json...
2026-06-09T14:45:38.640Z: Reading the content of file at package.json...
2026-06-09T14:45:38.641Z: Reading the content of file at .shopify/project.json...
2026-06-09T14:45:38.642Z: Reading cached app information for directory /home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app...
2026-06-09T14:45:38.643Z: Ensuring that the user is authenticated with the App Management API with the following scopes:
[]
2026-06-09T14:45:38.643Z: Getting session store...
2026-06-09T14:45:38.644Z: Getting current session ID...
2026-06-09T14:45:38.644Z: 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": []
}
}
2026-06-09T14:45:38.644Z: - Token validation -> It's expired: true
2026-06-09T14:45:38.645Z: The current session is valid but needs refresh. Refreshing...
2026-06-09T14:45:38.645Z: Sending POST request to URL https://accounts.shopify.com/oauth/token
With request headers:
- Content-Type: application/x-www-form-urlencoded
2026-06-09T14:45:39.056Z: Request to https://accounts.shopify.com/oauth/token completed in 411 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/"ceddb580437815166b92a208c3b29817"
- server-timing: processing;dur=99, socket_queue;dur=1.734, edge;dur=1.037, util;dur=0.1
- x-request-id: c744e5b3-f2b3-4843-9dea-ebfe8c89989c-1781016338
2026-06-09T14:45:39.059Z: Sending POST request to URL https://accounts.shopify.com/oauth/token
With request headers:
- Content-Type: application/x-www-form-urlencoded
2026-06-09T14:45:39.060Z: Sending POST request to URL https://accounts.shopify.com/oauth/token
With request headers:
- Content-Type: application/x-www-form-urlencoded
2026-06-09T14:45:39.060Z: Sending POST request to URL https://accounts.shopify.com/oauth/token
With request headers:
- Content-Type: application/x-www-form-urlencoded
2026-06-09T14:45:39.060Z: Sending POST request to URL https://accounts.shopify.com/oauth/token
With request headers:
- Content-Type: application/x-www-form-urlencoded
2026-06-09T14:45:39.417Z: Request to https://accounts.shopify.com/oauth/token completed in 357 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/"f622b1965e47067a7832949d80ed4340"
- server-timing: processing;dur=29, socket_queue;dur=1.828, edge;dur=0.035, util;dur=0.15
- x-request-id: df641285-8cdb-4ee7-a5aa-39e833c3d1c0-1781016339
2026-06-09T14:45:39.419Z: Request to https://accounts.shopify.com/oauth/token completed in 360 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/"f622b1965e47067a7832949d80ed4340"
- server-timing: processing;dur=34, socket_queue;dur=1.219, edge;dur=1.034, util;dur=0.25
- x-request-id: 530c6dce-e6e1-47b1-9d76-8b6aca8b5482-1781016339
2026-06-09T14:45:39.427Z: Request to https://accounts.shopify.com/oauth/token completed in 367 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/"f622b1965e47067a7832949d80ed4340"
- server-timing: processing;dur=44, socket_queue;dur=1.718, edge;dur=0.031, util;dur=0.2
- x-request-id: a0ef45b8-8f2f-42fa-a3d9-536f5f54c0ef-1781016339
2026-06-09T14:45:39.436Z: Request to https://accounts.shopify.com/oauth/token completed in 376 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/"f622b1965e47067a7832949d80ed4340"
- server-timing: processing;dur=48, socket_queue;dur=2.024, edge;dur=0.048, util;dur=0.35
- x-request-id: 3d88c761-bbbc-4141-bb00-c84423bfa972-1781016339
2026-06-09T14:45:39.437Z: Setting session store...
2026-06-09T14:45:39.442Z: Setting current session ID...
2026-06-09T14:45:39.447Z: 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=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2026-06-09T14:45:39.812Z: Request to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql completed in 364 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"89f7a9a63831f64dc2ce0e60c51a4091"
- server-timing: processing;dur=87, socket_queue;dur=1.921, util;dur=0.24
- x-request-id: c1c96acd-c64d-4f7d-8b7c-21673c2b7018-1781016339
2026-06-09T14:45:39.830Z: 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
experience
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=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2026-06-09T14:45:40.459Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 629 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=154, verdict_flag_enabled;desc="count=2";dur=0.108, _y;desc="356abb61-dbf5-4613-9681-8a727222f7f0", _s;desc="9a308147-2887-47d8-96ce-310fb62f1fc4"
- x-request-id: da68a079-ed92-4be2-89eb-d7ec4c0fc965-1781016340
2026-06-09T14:45:40.462Z: Sending "BusinessPlatform" GraphQL request:
query FindOrganizations($organizationId: OrganizationID!) {
currentUserAccount {
organization(id: $organizationId) {
id
name
__typename
}
__typename
}
}
With variables:
{
"organizationId": "Z2lkOi8vb3JnYW5pemF0aW9uL09yZ2FuaXphdGlvbi8xMzA3MjU3NTc="
}
With request headers:
- User-Agent: Shopify CLI; v=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql
2026-06-09T14:45:40.791Z: Request to https://destinations.shopifysvc.com/destinations/api/2020-07/graphql completed in 329 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"df1b819b1dfc2cf996aaaaae4781e2ab"
- server-timing: processing;dur=56, socket_queue;dur=1.612, util;dur=0.36
- x-request-id: b7449875-611d-4488-b946-8c08bf362998-1781016340
2026-06-09T14:45:40.804Z: Sending "App Management" GraphQL request:
query fetchSpecifications($organizationId: ID!) {
specifications(organizationId: $organizationId) {
name
identifier
externalIdentifier
experience
features
uidStrategy {
__typename
appModuleLimit
isClientProvided
}
validationSchema {
jsonSchema
__typename
}
__typename
}
}
With variables:
{
"organizationId": "gid://shopify/Organization/130725757"
}
With request headers:
- User-Agent: Shopify CLI; v=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2026-06-09T14:45:41.838Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 1034 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=462, verdict_flag_enabled;desc="count=7";dur=0.322, _y;desc="38535cd2-a846-46ba-93dd-146004193372", _s;desc="fb8a215a-d829-4f06-8ea6-6e06ce9a2ac9"
- x-request-id: 019eacd8-aae1-7e96-b3a2-b83c706b443c-1781016341
2026-06-09T14:45:41.863Z: The following extension specifications were defined locally but not found in the remote specifications: order_attribution_config, tax_calculation
2026-06-09T14:45:41.863Z: The following extension specifications were found in the remote specifications but not defined locally: admin_app
2026-06-09T14:45:42.210Z: Notifications to show: 0
2026-06-09T14:45:42.210Z: Unable to decide project type as no web backend
2026-06-09T14:45:42.211Z: Reading cached app information for directory /home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app...
2026-06-09T14:45:42.211Z: Storing app information for directory /home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app:{
"appId": "38d690f8382625fd3f4dbb070f046cd1",
"title": "Bold",
"directory": "/home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app",
"orgId": "130725757"
}
2026-06-09T14:45:42.219Z: 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
experience
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=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2026-06-09T14:45:42.912Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 692 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=157, verdict_flag_enabled;desc="count=2";dur=0.133, _y;desc="0e48a02c-2bd6-4631-9d9d-6d502702e855", _s;desc="6bcb9d75-bbf3-4a0e-88ab-8b3974785d3d"
- x-request-id: 9e9403af-e09d-4b82-8ee7-1febe0c377d4-1781016342
2026-06-09T14:45:42.919Z: 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
experience
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=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
to https://app.shopify.com/app_management/unstable/graphql.json
2026-06-09T14:45:43.595Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 676 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=159, verdict_flag_enabled;desc="count=2";dur=0.112, _y;desc="78533789-8ab3-45ce-98f6-4363916b6f9e", _s;desc="862b0579-6043-41ac-8f55-cd5d30262a2c"
- x-request-id: 019eacd8-b2fd-7104-89fb-37804a45b380-1781016343
╭─ info ───────────────────────────────────────────────────────────────────────╮
│ │
│ Using shopify.app.toml for default values: │
│ │
│ • Org: Bold │
│ • App: Bold │
│ │
│ You can pass `--reset` to your command to reset your app configuration. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
? Release a new version of Bold?
✔ Yes, release this new version
Releasing a new app version as part of Bold
2026-06-09T14:45:48.262Z: Creating directory at .shopify...
2026-06-09T14:45:48.266Z: Removing directory at .shopify/deploy-bundle...
2026-06-09T14:45:48.267Z: Creating directory at .shopify/deploy-bundle...
payment-button-theme │ Running theme check on your Theme app extension...
2026-06-09T14:45:48.612Z: Sync-reading the content of file at extensions/payment-button-theme/bl
payment-button-theme │
payment-button-theme │ [warning]: RemoteAsset
payment-button-theme │ Asset should be served by the Shopify CDN for better performance.
payment-button-theme │
payment-button-theme │ 118 <script
src="https://checkout.bold.co/library/boldPaymentButton.js?v={{ unique_id }}" defer></script>
payment-button-theme │ Bundling theme extension payment-button-theme...
2026-06-09T14:45:48.623Z: Copying file from extensions/payment-button-theme/assets/bold-button-preview.css to .shopify/deploy-bundle/e6bafb0d-f509-4fcf-f7a3-e97c4ef4b88081b0326e/assets/bold-button-preview.css...
2026-06-09T14:45:48.624Z: Copying file from extensions/payment-button-theme/assets/bold_co_button_example_dark.svg to .shopify/deploy-bundle/e6bafb0d-f509-4fcf-f7a3-e97c4ef4b88081b0326e/assets/bold_co_button_example_dark.svg...
2026-06-09T14:45:48.624Z: Copying file from extensions/payment-button-theme/assets/bold_co_button_example_light.svg to .shopify/deploy-bundle/e6bafb0d-f509-4fcf-f7a3-e97c4ef4b88081b0326e/assets/bold_co_button_example_light.svg...
2026-06-09T14:45:48.624Z: Copying file from extensions/payment-button-theme/blocks/bold-payment-button.liquid to .shopify/deploy-bundle/e6bafb0d-f509-4fcf-f7a3-e97c4ef4b88081b0326e/blocks/bold-payment-button.liquid...
2026-06-09T14:45:48.634Z: Removing file at /tmp/f3eb8c8e-116a-4b79-85fe-a49c1d7a9bfe.tar...
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Running validation ...
2026-06-09T14:45:48.645Z: Getting the size of file at extensions/payment-button-theme/assets/bold-button-preview.css...
2026-06-09T14:45:48.646Z: Getting the size of file at extensions/payment-button-theme/assets/bold_co_button_example_dark.svg...
2026-06-09T14:45:48.646Z: Getting the size of file at extensions/payment-button-theme/assets/bold_co_button_example_light.svg...
2026-06-09T14:45:48.646Z: Getting the size of file at extensions/payment-button-theme/blocks/bold-payment-button.liquid...
2026-06-09T14:45:48.651Z: Sending "App Management" GraphQL request:
mutation CreateAssetURL($sourceExtension: SourceExtension!, $organizationId: ID!) {
appRequestSourceUploadUrl(
sourceExtension: $sourceExtension
organizationId: $organizationId
) {
sourceUploadUrl
userErrors {
field
message
__typename
}
__typename
}
}
With variables:
{
"sourceExtension": "BR",
"organizationId": "gid://shopify/Organization/130725757"
}
With request headers:
- User-Agent: Shopify CLI; v=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing an app version ...
2026-06-09T14:45:49.245Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 594 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=123, verdict_flag_enabled;desc="count=2";dur=0.099, _y;desc="20240810-9483-4a08-a682-2ee275ff4a9d", _s;desc="595c3354-6d7c-4825-8c06-1334bc93bce7"
- x-request-id: 019eacd8-c93d-727b-ba7a-bfe0eb8827e0-1781016348
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing an app version ...
2026-06-09T14:45:49.861Z: Request to https://partners-extensions-scripts-bucket.storage.googleapis.com/deployments/app_sources/130725757/10cf4aba-ddad-4302-aa20-b494cc7750bb/source.br?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=argo-project-sa%40shopify-tiers.iam.gserviceaccount.com%2F20260609%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20260609T144549Z&X-Goog-Expires=3600&X-Goog-SignedHeaders=host&X-Goog-Signature=3a2eb60beb991e78c458871bdc3aca2fe7b0193784e4fc4399751ca3d74eec3eaedf05260fa2b013d325621f29a08c369d5f2dccd0b35dc52ca9842e6a014c724c4afe8af6fa837b8be344136487d4c85c35f202cc71f102f2e73fadd65bcf1265ce40a4ac6bf0afdb5e0a1d75650e0263639933f0ce7a33e05b2a2ee64317c2fee0b228c2cec8efec9204761a53382056425c65d2e13523bcd567b1197ffcb4c1e1636c43c3e4afb5d79cfd60925f220260d9536fd343ff801d0b2696dc6d1024443c6408d4733514b7343e96ab0ad86bcda483d9c65edcd37c8216e35034b2b727ff675423e3055ab06380c6e4d17c0e2e0c24dc3636ff8668da7838cc697f completed in 602 ms
With response headers:
- content-type: text/html; charset=UTF-8
- etag: "af97c9ab52a9591ae03d5708b8f13909"
2026-06-09T14:45:49.865Z: 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
experience
managementExperience
}
}
With variables:
{
"appId": "gid://shopify/App/131108634625",
"version": {
"sourceUrl": "https://partners-extensions-scripts-bucket.storage.googleapis.com/deployments/app_sources/130725757/10cf4aba-ddad-4302-aa20-b494cc7750bb/source.br?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=argo-project-sa%40shopify-tiers.iam.gserviceaccount.com%2F20260609%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20260609T144549Z&X-Goog-Expires=3600&X-Goog-SignedHeaders=host&X-Goog-Signature=3a2eb60beb991e78c458871bdc3aca2fe7b0193784e4fc4399751ca3d74eec3eaedf05260fa2b013d325621f29a08c369d5f2dccd0b35dc52ca9842e6a014c724c4afe8af6fa837b8be344136487d4c85c35f202cc71f102f2e73fadd65bcf1265ce40a4ac6bf0afdb5e0a1d75650e0263639933f0ce7a33e05b2a2ee64317c2fee0b228c2cec8efec9204761a53382056425c65d2e13523bcd567b1197ffcb4c1e1636c43c3e4afb5d79cfd60925f220260d9536fd343ff801d0b2696dc6d1024443c6408d4733514b7343e96ab0ad86bcda483d9c65edcd37c8216e35034b2b727ff675423e3055ab06380c6e4d17c0e2e0c24dc3636ff8668da7838cc697f"
},
"metadata": {}
}
With request headers:
- User-Agent: Shopify CLI; v=4.1.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: linux
- Content-Type: application/json
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Releasing an app version ...
2026-06-09T14:45:51.176Z: Request to https://app.shopify.com/app_management/unstable/graphql.json completed in 1311 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=821, verdict_flag_enabled;desc="count=5";dur=0.336, _y;desc="d387cb5a-0c9a-487e-9cc0-aecebc79f641", _s;desc="a79f09e2-a7a0-4bae-a290-a2b6c80f4b41"
╭─ error ──────────────────────────────────────────────────────────────────────╮
│ │
│ Version couldn't be created. │
│ │
│ payment-button │
│ │
│ Validation errors │
│ • supported_payment_methods: Following payment methods invalid: ["breb"] │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
2026-06-09T14:45:51.217Z: Looking for a lockfile in /home/dev/git/bold-plugins-payment-button/plugins-shopify/bold-payment-app...
2026-06-09T14:45:51.672Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 448 ms
With response headers:
- x-request-id: ab3ee1de-159c-4353-83d2-c099d0374e22
2026-06-09T14:45:51.673Z: Analytics event sent: {
"command": "app deploy",
"time_start": 1781016338558,
"time_end": 1781016351210,
"total_time": 12652,
"success": false,
"cli_version": "4.1.0",
"ruby_version": "",
"node_version": "22.16.0",
"is_employee": false,
"uname": "linux amd64",
"env_ci": false,
"env_plugin_installed_any_custom": false,
"env_plugin_installed_shopify": "[\"@shopify/cli\"]",
"env_shell": "bash",
"env_device_id": "7ec19e9aa6c8569a966f87fd7cd2a6de142c2466",
"env_cloud": "localhost",
"env_package_manager": "npm",
"env_install_package_manager": "unknown",
"env_is_global": false,
"env_auth_method": "device_auth",
"env_is_wsl": false,
"env_build_repository": "Shopify/cli",
"env_auto_upgrade_enabled": true,
"cmd_app_warning_api_key_deprecation_displayed": false,
"cmd_all_timing_network_ms": 7343,
"cmd_all_timing_prompts_ms": 4613,
"cmd_all_launcher": "npm",
"cmd_all_topic": "app",
"cmd_all_plugin": "@shopify/cli",
"cmd_all_verbose": true,
"cmd_all_path_override": true,
"cmd_all_path_override_hash": "b7414ed6393069cb922a10e4ae2e4c0211b660de",
"cmd_app_reset_used": false,
"cmd_all_last_graphql_request_id": "019eacd8-cdfe-7769-a1f3-1a14518f1a14-1781016350",
"cmd_all_timing_active_ms": 695,
"cmd_all_exit": "expected_error",
"user_id": "aecae60c-c2ec-4b09-b5f7-8aa7b7945ac6",
"request_ids": [
"c1c96acd-c64d-4f7d-8b7c-21673c2b7018-1781016339",
"da68a079-ed92-4be2-89eb-d7ec4c0fc965-1781016340",
"b7449875-611d-4488-b946-8c08bf362998-1781016340",
"019eacd8-aae1-7e96-b3a2-b83c706b443c-1781016341",
"9e9403af-e09d-4b82-8ee7-1febe0c377d4-1781016342",
"019eacd8-b2fd-7104-89fb-37804a45b380-1781016343",
"019eacd8-c93d-727b-ba7a-bfe0eb8827e0-1781016348",
"019eacd8-cdfe-7769-a1f3-1a14518f1a14-1781016350"
],
"args": "--verbose",
"error_message": "Version couldn't be created.",
"env_plugin_installed_all": "[\"@shopify/cli\"]",
"env_shopify_variables": "{}",
"metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}"
}
2026-06-09T14:45:51.673Z: Skipping Bugsnag report for expected error
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.16.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.16.0
npm notice To update run: npm install -g npm@11.16.0
npm notice
Operating system
Ubuntu 22.04.5 LTS
CLI version
4.1.0
Shell
Bash
Nodejs version
v22.16.0