Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: shopify theme pull || not working on 3.76.0 #5478

Open
2 tasks done
hendrikbrueggemann opened this issue Mar 1, 2025 · 2 comments
Open
2 tasks done

[Bug]: shopify theme pull || not working on 3.76.0 #5478

hendrikbrueggemann opened this issue Mar 1, 2025 · 2 comments
Labels
Area: @shopify/theme @shopify/theme package issues Type: Bug Something isn't working

Comments

@hendrikbrueggemann
Copy link

hendrikbrueggemann commented Mar 1, 2025

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

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

@hendrikbrueggemann hendrikbrueggemann added the Type: Bug Something isn't working label Mar 1, 2025
@karreiro karreiro added the Area: @shopify/theme @shopify/theme package issues label Mar 4, 2025
@karreiro
Copy link
Contributor

karreiro commented Mar 4, 2025

Thank you for reporting this, @hendrikbrueggemann!

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.

Image

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.

Thanks again for bringing this up, @hendrikbrueggemann!

@hendrikbrueggemann
Copy link
Author

hendrikbrueggemann commented Mar 4, 2025

Hey, thanks for the respond!

This is the video of the shopify theme pull recording: https://www.loom.com/share/fbd56dd24db848429c865fecb5638359?sid=141f71dd-785d-4993-b4cf-cdc42fbac499

Here of the git version: https://www.loom.com/share/a0e8285fa8b541b6802c12bf14a54011?sid=a1bfc06d-025b-4ee7-816d-a8083b688757

Since it works on older CLI versions, I initially thought it might be a global issue, but I couldn't find anything on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: @shopify/theme @shopify/theme package issues Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants