You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When pulling a theme the cli stops without any error message. Working on older versions.
Actual behavior
Tested on multiple stores and different themes, always them same. It starts running until this:
Verbose output
Verbose output
`2025-03-01T10:00:30.912Z: Running command theme pull
2025-03-01T10:00:30.919Z:
Running system process in background:
· Command: /usr/local/bin/node /usr/local/bin/shopify notifications list
· Working directory: /Users/hendrikbrueggemann/Documents/Shapes/projects/Yusuf/themynd.de/Live-Theme
2025-03-01T10:00:30.932Z: Notifications to show: 0
2025-03-01T10:00:30.962Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]
2025-03-01T10:00:30.962Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store 00u1hw-eb.myshopify.com:
[]
2025-03-01T10:00:30.963Z: Getting session store...
2025-03-01T10:00:30.965Z: 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.apps.manage"
]
For applications:
{
"adminApi": {
"scopes": [],
"storeFqdn": "00u1hw-eb.myshopify.com"
}
}
2025-03-01T10:00:30.966Z: - Token validation -> It's expired: false
2025-03-01T10:00:30.966Z: Getting development theme...
2025-03-01T10:00:30.971Z: Sending "Admin" GraphQL request:
query publicApiVersions {
publicApiVersions {
handle
supported
__typename
}
}
With variables:
{}
With request headers:
- User-Agent: Shopify CLI; v=3.76.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://00u1hw-eb.myshopify.com/admin/api/unstable/graphql.json
2025-03-01T10:00:31.370Z: Request to https://00u1hw-eb.myshopify.com/admin/api/unstable/graphql.json completed in 397 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=243, graphql;desc="admin/query/other", cfRequestDuration;dur=293.999910, ipv6
- x-request-id: 35066fee-799c-4b18-a892-7e71c3830d9e-1740823231
2025-03-01T10:00:31.371Z: Sending "Admin" GraphQL request:
query getTheme($id: ID!) {
theme(id: $id) {
id
name
role
processing
__typename
}
}
With variables:
{
"id": "gid://shopify/OnlineStoreTheme/179110871379"
}
With request headers:
- User-Agent: Shopify CLI; v=3.76.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
to https://00u1hw-eb.myshopify.com/admin/api/2025-01/graphql.json
2025-03-01T10:00:31.540Z: Request to https://00u1hw-eb.myshopify.com/admin/api/2025-01/graphql.json completed in 168 ms
With response headers:
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=89, graphql;desc="admin/query/other", cfRequestDuration;dur=117.000103, ipv6
- x-request-id: `b3f5da55-5c28-4181-add9-c158917361c8-1740823231``
Reproduction steps
Operating System
Mac OS 15.3 (24D60)
Shopify CLI version (shopify --version)
3.76.0
Shell
zsh
Node version (run node -v if you're not sure)
v22.14.0
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered:
I'm facing some challenges on making shopify theme pull fails, as we may noticed below. Additionally, I've checked the requests in the verbose output and they seem healthy, which implies we might be facing an issue with the local setup.
Could you please provide us with a screenshot of your CLI when you perform a shopify theme pull? Also, could you confirm the version of Git you're using? You can obtain this information by running git --version in your terminal.
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When pulling a theme the cli stops without any error message. Working on older versions.
Actual behavior
Tested on multiple stores and different themes, always them same. It starts running until this:
Verbose output
Verbose output
Reproduction steps
Operating System
Mac OS 15.3 (24D60)
Shopify CLI version (
shopify --version
)3.76.0
Shell
zsh
Node version (run
node -v
if you're not sure)v22.14.0
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: