-
Notifications
You must be signed in to change notification settings - Fork 224
Description
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_NAMEActual 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
- shopify theme push -u --store STORE_NAME
- No throttling error
- 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