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]: Theme ID mismatch: expected X but got Y #5066

Closed
2 tasks done
xmadscientist opened this issue Dec 9, 2024 · 0 comments
Closed
2 tasks done

[Bug]: Theme ID mismatch: expected X but got Y #5066

xmadscientist opened this issue Dec 9, 2024 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@xmadscientist
Copy link

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

  1. Reload page
  2. See the rendered page

or

  1. Save file
  2. Hotreload gets triggered
  3. See the rendered page

Actual behavior

Almost every time I reload a page or save a file, the CLI just crashes. There is another github issue that outlines this error with a proposed fix in there, but that proposed fix does not work. It's making it impossible for me to work right now.

Verbose output

Verbose output
2024-12-09T20:39:13.935Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]

2024-12-09T20:39:14.372Z: Request to https://theme-kit-access.shopifyapps.com/cli/sfr?preview_theme_id=125030170675&_fd=0&pb=0 completed in 436 ms
With response headers:
- cache-control: no-cache
- content-type: application/json; charset=utf-8
- server-timing: processing;dur=256, socket_queue;dur=7.717, cfRequestDuration;dur=358.999968
- x-request-id: 1c9b6a8d-0023-43e6-ac99-8a3a97c60320-1733776754

2024-12-09T20:39:14.477Z: Sending "Admin" GraphQL request:
query publicApiVersions {
publicApiVersions {
  handle
  supported
  __typename
}
}

With variables:
{}

With request headers:
- X-Shopify-Shop: olsatools.myshopify.com
- User-Agent: Shopify CLI; v=3.71.5
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json

to https://theme-kit-access.shopifyapps.com/cli/admin/api/unstable/graphql.json
2024-12-09T20:39:14.944Z: Request to https://theme-kit-access.shopifyapps.com/cli/admin/api/unstable/graphql.json completed in 466 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"a82662c5ac6250dffb736b0ae37f4300"
- server-timing: processing;dur=232, socket_queue;dur=6.988, cfRequestDuration;dur=342.999935
- x-request-id: 41247856-529e-4ba1-bb52-6d79c409e15d-1733776754

2024-12-09T20:39:14.945Z: Sending "Admin" GraphQL request:
query getThemeFileChecksums($id: ID!, $after: String) {
theme(id: $id) {
  files(first: 250, after: $after) {
    nodes {
      filename
      size
      checksumMd5
      __typename
    }
    userErrors {
      filename
      code
      __typename
    }
    pageInfo {
      hasNextPage
      endCursor
      __typename
    }
    __typename
  }
  __typename
}
}

With variables:
{
"id": "gid://shopify/OnlineStoreTheme/125030170675",
"after": null
}

With request headers:
- X-Shopify-Shop: olsatools.myshopify.com
- User-Agent: Shopify CLI; v=3.71.5
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json

to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json
2024-12-09T20:39:15.501Z: Request to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json completed in 556 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"ac38d68ba40a057bbecca5232f990395"
- server-timing: processing;dur=317, socket_queue;dur=1.626, cfRequestDuration;dur=434.000015
- x-request-id: 26bca9ef-24b9-43c0-a3df-16cee2d52a04-1733776755

2024-12-09T20:39:15.502Z: Sending "Admin" GraphQL request:
query getThemeFileChecksums($id: ID!, $after: String) {
theme(id: $id) {
  files(first: 250, after: $after) {
    nodes {
      filename
      size
      checksumMd5
      __typename
    }
    userErrors {
      filename
      code
      __typename
    }
    pageInfo {
      hasNextPage
      endCursor
      __typename
    }
    __typename
  }
  __typename
}
}

With variables:
{
"id": "gid://shopify/OnlineStoreTheme/125030170675",
"after": "ImxvY2FsZXNcL3BsLnNjaGVtYS5qc29uIg=="
}

With request headers:
- X-Shopify-Shop: olsatools.myshopify.com
- User-Agent: Shopify CLI; v=3.71.5
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json

to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json
2024-12-09T20:39:16.012Z: Request to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json completed in 510 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"2bba48509510e3aa886b92ac7761eda1"
- server-timing: processing;dur=284, socket_queue;dur=7.016, cfRequestDuration;dur=390.000105
- x-request-id: d43a5f90-d105-4dcd-a428-4ad187716bfe-1733776755

2024-12-09T20:39:16.012Z: Sending "Admin" GraphQL request:
query getThemeFileChecksums($id: ID!, $after: String) {
theme(id: $id) {
  files(first: 250, after: $after) {
    nodes {
      filename
      size
      checksumMd5
      __typename
    }
    userErrors {
      filename
      code
      __typename
    }
    pageInfo {
      hasNextPage
      endCursor
      __typename
    }
    __typename
  }
  __typename
}
}

With variables:
{
"id": "gid://shopify/OnlineStoreTheme/125030170675",
"after": "InNuaXBwZXRzXC9wcm9kdWN0X19lbWJsZW0td2l6YXJkLmxpcXVpZCI="
}

With request headers:
- X-Shopify-Shop: olsatools.myshopify.com
- User-Agent: Shopify CLI; v=3.71.5
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json

to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json
2024-12-09T20:39:16.577Z: Request to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json completed in 564 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"c94f016bd2ef34ed40eeaf4bbc73c07a"
- server-timing: processing;dur=281, socket_queue;dur=2.6, cfRequestDuration;dur=446.000099
- x-request-id: 7c5c22ea-ad76-4dac-b0bd-b308354f98c9-1733776756

2024-12-09T20:39:16.643Z: Ignoring theme file assets/global-css__index.css via .shopifyignore...
2024-12-09T20:39:16.696Z: Ignoring theme file config/settings_data.json via .shopifyignore...
2024-12-09T20:39:16.698Z: Ignoring theme file config/settings_schema.json via .shopifyignore...
2024-12-09T20:39:16.805Z: Ignoring theme file templates/404.json via .shopifyignore...
2024-12-09T20:39:16.807Z: Ignoring theme file templates/collection.json via .shopifyignore...
2024-12-09T20:39:16.808Z: Ignoring theme file templates/index.json via .shopifyignore...
2024-12-09T20:39:16.809Z: Ignoring theme file templates/page.about-us.json via .shopifyignore...
2024-12-09T20:39:16.809Z: Ignoring theme file templates/page.ambassadors.json via .shopifyignore...
2024-12-09T20:39:16.810Z: Ignoring theme file templates/page.authorized-dealers.json via .shopifyignore...
2024-12-09T20:39:16.810Z: Ignoring theme file templates/page.become-dealer.json via .shopifyignore...
2024-12-09T20:39:16.811Z: Ignoring theme file templates/page.earn-cashback.json via .shopifyignore...
2024-12-09T20:39:16.812Z: Ignoring theme file templates/page.faq.json via .shopifyignore...
2024-12-09T20:39:16.812Z: Ignoring theme file templates/page.human-resources.json via .shopifyignore...
2024-12-09T20:39:16.812Z: Ignoring theme file templates/page.next-drop.json via .shopifyignore...
2024-12-09T20:39:16.813Z: Ignoring theme file templates/page.our-partners.json via .shopifyignore...
2024-12-09T20:39:16.813Z: Ignoring theme file templates/page.pf-db23c4bb.json via .shopifyignore...
2024-12-09T20:39:16.814Z: Ignoring theme file templates/page.submit-your-product-suggestion.json via .shopifyignore...
2024-12-09T20:39:16.814Z: Ignoring theme file templates/page.support.json via .shopifyignore...
2024-12-09T20:39:16.815Z: Ignoring theme file templates/page.warranty.json via .shopifyignore...
2024-12-09T20:39:16.815Z: Ignoring theme file templates/product.80STPARENT.json via .shopifyignore...
2024-12-09T20:39:16.815Z: Ignoring theme file templates/product.ALSR.json via .shopifyignore...
2024-12-09T20:39:16.815Z: Ignoring theme file templates/product.ALSRPEC-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.815Z: Ignoring theme file templates/product.B-IS-CS-MSKH3R12-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.815Z: Ignoring theme file templates/product.B-IS-MSKH12-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.B-MSCWH-MGBIT-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.B-MSKH-SHR-TBL-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.BB-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.BV-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.CANHOLDER-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.CLK-TQWR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.CS-10MM-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.CS-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.CUPHOLDER-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.CWH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.CWRS-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.DBH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.DIGI-CALIPER-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.DPRO-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.ELECDIS-PLR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.EMBLEM-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.EW-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.EXBB-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.EXTPRYBAR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.FRMVR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.GRATCHET-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.HBO-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.816Z: Ignoring theme file templates/product.HBOXL-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.IPB-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.IS-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.ISS-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.KNLPD-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.LI-EXT-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MAGPAD-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MAGWRENCHHOLDER-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MALSR.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MGBIT-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MGWRHRCK-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MSCWH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MSI-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MSKH-CS-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MSKH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MSKH3R-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.MSKT-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.OT-01-100TRTCHTWRNCH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.OT-01-TBL-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.PLASTIC-SOCKET-TRAYS.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.PLOROR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.PLWR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.POCKET-PRY-BAR-3PC.json via .shopifyignore...
2024-12-09T20:39:16.817Z: Ignoring theme file templates/product.POCKET-PRYBAR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.PRYBAR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.PTWRRCK-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.RHPB-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.RCRIMPER-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.SBM-TQWR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.SHR-90T-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.SIS-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.SIZEFINDER-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.SP-OE-WRENCH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.SRWRENCH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.ST-3R-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.TBL-NOHOLES-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.TQSD-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.TWT-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.TX-SD-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.UJNT-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.USR-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.WBLSKTEXTN-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.WEXTENDER-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.WH-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.818Z: Ignoring theme file templates/product.WIPES-PARENT.json via .shopifyignore...
2024-12-09T20:39:16.819Z: Ignoring theme file templates/product.json via .shopifyignore...
2024-12-09T20:39:16.819Z: Ignoring theme file templates/product.olsa-default.json via .shopifyignore...
2024-12-09T20:39:16.825Z: Files to be uploaded:
-assets/100-satisfaction-guaranteed.svg
-assets/free-shipping.svg
-assets/gsap.scrolltrigger.js
-assets/wbfu__30min.svg
-assets/wbfu__90d.svg
-assets/wbfu__warranty.svg
-assets/wbfu__satisfaction.svg
-sections/product__reviews.liquid
-templates/blog.json
2024-12-09T20:39:16.826Z: Uploading the following files:
-assets/100-satisfaction-guaranteed.svg
-assets/free-shipping.svg
-assets/gsap.scrolltrigger.js
-assets/wbfu__30min.svg
-assets/wbfu__90d.svg
-assets/wbfu__warranty.svg
-assets/wbfu__satisfaction.svg
2024-12-09T20:39:16.826Z: Sending "Admin" GraphQL request:
mutation themeFilesUpsert($files: [OnlineStoreThemeFilesUpsertFileInput!]!, $themeId: ID!) {
themeFilesUpsert(files: $files, themeId: $themeId) {
  upsertedThemeFiles {
    filename
    __typename
  }
  userErrors {
    filename
    message
    __typename
  }
  __typename
}
}

With variables:
{
"themeId": "gid://shopify/OnlineStoreTheme/125030170675",
"files": [
  {
    "filename": "assets/100-satisfaction-guaranteed.svg",
    "body": {
      "type": "TEXT",
      "value": "<svg width=\"37\" height=\"38\" viewBox=\"0 0 37 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M32.7172 7.32953L18.5071 3.20291C18.2956 3.14005 18.0705 3.14005 17.8591 3.20291L3.64893 7.33522C3.41585 7.40584 3.21161 7.54946 3.0663 7.74491C2.92099 7.94037 2.84229 8.17732 2.8418 8.42087V20.8292C2.8418 31.6289 17.2963 35.3633 17.9159 35.5168C18.0051 35.5391 18.0968 35.5506 18.1887 35.5509C18.2887 35.5524 18.3883 35.5389 18.4843 35.5111C19.371 35.2894 33.5357 31.5265 33.5357 20.8292V8.42087C33.5357 8.1749 33.4559 7.93556 33.3083 7.73878C33.1607 7.54201 32.9533 7.3984 32.7172 7.32953ZM31.2621 20.8292C31.2621 29.1279 20.0986 32.7088 18.1887 33.2374C16.2789 32.7088 5.11542 29.1449 5.11542 20.8292V9.27916L18.1887 5.47085L31.2621 9.27916V20.8292Z\" fill=\"#BE1E2D\"/>\r\n<path d=\"M17.0498 12.2462V13.4342C16.2109 13.581 15.4573 14.0365 14.9372 14.711C14.4171 15.3855 14.1682 16.2301 14.2395 17.0788C14.3108 17.9275 14.697 18.7189 15.3223 19.2972C15.9475 19.8755 16.7665 20.1989 17.6182 20.2039H19.3234C19.6249 20.2039 19.9141 20.3236 20.1273 20.5368C20.3405 20.75 20.4603 21.0392 20.4603 21.3407C20.4603 21.6422 20.3405 21.9313 20.1273 22.1445C19.9141 22.3577 19.6249 22.4775 19.3234 22.4775H15.913C15.6115 22.4775 15.3224 22.5973 15.1092 22.8104C14.896 23.0236 14.7762 23.3128 14.7762 23.6143C14.7762 23.9158 14.896 24.205 15.1092 24.4181C15.3224 24.6313 15.6115 24.7511 15.913 24.7511H17.0498V25.8879C17.0498 26.1894 17.1696 26.4786 17.3828 26.6918C17.596 26.905 17.8851 27.0247 18.1866 27.0247C18.4881 27.0247 18.7773 26.905 18.9905 26.6918C19.2037 26.4786 19.3234 26.1894 19.3234 25.8879V24.7511C20.2279 24.7511 21.0954 24.3918 21.735 23.7522C22.3746 23.1126 22.7339 22.2452 22.7339 21.3407C22.7339 20.4362 22.3746 19.5687 21.735 18.9291C21.0954 18.2896 20.2279 17.9302 19.3234 17.9302H17.6182C17.3167 17.9302 17.0276 17.8105 16.8144 17.5973C16.6012 17.3841 16.4814 17.0949 16.4814 16.7934C16.4814 16.4919 16.6012 16.2028 16.8144 15.9896C17.0276 15.7764 17.3167 15.6566 17.6182 15.6566H21.0287C21.3302 15.6566 21.6193 15.5368 21.8325 15.3237C22.0457 15.1105 22.1655 14.8213 22.1655 14.5198C22.1655 14.2183 22.0457 13.9292 21.8325 13.716C21.6193 13.5028 21.3302 13.383 21.0287 13.383H19.3234V12.2462C19.3234 11.9447 19.2037 11.6555 18.9905 11.4423C18.7773 11.2291 18.4881 11.1094 18.1866 11.1094C17.8851 11.1094 17.596 11.2291 17.3828 11.4423C17.1696 11.6555 17.0498 11.9447 17.0498 12.2462Z\" fill=\"#BE1E2D\"/>\r\n</svg>\r\n"
    }
  },
  {
    "filename": "assets/free-shipping.svg",
    "body": {
      "type": "TEXT",
      "value": "<svg width=\"39\" height=\"39\" viewBox=\"0 0 39 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<g clip-path=\"url(#clip0_1892_352)\">\r\n<path d=\"M0 7.31982V9.75585H23.1422V28.026H15.6438C15.1014 25.9326 13.2173 24.372 10.9621 24.372C8.70688 24.372 6.82277 25.9326 6.28037 28.026H4.87205V21.936H2.43602V30.462H6.28037C6.82277 32.5555 8.70688 34.1161 10.9621 34.1161C13.2173 34.1161 15.1014 32.5555 15.6438 30.462H25.7686C26.311 32.5555 28.1951 34.1161 30.4503 34.1161C32.7055 34.1161 34.5896 32.5555 35.132 30.462H38.9764V20.5276L38.9003 20.3373L36.4642 13.0293L36.1978 12.1919H25.5782V7.31982H0ZM1.21801 12.1919V14.6279H12.1801V12.1919H1.21801ZM25.5782 14.6279H34.4469L36.5404 20.8702V28.026H35.132C34.5896 25.9326 32.7055 24.372 30.4503 24.372C28.1951 24.372 26.311 25.9326 25.7686 28.026H25.5782V14.6279ZM2.43602 17.0639V19.4999H9.74409V17.0639H2.43602ZM10.9621 26.808C12.3229 26.808 13.3981 27.8833 13.3981 29.244C13.3981 30.6048 12.3229 31.6801 10.9621 31.6801C9.60136 31.6801 8.52608 30.6048 8.52608 29.244C8.52608 27.8833 9.60136 26.808 10.9621 26.808ZM30.4503 26.808C31.811 26.808 32.8863 27.8833 32.8863 29.244C32.8863 30.6048 31.811 31.6801 30.4503 31.6801C29.0896 31.6801 28.0143 30.6048 28.0143 29.244C28.0143 27.8833 29.0896 26.808 30.4503 26.808Z\" fill=\"#BE1E2D\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0_1892_352\">\r\n<rect width=\"38.9764\" height=\"38.9764\" fill=\"white\" transform=\"translate(0 0.0117188)\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n"
    }
  },
  {
    "filename": "assets/gsap.scrolltrigger.js",
    "body": {
      "type": "TEXT",
      "value": ""
    }
  },
  {
    "filename": "assets/wbfu__30min.svg",
    "body": {
      "type": "TEXT",
      "value": "<svg width=\"39\" height=\"37\" viewBox=\"0 0 39 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M6.43876 13.9849C6.43876 6.68922 12.3531 0.774902 19.6487 0.774902C26.9444 0.774902 32.8587 6.68922 32.8587 13.9849V15.9388C36.0595 16.3968 38.5201 19.1496 38.5201 22.477V22.9488C38.5201 26.2988 35.6309 29.2356 32.2318 29.0784C30.8346 33.0789 27.2849 35.7751 23.4511 36.4594C22.5655 36.783 21.5149 36.6305 20.5923 36.6305C19.029 36.6305 17.7616 35.3631 17.7616 33.7998C17.7616 32.2365 19.029 30.9691 20.5923 30.9691C22.0896 30.9691 23.7461 30.7527 24.7563 32.1176C27.2039 30.9538 29.0844 28.4941 29.0844 25.3077V13.9849C29.0844 8.77369 24.8599 4.54918 19.6487 4.54918C14.4376 4.54918 10.213 8.77369 10.213 13.9849V25.7795C10.213 27.6034 8.73447 29.082 6.91055 29.082C3.52326 29.082 0.777344 26.336 0.777344 22.9488V22.477C0.777344 19.1496 3.23789 16.3968 6.43876 15.9388V13.9849Z\" fill=\"#BE1E2D\"/>\r\n</svg>\r\n"
    }
  },
  {
    "filename": "assets/wbfu__90d.svg",
    "body": {
      "type": "TEXT",
      "value": "<svg width=\"46\" height=\"46\" viewBox=\"0 0 46 46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.7025 32.0957C33.2716 32.0958 32.8583 32.267 32.5536 32.5718C32.4022 32.7227 32.2822 32.9021 32.2003 33.0995C32.1183 33.2969 32.0762 33.5085 32.0762 33.7223C32.0762 33.936 32.1183 34.1477 32.2003 34.3451C32.2822 34.5425 32.4022 34.7219 32.5536 34.8728L33.7025 36.0217L32.5536 37.1707C32.2489 37.4754 32.0778 37.8887 32.0778 38.3196C32.0778 38.7505 32.2489 39.1638 32.5536 39.4685C32.8583 39.7732 33.2716 39.9443 33.7025 39.9443C34.1334 39.9443 34.5467 39.7732 34.8514 39.4685L36.0004 38.3196L37.1493 39.4685C37.454 39.7732 37.8673 39.9443 38.2982 39.9443C38.7291 39.9443 39.1424 39.7732 39.4471 39.4685C39.7518 39.1638 39.923 38.7505 39.923 38.3196C39.923 37.8887 39.7518 37.4754 39.4471 37.1707L38.2982 36.0217L39.4471 34.8728C39.5985 34.7219 39.7185 34.5425 39.8005 34.3451C39.8824 34.1477 39.9246 33.936 39.9246 33.7223C39.9246 33.5085 39.8824 33.2969 39.8005 33.0995C39.7185 32.9021 39.5985 32.7227 39.4471 32.5718C39.1424 32.267 38.7292 32.0958 38.2982 32.0957C37.8673 32.0958 37.454 32.267 37.1493 32.5718L36.0004 33.7207L34.8514 32.5718C34.5467 32.267 34.1335 32.0958 33.7025 32.0957Z\" fill=\"#BE1E2D\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.375 29.522C7.94402 29.522 7.5307 29.6932 7.22595 29.9979C6.9212 30.3026 6.75 30.716 6.75 31.147C6.75 31.5779 6.9212 31.9913 7.22595 32.296C7.5307 32.6007 7.94402 32.772 8.375 32.772H13.25C13.681 32.772 14.0943 32.6007 14.399 32.296C14.7038 31.9913 14.875 31.5779 14.875 31.147C14.875 30.716 14.7038 30.3026 14.399 29.9979C14.0943 29.6932 13.681 29.522 13.25 29.522H8.375Z\" fill=\"#BE1E2D\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.74988 0.271973C6.46946 0.27182 6.19377 0.344213 5.94963 0.48214C5.70548 0.620067 5.50117 0.818826 5.35657 1.05908L0.481565 9.18408C0.467555 9.22066 0.454885 9.25772 0.443554 9.29522C0.393513 9.40183 0.355188 9.51358 0.329296 9.62847C0.299911 9.72581 0.279736 9.82569 0.269018 9.92681C0.261734 9.95835 0.255388 9.99015 0.25 10.0221V37.6471C0.250043 38.078 0.421263 38.4913 0.726 38.796C1.03074 39.1008 1.44404 39.272 1.875 39.2721H26.8118C28.1569 43.0503 31.773 45.7721 36 45.7721C41.3655 45.7721 45.75 41.3876 45.75 36.0221C45.75 31.2106 42.2222 27.1912 37.625 26.4117V10.0221C37.6219 10.0083 37.6187 9.99448 37.6153 9.98076C37.612 9.79074 37.5755 9.60275 37.5073 9.42534C37.4982 9.40615 37.4887 9.38714 37.4788 9.36831C37.4541 9.30523 37.4255 9.24375 37.3931 9.18423L32.5181 1.05923C32.3735 0.818957 32.1692 0.620192 31.9251 0.482239C31.681 0.344286 31.4053 0.271846 31.1249 0.271973H6.74988ZM7.67029 3.52197H14.5258L13.5768 8.39697H4.74402L7.67029 3.52197ZM17.8392 3.52197H21.67L22.6508 8.39697H16.8903L17.8392 3.52197ZM24.9867 3.52197H30.2045L33.1307 8.39697H25.9674L24.9867 3.52197ZM3.49988 11.647H13.2499V24.647C13.25 24.9683 13.3454 25.2823 13.524 25.5495C13.7025 25.8166 13.9563 26.0248 14.2532 26.1478C14.55 26.2708 14.8767 26.303 15.1918 26.2403C15.507 26.1777 15.7965 26.023 16.0238 25.7959L19.7499 22.0698L23.476 25.7959C23.7032 26.023 23.9928 26.1777 24.3079 26.2403C24.6231 26.303 24.9497 26.2708 25.2466 26.1478C25.5435 26.0248 25.7972 25.8166 25.9758 25.5495C26.1544 25.2823 26.2497 24.9683 26.2499 24.647V11.647H34.3749V26.4116C29.7776 27.1911 26.2499 31.2105 26.2499 36.022H3.49988V11.647ZM16.4999 11.647H22.9999V20.7241L20.8988 18.623C20.594 18.3184 20.1808 18.1473 19.7499 18.1473C19.319 18.1473 18.9057 18.3184 18.601 18.623L16.4999 20.7241V11.647ZM35.9999 29.522C39.609 29.522 42.4999 32.4129 42.4999 36.022C42.4999 39.6311 39.609 42.522 35.9999 42.522C32.9118 42.522 30.3499 40.4046 29.6744 37.5327C29.6647 37.3888 29.6359 37.2469 29.5888 37.1106C29.5298 36.7564 29.4999 36.3938 29.4999 36.022C29.4999 32.4129 32.3908 29.522 35.9999 29.522Z\" fill=\"#BE1E2D\"/>\r\n</svg>\r\n"
    }
  },
  {
    "filename": "assets/wbfu__warranty.svg",
    "body": {
      "type": "TEXT",
      "value": "<svg width=\"41\" height=\"41\" viewBox=\"0 0 41 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M20.5007 0C16.5456 0.00288022 12.6757 1.14983 9.35778 3.30255C6.03982 5.45527 3.41544 8.52184 1.80107 12.1325C0.186706 15.7431 -0.348712 19.7437 0.259379 23.6518C0.86747 27.5599 2.5931 31.2087 5.22821 34.1581C5.62956 34.6344 6.05732 35.0879 6.50946 35.5163C6.79133 35.7853 7.08602 36.0544 7.39352 36.3106C7.70102 36.5669 8.14946 36.9 8.52102 37.1562H7.68821C7.3484 37.1562 7.02251 37.2912 6.78223 37.5315C6.54195 37.7718 6.40696 38.0977 6.40696 38.4375C6.40696 38.7773 6.54195 39.1032 6.78223 39.3435C7.02251 39.5838 7.3484 39.7188 7.68821 39.7188H11.532C11.8718 39.7188 12.1977 39.5838 12.4379 39.3435C12.6782 39.1032 12.8132 38.7773 12.8132 38.4375V34.5938C12.8132 34.2539 12.6782 33.9281 12.4379 33.6878C12.1977 33.4475 11.8718 33.3125 11.532 33.3125C11.1922 33.3125 10.8663 33.4475 10.626 33.6878C10.3857 33.9281 10.2507 34.2539 10.2507 34.5938V35.1959C9.86633 34.9269 9.46915 34.645 9.05915 34.3247C8.64915 34.0044 8.55946 33.8891 8.32883 33.6584C8.09821 33.4278 7.52165 32.8769 7.13727 32.4541C4.40006 29.3918 2.79668 25.4829 2.59504 21.3806C2.39341 17.2783 3.60573 13.231 6.02944 9.91507C8.45315 6.59914 11.9414 4.21543 15.9114 3.16224C19.8813 2.10905 24.0925 2.45018 27.8411 4.12864C31.5898 5.80709 34.6489 8.72119 36.5073 12.384C38.3657 16.0468 38.9108 20.2364 38.0514 24.2528C37.1921 28.2692 34.9805 31.869 31.7861 34.4508C28.5917 37.0326 24.608 38.4398 20.5007 38.4375C19.2957 38.4426 18.0934 38.3223 16.9132 38.0788C16.745 38.0451 16.5717 38.0449 16.4034 38.0782C16.2351 38.1115 16.0749 38.1776 15.9322 38.2728C15.7894 38.368 15.6668 38.4904 15.5713 38.6329C15.4758 38.7755 15.4094 38.9355 15.3757 39.1038C15.3421 39.272 15.3419 39.4452 15.3752 39.6136C15.4085 39.7819 15.4746 39.942 15.5698 40.0848C15.665 40.2276 15.7873 40.3502 15.9299 40.4457C16.0725 40.5411 16.2325 40.6076 16.4007 40.6413C19.1923 41.1689 22.063 41.1105 24.8308 40.4699C27.5986 39.8293 30.2031 38.6203 32.4789 36.9198C34.7547 35.2192 36.6522 33.0642 38.051 30.5915C39.4498 28.1187 40.3194 25.3822 40.6045 22.5556C40.8897 19.7289 40.5842 16.8739 39.7075 14.1716C38.8307 11.4693 37.4019 8.97867 35.5116 6.85783C33.6213 4.737 31.3108 3.03223 28.7267 1.85167C26.1427 0.671117 23.3414 0.0405571 20.5007 0Z\" fill=\"#BE1E2D\"/>\r\n<path d=\"M33.3135 20.5C33.3135 17.9659 32.562 15.4888 31.1542 13.3818C29.7463 11.2748 27.7453 9.63255 25.4041 8.6628C23.0629 7.69305 20.4868 7.43932 18.0014 7.93369C15.516 8.42807 13.233 9.64834 11.4412 11.4402C9.64932 13.2321 8.42904 15.515 7.93467 18.0004C7.4403 20.4858 7.69403 23.062 8.66378 25.4031C9.63352 27.7443 11.2757 29.7454 13.3827 31.1532C15.4897 32.5611 17.9669 33.3125 20.501 33.3125C23.8991 33.3125 27.158 31.9626 29.5608 29.5598C31.9636 27.157 33.3135 23.8981 33.3135 20.5ZM10.251 20.5C10.251 18.4727 10.8521 16.491 11.9784 14.8054C13.1047 13.1198 14.7055 11.806 16.5785 11.0302C18.4514 10.2544 20.5124 10.0515 22.5007 10.447C24.489 10.8425 26.3153 11.8187 27.7488 13.2522C29.1823 14.6856 30.1585 16.512 30.554 18.5003C30.9495 20.4886 30.7465 22.5496 29.9707 24.4225C29.195 26.2955 27.8812 27.8963 26.1956 29.0226C24.51 30.1489 22.5282 30.75 20.501 30.75C17.7825 30.75 15.1754 29.6701 13.2531 27.7479C11.3309 25.8256 10.251 23.2185 10.251 20.5Z\" fill=\"#BE1E2D\"/>\r\n<path d=\"M21.7822 26.9062V26.6756C22.6296 26.3682 23.342 25.7726 23.7948 24.9932C24.2476 24.2137 24.412 23.2999 24.2594 22.4115C24.1067 21.5231 23.6467 20.7166 22.9597 20.1329C22.2727 19.5493 21.4024 19.2257 20.501 19.2188C20.1612 19.2188 19.8353 19.0838 19.595 18.8435C19.3547 18.6032 19.2197 18.2773 19.2197 17.9375C19.2197 17.5977 19.3547 17.2718 19.595 17.0315C19.8353 16.7912 20.1612 16.6562 20.501 16.6562H23.0635C23.4033 16.6562 23.7292 16.5213 23.9695 16.281C24.2097 16.0407 24.3447 15.7148 24.3447 15.375C24.3447 15.0352 24.2097 14.7093 23.9695 14.469C23.7292 14.2287 23.4033 14.0938 23.0635 14.0938H21.7822C21.7822 13.7539 21.6472 13.4281 21.407 13.1878C21.1667 12.9475 20.8408 12.8125 20.501 12.8125C20.1612 12.8125 19.8353 12.9475 19.595 13.1878C19.3547 13.4281 19.2197 13.7539 19.2197 14.0938V14.3244C18.3723 14.6318 17.66 15.2274 17.2072 16.0068C16.7544 16.7863 16.5899 17.7001 16.7426 18.5885C16.8952 19.4769 17.3553 20.2834 18.0423 20.8671C18.7293 21.4507 19.5996 21.7743 20.501 21.7812C20.8408 21.7812 21.1667 21.9162 21.407 22.1565C21.6472 22.3968 21.7822 22.7227 21.7822 23.0625C21.7822 23.4023 21.6472 23.7282 21.407 23.9685C21.1667 24.2088 20.8408 24.3438 20.501 24.3438H17.9385C17.5987 24.3438 17.2728 24.4787 17.0325 24.719C16.7922 24.9593 16.6572 25.2852 16.6572 25.625C16.6572 25.9648 16.7922 26.2907 17.0325 26.531C17.2728 26.7713 17.5987 26.9062 17.9385 26.9062H19.2197C19.2197 27.2461 19.3547 27.572 19.595 27.8122C19.8353 28.0525 20.1612 28.1875 20.501 28.1875C20.8408 28.1875 21.1667 28.0525 21.407 27.8122C21.6472 27.572 21.7822 27.2461 21.7822 26.9062Z\" fill=\"#BE1E2D\"/>\r\n</svg>\r\n"
    }
  },
  {
    "filename": "assets/wbfu__satisfaction.svg",
    "body": {
      "type": "TEXT",
      "value": "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<g clip-path=\"url(#clip0_1917_789)\">\r\n<path d=\"M19.9998 30C17.4748 30 15.5448 28.74 14.3323 27.6375C13.818 27.1684 13.3461 26.6548 12.9223 26.1025C12.7315 25.8585 12.5546 25.6039 12.3923 25.34C12.1459 24.9148 12.0763 24.4098 12.1985 23.9337C12.3207 23.4577 12.625 23.0487 13.0457 22.7947C13.4665 22.5407 13.9702 22.4621 14.4483 22.5758C14.9265 22.6895 15.3409 22.9863 15.6023 23.4025C15.9591 23.9374 16.3788 24.4276 16.8523 24.8625C17.7048 25.6375 18.7748 26.25 19.9998 26.25C21.2248 26.25 22.2948 25.635 23.1448 24.8625C23.6184 24.4276 24.0381 23.9374 24.3948 23.4025C24.6518 22.9765 25.0674 22.67 25.5503 22.5504C26.0332 22.4309 26.5438 22.5081 26.9698 22.765C27.3958 23.0219 27.7023 23.4376 27.8219 23.9205C27.9414 24.4034 27.8643 24.914 27.6073 25.34L27.0773 26.1025C26.7573 26.52 26.2848 27.0775 25.6673 27.6375C24.4548 28.7375 22.5248 30 19.9998 30ZM12.4998 15C12.4998 14.337 12.7632 13.7011 13.2321 13.2322C13.7009 12.7634 14.3368 12.5 14.9998 12.5H15.0173C15.6804 12.5 16.3163 12.7634 16.7851 13.2322C17.2539 13.7011 17.5173 14.337 17.5173 15C17.5173 15.663 17.2539 16.2989 16.7851 16.7678C16.3163 17.2366 15.6804 17.5 15.0173 17.5H14.9998C14.3368 17.5 13.7009 17.2366 13.2321 16.7678C12.7632 16.2989 12.4998 15.663 12.4998 15ZM24.9998 12.5C24.3368 12.5 23.7009 12.7634 23.2321 13.2322C22.7632 13.7011 22.4998 14.337 22.4998 15C22.4998 15.663 22.7632 16.2989 23.2321 16.7678C23.7009 17.2366 24.3368 17.5 24.9998 17.5H25.0173C25.6804 17.5 26.3163 17.2366 26.7851 16.7678C27.2539 16.2989 27.5173 15.663 27.5173 15C27.5173 14.337 27.2539 13.7011 26.7851 13.2322C26.3163 12.7634 25.6804 12.5 25.0173 12.5H24.9998Z\" fill=\"#BE1E2D\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0ZM3.75 20C3.75 15.6902 5.46205 11.557 8.50951 8.50951C11.557 5.46205 15.6902 3.75 20 3.75C24.3098 3.75 28.443 5.46205 31.4905 8.50951C34.538 11.557 36.25 15.6902 36.25 20C36.25 24.3098 34.538 28.443 31.4905 31.4905C28.443 34.538 24.3098 36.25 20 36.25C15.6902 36.25 11.557 34.538 8.50951 31.4905C5.46205 28.443 3.75 24.3098 3.75 20Z\" fill=\"#BE1E2D\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0_1917_789\">\r\n<rect width=\"40\" height=\"40\" fill=\"white\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n"
    }
  }
]
}

With request headers:
- X-Shopify-Shop: olsatools.myshopify.com
- User-Agent: Shopify CLI; v=3.71.5
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json

to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json
2024-12-09T20:39:16.830Z: Uploading the following files:
-sections/product__reviews.liquid
2024-12-09T20:39:16.830Z: Sending "Admin" GraphQL request:
mutation themeFilesUpsert($files: [OnlineStoreThemeFilesUpsertFileInput!]!, $themeId: ID!) {
themeFilesUpsert(files: $files, themeId: $themeId) {
  upsertedThemeFiles {
    filename
    __typename
  }
  userErrors {
    filename
    message
    __typename
  }
  __typename
}
}

With variables:
{
"themeId": "gid://shopify/OnlineStoreTheme/125030170675",
"files": [
  {
    "filename": "sections/product__reviews.liquid",
    "body": {
      "type": "TEXT",
      "value": ""
    }
  }
]
}

With request headers:
- X-Shopify-Shop: olsatools.myshopify.com
- User-Agent: Shopify CLI; v=3.71.5
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json

to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json
╭─ success ────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                      │
│  Preview your theme (t)                                                                              │
│    • http://127.0.0.1:57077                                                                          │
│                                                                                                      │
│  Next steps                                                                                          │
│    • Share your theme preview (p) https://olsatools.myshopify.com/?preview_theme_id=125030170675     │
│    • Customize your theme at the theme editor (e)                                                    │
│    • Preview your gift cards (g)                                                                     │
│                                                                                                      │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────╯

2024-12-09T20:39:16.863Z:
Running system process:
· Command: npm prefix
· Working directory: /Users/olsatools/Documents/Olsa Tools Codebase/Shopify Theme Codebase/olsa-tools-shopify-2.0

2024-12-09T20:39:17.098Z: Obtaining the dependency manager in directory /Users/olsatools/Documents/Olsa Tools Codebase/Shopify Theme Codebase/olsa-tools-shopify-2.0...
2024-12-09T20:39:17.531Z: Request to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json completed in 698 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"48d15862c73c54197ce79b3cde17019b"
- server-timing: processing;dur=306, socket_queue;dur=7.814, cfRequestDuration;dur=417.000055
- x-request-id: 7c113737-3014-4820-8eb2-e20bcf608309-1733776757

2024-12-09T20:39:17.531Z: File Upload Results:
-sections/product__reviews.liquid: success
2024-12-09T20:39:17.531Z: Uploading the following files:
-templates/blog.json
2024-12-09T20:39:17.532Z: Sending "Admin" GraphQL request:
mutation themeFilesUpsert($files: [OnlineStoreThemeFilesUpsertFileInput!]!, $themeId: ID!) {
themeFilesUpsert(files: $files, themeId: $themeId) {
  upsertedThemeFiles {
    filename
    __typename
  }
  userErrors {
    filename
    message
    __typename
  }
  __typename
}
}

With variables:
{
"themeId": "gid://shopify/OnlineStoreTheme/125030170675",
"files": [
  {
    "filename": "templates/blog.json",
    "body": {
      "type": "TEXT",
      "value": "{\n  \"wrapper\": \"main.OT-container\",\n  \"sections\": {\n    \"main\": {\n      \"type\": \"blog\"\n    }\n  },\n  \"order\": [\n    \"main\"\n  ]\n}"
    }
  }
]
}

With request headers:
- X-Shopify-Shop: olsatools.myshopify.com
- User-Agent: Shopify CLI; v=3.71.5
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json

to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json
2024-12-09T20:39:17.733Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 379 ms
With response headers:
- x-request-id: e9ba6981-dce8-4055-b9bf-923f14250af9

2024-12-09T20:39:17.733Z: Analytics event sent: {
"command": "theme dev",
"time_start": 1733776746882,
"time_end": 1733776756855,
"total_time": 9973,
"success": true,
"cli_version": "3.71.5",
"ruby_version": "",
"node_version": "22.11.0",
"is_employee": false,
"uname": "darwin amd64",
"env_ci": false,
"env_plugin_installed_any_custom": false,
"env_plugin_installed_shopify": "[\"@shopify/cli\"]",
"env_shell": "zsh",
"env_device_id": "01bc2471e4f494ee113ff1c190e76b88a139f5ec",
"env_cloud": "localhost",
"env_package_manager": "unknown",
"env_is_global": true,
"env_auth_method": "theme_access_token",
"cmd_app_warning_api_key_deprecation_displayed": false,
"cmd_all_timing_network_ms": 9500,
"cmd_all_timing_prompts_ms": 0,
"cmd_all_launcher": "unknown",
"cmd_all_topic": "theme",
"cmd_all_plugin": "@shopify/theme",
"cmd_all_force": false,
"cmd_all_verbose": true,
"cmd_all_path_override": true,
"cmd_all_path_override_hash": "3cf7f6483a3294685b41f615144a044a80e6fa32",
"cmd_all_last_graphql_request_id": "7c5c22ea-ad76-4dac-b0bd-b308354f98c9-1733776756",
"cmd_all_timing_active_ms": 472,
"cmd_all_exit": "ok",
"user_id": "4e3a8b82-b229-185d-a12e-f16c4de57f04a7ba67f4",
"args": "-e=us_staging --verbose",
"cmd_all_environment_flags": "{\"store\":\"olsatools.myshopify.com\",\"theme\":\"125030170675\",\"password\":\"*****\",\"allow-live\":true}",
"env_plugin_installed_all": "[\"@shopify/cli\"]",
"metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}"
}
2024-12-09T20:39:17.734Z: Completed command theme dev
2024-12-09T20:39:18.150Z: Request to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json completed in 618 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"3bc56121c6422a713b85be51b559a1f3"
- server-timing: processing;dur=403, socket_queue;dur=7.7, cfRequestDuration;dur=502.999783
- x-request-id: 8418ea80-b5e5-45b8-aaaa-10fc909922b1-1733776757

2024-12-09T20:39:18.150Z: File Upload Results:
-templates/blog.json: success
2024-12-09T20:39:18.346Z: Request to https://theme-kit-access.shopifyapps.com/cli/admin/api/2024-10/graphql.json completed in 1516 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: application/json; charset=utf-8
- etag: W/"1205d0e9b327463a7ba6d3798e97f9c6"
- server-timing: processing;dur=1003, socket_queue;dur=5.14, cfRequestDuration;dur=1203.999996
- x-request-id: b2997f33-83b5-492c-9436-01b881e87b65-1733776757

2024-12-09T20:39:18.347Z: File Upload Results:
-assets/100-satisfaction-guaranteed.svg: success
-assets/free-shipping.svg: success
-assets/gsap.scrolltrigger.js: success
-assets/wbfu__30min.svg: success
-assets/wbfu__90d.svg: success
-assets/wbfu__warranty.svg: success
-assets/wbfu__satisfaction.svg: success

2024-12-09T20:39:33.825Z: → Rendering https://theme-kit-access.shopifyapps.com/cli/sfr/?_fd=0&pb=0 (with )...
2024-12-09T20:39:34.853Z: Request to https://theme-kit-access.shopifyapps.com/cli/sfr/?_fd=0&pb=0 completed in 1028 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: text/html; charset=utf-8
- etag: W/"2480da5cacd73f2f854695501626ed6d"
- server-timing: processing;dur=782, socket_queue;dur=1.703, cfRequestDuration;dur=895.999908
- x-request-id: 6d32db37-e2e7-4847-91af-a91cf75b2972-1733776774

2024-12-09T20:39:34.853Z: ← 200 (request_id: 6d32db37-e2e7-4847-91af-a91cf75b2972-1733776774)
• 13:39:34 Request »    GET 200 / 896ms
• 13:39:36 Request »    GET 404 /favicon.ico 86ms
2024-12-09T20:39:47.372Z: → Rendering https://theme-kit-access.shopifyapps.com/cli/sfr/pages/drawerpro-configurator?_fd=0&pb=0 (with )...
2024-12-09T20:39:48.106Z: Request to https://theme-kit-access.shopifyapps.com/cli/sfr/pages/drawerpro-configurator?_fd=0&pb=0 completed in 734 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: text/html; charset=utf-8
- etag: W/"60899068f80a88f158e0d54a3ac9a7e0"
- server-timing: processing;dur=484, socket_queue;dur=2.8, cfRequestDuration;dur=587.999821
- x-request-id: 55f6922d-be4e-4065-a959-be16a2b190e4-1733776787

2024-12-09T20:39:48.106Z: ← 200 (request_id: 55f6922d-be4e-4065-a959-be16a2b190e4-1733776787)
• 13:39:48 Request »    GET 200 /pages/drawerpro-configurator 588ms
• 13:39:48 Request »    GET 404 /favicon.ico 81ms
• 13:39:49 Request »    GET 404 /favicon.ico 86ms
2024-12-09T20:39:53.990Z: → Rendering https://theme-kit-access.shopifyapps.com/cli/sfr/pages/drawerpro-configurator?_fd=0&pb=0 (with )...
2024-12-09T20:39:54.741Z: Request to https://theme-kit-access.shopifyapps.com/cli/sfr/pages/drawerpro-configurator?_fd=0&pb=0 completed in 750 ms
With response headers:
- cache-control: max-age=0, private, must-revalidate
- content-type: text/html; charset=utf-8
- etag: W/"934cdaf0db7ee50e2a885c8ccc032a80"
- server-timing: processing;dur=381, socket_queue;dur=1.99, cfRequestDuration;dur=486.000061
- x-request-id: 1f45d1ad-cfec-4068-a10d-8bef445291b5-1733776794

2024-12-09T20:39:54.741Z: ← 200 (request_id: 1f45d1ad-cfec-4068-a10d-8bef445291b5-1733776794)
• 13:39:54 Request »    GET 200 /pages/drawerpro-configurator 486ms
╭─ error ──────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                      │
│  Theme ID mismatch: expected 125030170675 but got 125030400051.                                      │
│  Request ID: 1f45d1ad-cfec-4068-a10d-8bef445291b5-1733776794                                         │
│  URL: https://theme-kit-access.shopifyapps.com/cli/sfr/pages/drawerpro-configurator?_fd=0&pb=0       │
│                                                                                                      │
│  This is likely related to an issue in upstream Shopify APIs.                                        │
│  Please try again in a few minutes and report this issue:                                            │
│  https://github.com/Shopify/cli/issues/new?template=bug-report.yml                                   │
│                                                                                                      │

Reproduction steps

Operating System

Mac OS Sequoia

Shopify CLI version (shopify --version)

3.71.5

Shell

zsh

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

v22.11.0

What language and version are you using in your application?

No response

@xmadscientist xmadscientist added the Type: Bug Something isn't working label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants