Skip to content

Generating new theme causes Throttled GraphQL API error #6515

@Jay-Plumb

Description

@Jay-Plumb

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

Theme

Expected behavior

Currently unable to push a new theme:

shopify theme push -u --store STORE_NAME

Actual behavior

Theme should be created within /themes on the shopify store

Verbose output

│ │
│ The Admin GraphQL API responded unsuccessfully with errors: │
│ │
│ [ │
│ { │
│ "message": "Throttled", │
│ "locations": [ │
│ { │
│ "line": 2, │
│ "column": 3 │
│ } │
│ ], │
│ "path": [ │
│ "themeFilesUpsert" │
│ ], │
│ "extensions": { │
│ "code": "THROTTLED", │
│ "requestId": "99714e41-9120-453f-877e-cbe5afe137c1-1760589566" │
│ } │
│ } │
│ ] │
│ │
│ Request ID: 99714e41-9120-453f-877e-cbe5afe137c1-1760589566

Reproduction steps

  1. shopify theme push -u --store STORE_NAME
  2. No throttling error
  3. Preview theme successfully generated on the store

Operating System

MacOS 15.6.1 (24G90)

Shopify CLI version (shopify --version)

3.85.5

Shell

No response

Node version (run node -v if you're not sure)

v20.10

What language and version are you using in your application?

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions