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]: CLI always requesting reconciliation strategy for settings_data.json #4715

Open
2 tasks done
MaxDesignFR opened this issue Oct 22, 2024 · 0 comments
Open
2 tasks done
Assignees
Labels
Area: @shopify/theme @shopify/theme package issues moderate lowest severity for theme related bug Type: Bug Something isn't working

Comments

@MaxDesignFR
Copy link

MaxDesignFR commented Oct 22, 2024

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

The CLI should not ask for reconciliation strategy if there is no change between local and remote.

Actual behavior

Every time I run shopify theme dev --theme-editor-sync --store=store_id CLI keeps asking for reconciliation strategy for the same file:

The files listed below differ between the local and remote versions. What would you like to do?                                             │
│    • config/settings_data.json   

I tried both with local and remote, in both cases git detects no change. This bug has been around as long as I've started using the new CLI, not just this version. Maybe CLI does a change and revert it back instantaneously, but I can't tell since git don't detect any change whatsoever.

Verbose output

Verbose details
store_id=$(jq -r '.store' .vscode/settings.json) || read -p 'Enter store ID: ' store_id && shopify theme dev --theme-editor-sync --store=$store_id --verbose
2024-10-22T10:18:56.082Z: Running command theme dev
2024-10-22T10:18:56.095Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]

2024-10-22T10:18:56.095Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store 02074e.myshopify.com:
[]

2024-10-22T10:18:56.095Z: Getting session store...
2024-10-22T10:18:56.098Z: 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"
]
For applications:
{
  "adminApi": {
    "scopes": [],
    "storeFqdn": "02074e.myshopify.com"
  }
}

2024-10-22T10:18:56.098Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2024-10-22T10:18:56.099Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:56.344Z: Request to https://accounts.shopify.com/oauth/introspection completed in 244 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"f9d9ffa6a7fc8a335fe13d7f04d3cc92"
 - server-timing: processing;dur=24, socket_queue;dur=1.906, edge;dur=1.017, util;dur=0.0, cfRequestDuration;dur=146.000147
 - x-request-id: e34f0725-66c7-42d0-bf8a-91cbe391bd2e-1729592336
    
2024-10-22T10:18:56.346Z: The identity token is valid: true
2024-10-22T10:18:56.347Z: 
The validation of the token for application/identity completed with the following results:
- It's expired: false
- It's invalid in identity: false
  
2024-10-22T10:18:56.347Z: The current session is valid but needs refresh. Refreshing...
2024-10-22T10:18:56.348Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CjQI4PfduAYQgLDeuAZSJggBEhDAEW3svPJAFpYP1LFim5ubGhAkq2h2diFCPpLcR7Xb35j1EkC-bMrzj59Q0mXzBv-l_xrvmr3O31eJ8HLyrMoDUziyfoTZ5huBhnJiNszdhsnYr8F5A3uUjYlHunMRnD1pmgAL&refresh_token=atkn_CiEI4PfduAYQ4JH8uQaiARIKECSraHZ2IUI-ktxHtdvfmPUSQOyybhCjTAAItnQWxs8VIOhZky6NmnQiswatdrPckTGJGy0i9GFXzkBcj0eLqEWmpWtDYjWhrxTx7iDsMIDh8ww&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:56.612Z: Request to https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CjQI4PfduAYQgLDeuAZSJggBEhDAEW3svPJAFpYP1LFim5ubGhAkq2h2diFCPpLcR7Xb35j1EkC-bMrzj59Q0mXzBv-l_xrvmr3O31eJ8HLyrMoDUziyfoTZ5huBhnJiNszdhsnYr8F5A3uUjYlHunMRnD1pmgAL&refresh_token=atkn_CiEI4PfduAYQ4JH8uQaiARIKECSraHZ2IUI-ktxHtdvfmPUSQOyybhCjTAAItnQWxs8VIOhZky6NmnQiswatdrPckTGJGy0i9GFXzkBcj0eLqEWmpWtDYjWhrxTx7iDsMIDh8ww&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3 completed in 264 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"8fc0c9b37d8c9343cc5351e4dd6fd3a8"
 - server-timing: processing;dur=72, socket_queue;dur=1.687, edge;dur=1.014, util;dur=0.05, cfRequestDuration;dur=188.999891
 - x-request-id: 4f9e0468-6f11-4fdb-ab12-c4a0a3828619-1729592336
    
2024-10-22T10:18:56.614Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=271e16d403dfa18082ffb3d197bd2b5f4479c3fc32736d69296829cbb28d41a6&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&subject_token=****
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:56.614Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=ee139b3d-5861-4d45-b387-1bc3ada7811c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.storefront-renderer.devtools&subject_token=****
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:56.615Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=32ff8ee5-82b8-4d93-9f8a-c6997cefb7dc&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fdestinations.readonly&subject_token=****
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:56.615Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.graphql+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.themes+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.collaborator-relationships.readonly&subject_token=****&destination=https%3A%2F%2F02074e.myshopify.com%2Fadmin
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:56.850Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=271e16d403dfa18082ffb3d197bd2b5f4479c3fc32736d69296829cbb28d41a6&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&subject_token=**** completed in 236 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"20742e1203aa7f5ec7d1346c5e826e71"
 - server-timing: processing;dur=35, socket_queue;dur=1.732, edge;dur=1.014, util;dur=0.0, cfRequestDuration;dur=160.999775
 - x-request-id: 50fc726d-db04-401e-b513-602ac63f4c58-1729592336
    
2024-10-22T10:18:56.855Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=ee139b3d-5861-4d45-b387-1bc3ada7811c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.storefront-renderer.devtools&subject_token=**** completed in 241 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"0e92a2fe503be385aa04548cfe123a5b"
 - server-timing: processing;dur=48, socket_queue;dur=1.303, edge;dur=1.023, util;dur=0.1, cfRequestDuration;dur=169.000149
 - x-request-id: d8158f7a-ed92-4411-9d5e-fb03a6acc7be-1729592336
    
2024-10-22T10:18:56.859Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=32ff8ee5-82b8-4d93-9f8a-c6997cefb7dc&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fdestinations.readonly&subject_token=**** completed in 245 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"ce6e4ebdb826bb659d4d0aac625906d7"
 - server-timing: processing;dur=40, socket_queue;dur=2.027, edge;dur=1.014, util;dur=0.05, cfRequestDuration;dur=151.999950
 - x-request-id: dc0e2383-8137-4455-a1ff-db2655cb8200-1729592336
    
2024-10-22T10:18:56.863Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.graphql+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.themes+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.collaborator-relationships.readonly&subject_token=****&destination=https%3A%2F%2F02074e.myshopify.com%2Fadmin completed in 248 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"b336f32eb94fa6df0c1b2839a729ac55"
 - server-timing: processing;dur=41, socket_queue;dur=1.826, edge;dur=1.013, util;dur=0.0, cfRequestDuration;dur=160.000086
 - x-request-id: 674a82f9-166c-4dd8-bfef-7aeb25d5947d-1729592336
    
2024-10-22T10:18:56.864Z: Setting session store...
2024-10-22T10:18:56.869Z: Ensuring that the user is authenticated with the Storefront API with the following scopes:
[]

2024-10-22T10:18:56.869Z: Getting session store...
2024-10-22T10:18:56.870Z: 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"
]
For applications:
{
  "storefrontRendererApi": {
    "scopes": []
  }
}

2024-10-22T10:18:56.870Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2024-10-22T10:18:56.870Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:57.093Z: Request to https://accounts.shopify.com/oauth/introspection completed in 223 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"e252b23b4e29699ad445b95506026750"
 - server-timing: processing;dur=26, socket_queue;dur=1.909, edge;dur=0.015, util;dur=0.05, cfRequestDuration;dur=149.999857
 - x-request-id: d4d41859-aa26-44b0-8ea9-b68f52f07179-1729592336
    
2024-10-22T10:18:57.094Z: The identity token is valid: true
2024-10-22T10:18:57.094Z: 
The validation of the token for application/identity completed with the following results:
- It's expired: false
- It's invalid in identity: false
  
2024-10-22T10:18:57.095Z: Getting development theme...
2024-10-22T10:18:57.417Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439.json?fields=id%2Cname%2Crole%2Cprocessing completed in 321 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=201, cfRequestDuration;dur=250.999928
 - x-request-id: a2e405d6-17fd-49d1-b7f5-7de33dc101e5-1729592337
    
2024-10-22T10:18:57.444Z: Port 9292 is free
2024-10-22T10:18:57.462Z: Reading the content of file at assets/banner-maxdesign.css...
2024-10-22T10:18:57.463Z: Reading the content of file at assets/banner-maxdesign.js...
2024-10-22T10:18:57.463Z: Reading the content of file at assets/banner-maxdesign.min.js...
2024-10-22T10:18:57.463Z: Reading the content of file at assets/cart-maxdesign.css...
2024-10-22T10:18:57.463Z: Reading the content of file at assets/cart-maxdesign.js...
2024-10-22T10:18:57.464Z: Reading the content of file at assets/cart-maxdesign.min.js...
2024-10-22T10:18:57.464Z: Reading the content of file at assets/checkmark.svg.liquid...
2024-10-22T10:18:57.464Z: Reading the content of file at assets/country-flags-2x.png...
2024-10-22T10:18:57.464Z: Reading the content of file at assets/country-flags.css.liquid...
2024-10-22T10:18:57.464Z: Reading the content of file at assets/country-flags.png...
2024-10-22T10:18:57.465Z: Reading the content of file at assets/cursor-close.svg.liquid...
2024-10-22T10:18:57.465Z: Reading the content of file at assets/cursor-zoom-in.svg.liquid...
2024-10-22T10:18:57.465Z: Reading the content of file at assets/cursor-zoom-out.svg.liquid...
2024-10-22T10:18:57.465Z: Reading the content of file at assets/custom.css...
2024-10-22T10:18:57.465Z: Reading the content of file at assets/custom.js...
2024-10-22T10:18:57.465Z: Reading the content of file at assets/custom.min.js...
2024-10-22T10:18:57.466Z: Reading the content of file at assets/documentation.txt...
2024-10-22T10:18:57.466Z: Reading the content of file at assets/es-module-shims.min.js...
2024-10-22T10:18:57.466Z: Reading the content of file at assets/footer-maxdesign.css...
2024-10-22T10:18:57.466Z: Reading the content of file at assets/footer-maxdesign.js...
2024-10-22T10:18:57.466Z: Reading the content of file at assets/footer-maxdesign.min.js...
2024-10-22T10:18:57.466Z: Reading the content of file at assets/header-maxdesign.css...
2024-10-22T10:18:57.467Z: Reading the content of file at assets/header-maxdesign.js...
2024-10-22T10:18:57.467Z: Reading the content of file at assets/header-maxdesign.min.js...
2024-10-22T10:18:57.467Z: Reading the content of file at assets/localization-maxdesign.css...
2024-10-22T10:18:57.467Z: Reading the content of file at assets/localization-maxdesign.js...
2024-10-22T10:18:57.467Z: Reading the content of file at assets/localization-maxdesign.min.js...
2024-10-22T10:18:57.467Z: Reading the content of file at assets/logo-bar-maxdesign.css...
2024-10-22T10:18:57.468Z: Reading the content of file at assets/logo-bar-maxdesign.js...
2024-10-22T10:18:57.468Z: Reading the content of file at assets/logo-bar-maxdesign.min.js...
2024-10-22T10:18:57.468Z: Reading the content of file at assets/modal-maxdesign.css...
2024-10-22T10:18:57.468Z: Reading the content of file at assets/modal-maxdesign.js...
2024-10-22T10:18:57.468Z: Reading the content of file at assets/modal-maxdesign.min.js...
2024-10-22T10:18:57.468Z: Reading the content of file at assets/photoswipe.min.js...
2024-10-22T10:18:57.468Z: Reading the content of file at assets/theme.css...
2024-10-22T10:18:57.469Z: Reading the content of file at assets/theme.js...
2024-10-22T10:18:57.469Z: Reading the content of file at assets/vendor.min.js...
2024-10-22T10:18:57.469Z: Reading the content of file at assets/wishlist-maxdesign.css...
2024-10-22T10:18:57.469Z: Reading the content of file at assets/wishlist-maxdesign.js...
2024-10-22T10:18:57.469Z: Reading the content of file at assets/wishlist-maxdesign.min.js...
2024-10-22T10:18:57.469Z: Reading the content of file at config/settings_data.json...
2024-10-22T10:18:57.469Z: Reading the content of file at config/settings_schema.json...
2024-10-22T10:18:57.470Z: Reading the content of file at layout/theme.liquid...
2024-10-22T10:18:57.470Z: Reading the content of file at locales/ar.json...
2024-10-22T10:18:57.470Z: Reading the content of file at locales/cs.json...
2024-10-22T10:18:57.470Z: Reading the content of file at locales/da.json...
2024-10-22T10:18:57.470Z: Reading the content of file at locales/de.json...
2024-10-22T10:18:57.470Z: Reading the content of file at locales/el.json...
2024-10-22T10:18:57.470Z: Reading the content of file at locales/en.default.json...
2024-10-22T10:18:57.471Z: Reading the content of file at locales/es.json...
2024-10-22T10:18:57.471Z: Reading the content of file at locales/fi.json...
2024-10-22T10:18:57.471Z: Reading the content of file at locales/fr.json...
2024-10-22T10:18:57.471Z: Reading the content of file at locales/he.json...
2024-10-22T10:18:57.471Z: Reading the content of file at locales/it.json...
2024-10-22T10:18:57.471Z: Reading the content of file at locales/ja.json...
2024-10-22T10:18:57.472Z: Reading the content of file at locales/ko.json...
2024-10-22T10:18:57.472Z: Reading the content of file at locales/lt.json...
2024-10-22T10:18:57.472Z: Reading the content of file at locales/lv.json...
2024-10-22T10:18:57.472Z: Reading the content of file at locales/nb.json...
2024-10-22T10:18:57.472Z: Reading the content of file at locales/nl.json...
2024-10-22T10:18:57.472Z: Reading the content of file at locales/pl.json...
2024-10-22T10:18:57.472Z: Reading the content of file at locales/pt-BR.json...
2024-10-22T10:18:57.473Z: Reading the content of file at locales/ro.json...
2024-10-22T10:18:57.473Z: Reading the content of file at locales/ru.json...
2024-10-22T10:18:57.473Z: Reading the content of file at locales/sk.json...
2024-10-22T10:18:57.473Z: Reading the content of file at locales/sl.json...
2024-10-22T10:18:57.473Z: Reading the content of file at locales/sv.json...
2024-10-22T10:18:57.473Z: Reading the content of file at locales/tr.json...
2024-10-22T10:18:57.474Z: Reading the content of file at locales/uk.json...
2024-10-22T10:18:57.474Z: Reading the content of file at locales/zh-CN.json...
2024-10-22T10:18:57.474Z: Reading the content of file at locales/zh-TW.json...
2024-10-22T10:18:57.474Z: Reading the content of file at sections/accordion-content.liquid...
2024-10-22T10:18:57.474Z: Reading the content of file at sections/account-banner.liquid...
2024-10-22T10:18:57.474Z: Reading the content of file at sections/announcement-bar.liquid...
2024-10-22T10:18:57.474Z: Reading the content of file at sections/apps.liquid...
2024-10-22T10:18:57.475Z: Reading the content of file at sections/banner-maxdesign.liquid...
2024-10-22T10:18:57.475Z: Reading the content of file at sections/before-after-image.liquid...
2024-10-22T10:18:57.475Z: Reading the content of file at sections/blog-posts.liquid...
2024-10-22T10:18:57.475Z: Reading the content of file at sections/cart-drawer.liquid...
2024-10-22T10:18:57.475Z: Reading the content of file at sections/cart-maxdesign.liquid...
2024-10-22T10:18:57.476Z: Reading the content of file at sections/collection-banner.liquid...
2024-10-22T10:18:57.476Z: Reading the content of file at sections/collection-list.liquid...
2024-10-22T10:18:57.476Z: Reading the content of file at sections/comparison-table.liquid...
2024-10-22T10:18:57.476Z: Reading the content of file at sections/contact.liquid...
2024-10-22T10:18:57.476Z: Reading the content of file at sections/custom-html.liquid...
2024-10-22T10:18:57.476Z: Reading the content of file at sections/custom-liquid.liquid...
2024-10-22T10:18:57.476Z: Reading the content of file at sections/faq.liquid...
2024-10-22T10:18:57.477Z: Reading the content of file at sections/feature-chart.liquid...
2024-10-22T10:18:57.477Z: Reading the content of file at sections/featured-collection.liquid...
2024-10-22T10:18:57.477Z: Reading the content of file at sections/featured-product.liquid...
2024-10-22T10:18:57.477Z: Reading the content of file at sections/footer-group.json...
2024-10-22T10:18:57.477Z: Reading the content of file at sections/footer-maxdesign.liquid...
2024-10-22T10:18:57.477Z: Reading the content of file at sections/footer.liquid...
2024-10-22T10:18:57.478Z: Reading the content of file at sections/header-group.json...
2024-10-22T10:18:57.478Z: Reading the content of file at sections/header-maxdesign.liquid...
2024-10-22T10:18:57.478Z: Reading the content of file at sections/header.liquid...
2024-10-22T10:18:57.478Z: Reading the content of file at sections/hot-spots.liquid...
2024-10-22T10:18:57.478Z: Reading the content of file at sections/image-link-blocks.liquid...
2024-10-22T10:18:57.478Z: Reading the content of file at sections/image-with-text-overlay.liquid...
2024-10-22T10:18:57.478Z: Reading the content of file at sections/images-with-text-scrolling.liquid...
2024-10-22T10:18:57.479Z: Reading the content of file at sections/impact-text.liquid...
2024-10-22T10:18:57.479Z: Reading the content of file at sections/logo-bar-maxdesign.liquid...
2024-10-22T10:18:57.479Z: Reading the content of file at sections/logo-list.liquid...
2024-10-22T10:18:57.479Z: Reading the content of file at sections/main-article.liquid...
2024-10-22T10:18:57.479Z: Reading the content of file at sections/main-blog.liquid...
2024-10-22T10:18:57.479Z: Reading the content of file at sections/main-cart.liquid...
2024-10-22T10:18:57.479Z: Reading the content of file at sections/main-collection.liquid...
2024-10-22T10:18:57.480Z: Reading the content of file at sections/main-customers-account.liquid...
2024-10-22T10:18:57.480Z: Reading the content of file at sections/main-customers-activate-account.liquid...
2024-10-22T10:18:57.480Z: Reading the content of file at sections/main-customers-addresses.liquid...
2024-10-22T10:18:57.480Z: Reading the content of file at sections/main-customers-login.liquid...
2024-10-22T10:18:57.480Z: Reading the content of file at sections/main-customers-order.liquid...
2024-10-22T10:18:57.481Z: Reading the content of file at sections/main-customers-register.liquid...
2024-10-22T10:18:57.481Z: Reading the content of file at sections/main-customers-reset-password.liquid...
2024-10-22T10:18:57.481Z: Reading the content of file at sections/main-gift-card.liquid...
2024-10-22T10:18:57.481Z: Reading the content of file at sections/main-list-collections.liquid...
2024-10-22T10:18:57.481Z: Reading the content of file at sections/main-not-found.liquid...
2024-10-22T10:18:57.481Z: Reading the content of file at sections/main-page.liquid...
2024-10-22T10:18:57.482Z: Reading the content of file at sections/main-password.liquid...
2024-10-22T10:18:57.482Z: Reading the content of file at sections/main-product.liquid...
2024-10-22T10:18:57.482Z: Reading the content of file at sections/main-search.liquid...
2024-10-22T10:18:57.483Z: Reading the content of file at sections/maxdesign.json...
2024-10-22T10:18:57.483Z: Reading the content of file at sections/media-grid.liquid...
2024-10-22T10:18:57.483Z: Reading the content of file at sections/media-with-text.liquid...
2024-10-22T10:18:57.483Z: Reading the content of file at sections/modal-maxdesign.liquid...
2024-10-22T10:18:57.483Z: Reading the content of file at sections/multi-column.liquid...
2024-10-22T10:18:57.483Z: Reading the content of file at sections/multiple-images-with-text.liquid...
2024-10-22T10:18:57.484Z: Reading the content of file at sections/newsletter-popup.liquid...
2024-10-22T10:18:57.484Z: Reading the content of file at sections/newsletter.liquid...
2024-10-22T10:18:57.484Z: Reading the content of file at sections/overlay-group.json...
2024-10-22T10:18:57.484Z: Reading the content of file at sections/predictive-search-maxdesign.liquid...
2024-10-22T10:18:57.484Z: Reading the content of file at sections/press.liquid...
2024-10-22T10:18:57.484Z: Reading the content of file at sections/privacy-banner.liquid...
2024-10-22T10:18:57.484Z: Reading the content of file at sections/recently-viewed-products.liquid...
2024-10-22T10:18:57.485Z: Reading the content of file at sections/related-products.liquid...
2024-10-22T10:18:57.485Z: Reading the content of file at sections/revealed-image-on-scroll.liquid...
2024-10-22T10:18:57.485Z: Reading the content of file at sections/rich-text.liquid...
2024-10-22T10:18:57.485Z: Reading the content of file at sections/scrolling-text.liquid...
2024-10-22T10:18:57.485Z: Reading the content of file at sections/search-drawer.liquid...
2024-10-22T10:18:57.485Z: Reading the content of file at sections/shop-the-look.liquid...
2024-10-22T10:18:57.485Z: Reading the content of file at sections/slideshow.liquid...
2024-10-22T10:18:57.486Z: Reading the content of file at sections/specification-table.liquid...
2024-10-22T10:18:57.486Z: Reading the content of file at sections/tabs.liquid...
2024-10-22T10:18:57.486Z: Reading the content of file at sections/testimonials.liquid...
2024-10-22T10:18:57.486Z: Reading the content of file at sections/text-with-icons.liquid...
2024-10-22T10:18:57.486Z: Reading the content of file at sections/timeline.liquid...
2024-10-22T10:18:57.486Z: Reading the content of file at sections/variant-added.liquid...
2024-10-22T10:18:57.487Z: Reading the content of file at sections/video.liquid...
2024-10-22T10:18:57.487Z: Reading the content of file at sections/wishlist-card-maxdesign.liquid...
2024-10-22T10:18:57.487Z: Reading the content of file at sections/wishlist-grid-maxdesign.liquid...
2024-10-22T10:18:57.487Z: Reading the content of file at snippets/accordion.liquid...
2024-10-22T10:18:57.487Z: Reading the content of file at snippets/active-facets.liquid...
2024-10-22T10:18:57.487Z: Reading the content of file at snippets/address-form.liquid...
2024-10-22T10:18:57.488Z: Reading the content of file at snippets/article-banner.liquid...
2024-10-22T10:18:57.488Z: Reading the content of file at snippets/article-comments.liquid...
2024-10-22T10:18:57.488Z: Reading the content of file at snippets/article-navigation.liquid...
2024-10-22T10:18:57.488Z: Reading the content of file at snippets/banner.liquid...
2024-10-22T10:18:57.488Z: Reading the content of file at snippets/blog-post-card.liquid...
2024-10-22T10:18:57.488Z: Reading the content of file at snippets/button.liquid...
2024-10-22T10:18:57.488Z: Reading the content of file at snippets/buy-buttons.liquid...
2024-10-22T10:18:57.489Z: Reading the content of file at snippets/checkbox.liquid...
2024-10-22T10:18:57.489Z: Reading the content of file at snippets/collection-top-bar.liquid...
2024-10-22T10:18:57.489Z: Reading the content of file at snippets/css-variables.liquid...
2024-10-22T10:18:57.489Z: Reading the content of file at snippets/direction.liquid...
2024-10-22T10:18:57.489Z: Reading the content of file at snippets/facets-vertical.liquid...
2024-10-22T10:18:57.489Z: Reading the content of file at snippets/free-shipping-bar.liquid...
2024-10-22T10:18:57.490Z: Reading the content of file at snippets/header-blocks-maxdesign.liquid...
2024-10-22T10:18:57.490Z: Reading the content of file at snippets/horizontal-product.liquid...
2024-10-22T10:18:57.490Z: Reading the content of file at snippets/icon-maxdesign.liquid...
2024-10-22T10:18:57.490Z: Reading the content of file at snippets/icon.liquid...
2024-10-22T10:18:57.490Z: Reading the content of file at snippets/input.liquid...
2024-10-22T10:18:57.490Z: Reading the content of file at snippets/inventory.liquid...
2024-10-22T10:18:57.491Z: Reading the content of file at snippets/js-variables.liquid...
2024-10-22T10:18:57.491Z: Reading the content of file at snippets/line-item.liquid...
2024-10-22T10:18:57.491Z: Reading the content of file at snippets/localization-maxdesign.liquid...
2024-10-22T10:18:57.491Z: Reading the content of file at snippets/localization-selector.liquid...
2024-10-22T10:18:57.491Z: Reading the content of file at snippets/localization-trigger-maxdesign.liquid...
2024-10-22T10:18:57.491Z: Reading the content of file at snippets/media.liquid...
2024-10-22T10:18:57.491Z: Reading the content of file at snippets/mega-menu-horizontal.liquid...
2024-10-22T10:18:57.492Z: Reading the content of file at snippets/microdata-schema.liquid...
2024-10-22T10:18:57.492Z: Reading the content of file at snippets/navigation-panel.liquid...
2024-10-22T10:18:57.492Z: Reading the content of file at snippets/navigation-promo-block.liquid...
2024-10-22T10:18:57.492Z: Reading the content of file at snippets/offer.liquid...
2024-10-22T10:18:57.492Z: Reading the content of file at snippets/option-value.liquid...
2024-10-22T10:18:57.492Z: Reading the content of file at snippets/pagination.liquid...
2024-10-22T10:18:57.492Z: Reading the content of file at snippets/pickup-availability.liquid...
2024-10-22T10:18:57.493Z: Reading the content of file at snippets/predictive-search-result-item.liquid...
2024-10-22T10:18:57.493Z: Reading the content of file at snippets/price-list.liquid...
2024-10-22T10:18:57.493Z: Reading the content of file at snippets/price-range.liquid...
2024-10-22T10:18:57.493Z: Reading the content of file at snippets/product-badges.liquid...
2024-10-22T10:18:57.493Z: Reading the content of file at snippets/product-card-placeholder.liquid...
2024-10-22T10:18:57.493Z: Reading the content of file at snippets/product-card.liquid...
2024-10-22T10:18:57.494Z: Reading the content of file at snippets/product-gallery.liquid...
2024-10-22T10:18:57.494Z: Reading the content of file at snippets/product-info.liquid...
2024-10-22T10:18:57.494Z: Reading the content of file at snippets/product-quick-buy.liquid...
2024-10-22T10:18:57.494Z: Reading the content of file at snippets/product-rating.liquid...
2024-10-22T10:18:57.494Z: Reading the content of file at snippets/scrollbar.liquid...
2024-10-22T10:18:57.494Z: Reading the content of file at snippets/section-header.liquid...
2024-10-22T10:18:57.494Z: Reading the content of file at snippets/section-properties.liquid...
2024-10-22T10:18:57.495Z: Reading the content of file at snippets/section-spacing-collapsing.liquid...
2024-10-22T10:18:57.495Z: Reading the content of file at snippets/select.liquid...
2024-10-22T10:18:57.495Z: Reading the content of file at snippets/shadow-dom-templates.liquid...
2024-10-22T10:18:57.495Z: Reading the content of file at snippets/share-link.liquid...
2024-10-22T10:18:57.495Z: Reading the content of file at snippets/shipping-estimator.liquid...
2024-10-22T10:18:57.495Z: Reading the content of file at snippets/social-media.liquid...
2024-10-22T10:18:57.496Z: Reading the content of file at snippets/social-meta-tags.liquid...
2024-10-22T10:18:57.496Z: Reading the content of file at snippets/styled-text.liquid...
2024-10-22T10:18:57.496Z: Reading the content of file at snippets/surface.liquid...
2024-10-22T10:18:57.496Z: Reading the content of file at snippets/variant-picker.liquid...
2024-10-22T10:18:57.496Z: Reading the content of file at snippets/vendor.liquid...
2024-10-22T10:18:57.496Z: Reading the content of file at snippets/volume-pricing-table.liquid...
2024-10-22T10:18:57.496Z: Reading the content of file at snippets/wishlist-button-maxdesign.liquid...
2024-10-22T10:18:57.497Z: Reading the content of file at templates/404.json...
2024-10-22T10:18:57.497Z: Reading the content of file at templates/article.json...
2024-10-22T10:18:57.497Z: Reading the content of file at templates/blog.json...
2024-10-22T10:18:57.497Z: Reading the content of file at templates/cart.json...
2024-10-22T10:18:57.497Z: Reading the content of file at templates/collection.json...
2024-10-22T10:18:57.497Z: Reading the content of file at templates/gift_card.liquid...
2024-10-22T10:18:57.498Z: Reading the content of file at templates/index.json...
2024-10-22T10:18:57.498Z: Reading the content of file at templates/list-collections.json...
2024-10-22T10:18:57.498Z: Reading the content of file at templates/page.contact.json...
2024-10-22T10:18:57.498Z: Reading the content of file at templates/page.faq.json...
2024-10-22T10:18:57.498Z: Reading the content of file at templates/page.json...
2024-10-22T10:18:57.498Z: Reading the content of file at templates/page.judgeme_all_reviews.json...
2024-10-22T10:18:57.499Z: Reading the content of file at templates/page.list-collections.json...
2024-10-22T10:18:57.499Z: Reading the content of file at templates/page.wishlist.json...
2024-10-22T10:18:57.499Z: Reading the content of file at templates/password.json...
2024-10-22T10:18:57.499Z: Reading the content of file at templates/product.json...
2024-10-22T10:18:57.499Z: Reading the content of file at templates/product.pre-order.json...
2024-10-22T10:18:57.499Z: Reading the content of file at templates/product.wishlist-card-maxdesign.json...
2024-10-22T10:18:57.499Z: Reading the content of file at templates/search.json...
2024-10-22T10:18:57.500Z: Reading the content of file at templates/customers/account.json...
2024-10-22T10:18:57.500Z: Reading the content of file at templates/customers/activate_account.json...
2024-10-22T10:18:57.500Z: Reading the content of file at templates/customers/addresses.json...
2024-10-22T10:18:57.500Z: Reading the content of file at templates/customers/login.json...
2024-10-22T10:18:57.500Z: Reading the content of file at templates/customers/order.json...
2024-10-22T10:18:57.500Z: Reading the content of file at templates/customers/register.json...
2024-10-22T10:18:57.500Z: Reading the content of file at templates/customers/reset_password.json...
2024-10-22T10:18:57.512Z: Request to https://02074e.myshopify.com/ completed in 83 ms
With response headers:
 - content-type: text/html; charset=utf-8
 - server-timing: processing;dur=12;desc="gc:1", db;dur=1, db_async;dur=7.306, asn;desc="12322", edge;desc="CDG", country;desc="FR", pageType;desc="index", servedBy;desc="kcqm", requestID;desc="0471e9ad-d305-497f-9e94-da8dce237908-1729592337", cfRequestDuration;dur=51.000118
 - x-request-id: 0471e9ad-d305-497f-9e94-da8dce237908-1729592337
    
2024-10-22T10:18:57.512Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]

2024-10-22T10:18:57.513Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store 02074e.myshopify.com:
[]

2024-10-22T10:18:57.513Z: Getting session store...
2024-10-22T10:18:57.582Z: 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"
]
For applications:
{
  "adminApi": {
    "scopes": [],
    "storeFqdn": "02074e.myshopify.com"
  }
}

2024-10-22T10:18:57.583Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2024-10-22T10:18:57.583Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:57.807Z: Request to https://accounts.shopify.com/oauth/introspection completed in 224 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"e252b23b4e29699ad445b95506026750"
 - server-timing: processing;dur=21, socket_queue;dur=1.306, edge;dur=1.016, util;dur=0.0, cfRequestDuration;dur=133.999825
 - x-request-id: bce5b4fc-5bd7-48b1-8a60-b07093298f1d-1729592337
    
2024-10-22T10:18:57.808Z: The identity token is valid: true
2024-10-22T10:18:57.808Z: 
The validation of the token for application/identity completed with the following results:
- It's expired: false
- It's invalid in identity: false
  
2024-10-22T10:18:57.808Z: Ensuring that the user is authenticated with the Storefront API with the following scopes:
[]

2024-10-22T10:18:57.809Z: Getting session store...
2024-10-22T10:18:57.809Z: 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"
]
For applications:
{
  "storefrontRendererApi": {
    "scopes": []
  }
}

2024-10-22T10:18:57.809Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2024-10-22T10:18:57.809Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
 - User-Agent: Shopify CLI; v=3.69.0
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: linux
 - Content-Type: application/json

2024-10-22T10:18:58.024Z: Request to https://accounts.shopify.com/oauth/introspection completed in 214 ms
With response headers:
 - cache-control: no-cache, no-store, private, must-revalidate, max-age=0
 - content-type: application/json; charset=utf-8
 - etag: W/"e252b23b4e29699ad445b95506026750"
 - server-timing: processing;dur=23, socket_queue;dur=1.817, edge;dur=0.02, util;dur=0.0, cfRequestDuration;dur=139.999866
 - x-request-id: 467295e1-4513-4690-8d64-043a926c67fe-1729592337
    
2024-10-22T10:18:58.025Z: The identity token is valid: true
2024-10-22T10:18:58.025Z: 
The validation of the token for application/identity completed with the following results:
- It's expired: false
- It's invalid in identity: false
  
2024-10-22T10:18:58.095Z: Request to https://02074e.myshopify.com/?preview_theme_id=173336068439&_fd=0&pb=0 completed in 70 ms
With response headers:
 - content-type: text/html; charset=utf-8
 - server-timing: processing;dur=9, db;dur=2, db_async;dur=5.92, asn;desc="12322", edge;desc="CDG", country;desc="FR", theme;desc="173336068439", pageType;desc="index", servedBy;desc="t97r", requestID;desc="b3216e29-1d34-4f72-82e2-500ed3693eef-1729592338", cfRequestDuration;dur=49.999952
 - x-request-id: b3216e29-1d34-4f72-82e2-500ed3693eef-1729592338
    
2024-10-22T10:18:58.373Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets.json?fields=key%2Cchecksum completed in 277 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=122, cfRequestDuration;dur=173.999786
 - x-request-id: 61fd4fbc-3e7b-40fa-88e8-035da3428717-1729592338
    
2024-10-22T10:18:58.375Z: Initiating theme asset reconciliation process
2024-10-22T10:18:58.376Z: Initiating theme asset reconciliation process
╭─ info ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                              │
│  The files listed below differ between the local and remote versions. What would you like to do?                                             │
│    • config/settings_data.json                                                                                                               │
│                                                                                                                                              │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

?  Reconciliation Strategy:
✔  Keep the local version


2024-10-22T10:19:03.411Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets.json?fields=key%2Cchecksum completed in 139 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=58, cfRequestDuration;dur=108.999968
 - x-request-id: 57082ac4-4273-4f29-b630-f156d8c13445-1729592343
    
2024-10-22T10:19:03.414Z: Listening for changes in the theme editor
╭─ success ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                              │
│  Preview your theme                                                                                                                          │
│    • http://127.0.0.1:9292                                                                                                                   │
│                                                                                                                                              │
│  Next steps                                                                                                                                  │
│    • Preview your gift cards                                                                                                                 │
│    • Customize your theme at the theme editor                                                                                                │
│    • Share your theme preview (https://02074e.myshopify.com/?preview_theme_id=173336068439)                                                  │
│                                                                                                                                              │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

2024-10-22T10:19:03.445Z: 
Running system process:
  · Command: npm prefix
  · Working directory: /home/maxdesign/shopify/stores/Geelihouse

2024-10-22T10:19:03.544Z: Obtaining the dependency manager in directory /home/maxdesign...
2024-10-22T10:19:03.654Z: 
Running system process:
  · Command: ruby -v
  · Working directory: /home/maxdesign/shopify/stores/Geelihouse

2024-10-22T10:19:03.854Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 183 ms
With response headers:
 - x-request-id: 1862ed04-b6ff-4eb6-90f2-dd26e6346520
    
2024-10-22T10:19:03.854Z: Analytics event sent: {
  "command": "theme dev",
  "time_start": 1729592336083,
  "time_end": 1729592343436,
  "total_time": 7353,
  "success": true,
  "cli_version": "3.69.0",
  "ruby_version": "3.0.2",
  "node_version": "20.17.0",
  "is_employee": false,
  "uname": "linux amd64",
  "env_ci": false,
  "env_plugin_installed_any_custom": false,
  "env_plugin_installed_shopify": "[\"@shopify/cli\"]",
  "env_shell": "bash",
  "env_device_id": "1a0bb88978bc8d81ec966c86e059d2a3a57750b2",
  "env_cloud": "localhost",
  "env_package_manager": "npm",
  "env_is_global": false,
  "env_auth_method": "device_auth",
  "cmd_app_warning_api_key_deprecation_displayed": false,
  "cmd_all_timing_network_ms": 2309,
  "cmd_all_timing_prompts_ms": 4865,
  "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": "ed98cdd1baef3c4bb30a58ac9bd9a7a08bea2a3a",
  "cmd_all_timing_active_ms": 178,
  "cmd_all_exit": "ok",
  "user_id": "1d15a73e-3ba4-45ce-bd47-1dece53355fd",
  "args": "--theme-editor-sync --store=02074e --verbose",
  "env_plugin_installed_all": "[\"@shopify/cli\"]",
  "metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}"
}
2024-10-22T10:19:03.854Z: Completed command theme dev
2024-10-22T10:19:04.006Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets/bulk.json completed in 591 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=517, cfRequestDuration;dur=571.000099
 - x-request-id: 046ce9e7-08cb-48f8-9bee-b191ad0aa132-1729592343
    
2024-10-22T10:19:04.008Z: Files to be uploaded:
-assets/custom.js
-assets/custom.min.js
-config/settings_data.json
-sections/cart-maxdesign.liquid
-sections/footer-maxdesign.liquid
2024-10-22T10:19:04.009Z: Uploading the following files:
-sections/cart-maxdesign.liquid
2024-10-22T10:19:04.012Z: Uploading the following files:
-sections/footer-maxdesign.liquid
2024-10-22T10:19:04.015Z: Uploading the following files:
-assets/custom.js
-assets/custom.min.js
2024-10-22T10:19:04.422Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets/bulk.json completed in 409 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=215, cfRequestDuration;dur=302.999735
 - x-request-id: 836aec20-7ec9-482e-a1f6-2c333c9025e4-1729592344
    
2024-10-22T10:19:04.423Z: File Upload Results:
-sections/footer-maxdesign.liquid: success
2024-10-22T10:19:04.463Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets/bulk.json completed in 453 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=250, cfRequestDuration;dur=411.000013
 - x-request-id: f46a6ab8-3b92-4e75-b329-c1efc8533903-1729592344
    
2024-10-22T10:19:04.464Z: File Upload Results:
-sections/cart-maxdesign.liquid: success
2024-10-22T10:19:04.464Z: Uploading the following files:
-config/settings_data.json
2024-10-22T10:19:04.810Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets/bulk.json completed in 346 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=278, cfRequestDuration;dur=325.999975
 - x-request-id: 801d79d0-dd9b-4f58-a5c7-2aa26d2a8450-1729592344
    
2024-10-22T10:19:04.811Z: File Upload Results:
-config/settings_data.json: success
2024-10-22T10:19:05.389Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets/bulk.json completed in 1374 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=1230, cfRequestDuration;dur=1285.999775
 - x-request-id: 4084d733-e5d6-43c3-99b0-663682d7bb03-1729592344
    
2024-10-22T10:19:05.390Z: File Upload Results:
-assets/custom.js: success
-assets/custom.min.js: success
2024-10-22T10:19:05.390Z: Files to be deleted:

2024-10-22T10:19:06.594Z: Request to https://02074e.myshopify.com/admin/api/unstable/themes/173336068439/assets.json?fields=key%2Cchecksum completed in 160 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - server-timing: processing;dur=96, cfRequestDuration;dur=142.999887
 - x-request-id: 22201e92-f6dc-4939-ace1-86bfbfcf75ca-1729592346

Reproduction steps

  1. run shopify theme dev --theme-editor-sync --store=store_id
  2. CLI prompts every time for reconciliation startegy for settings_data.json file

Operating System

Windows 11 WSL2 (Ubuntu 22.04.3 LTS)

Shopify CLI version (check your project's package.json if you're not sure)

3.69.0

Shell

bash

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

v20.17.0

What language and version are you using in your application?

No response

@MaxDesignFR MaxDesignFR added the Type: Bug Something isn't working label Oct 22, 2024
@karreiro karreiro added Area: @shopify/theme @shopify/theme package issues important second highest severity for theme related bug #gsd:40767 Fortify local development experience for Liquid themes labels Oct 22, 2024
@karreiro karreiro self-assigned this Oct 22, 2024
@karreiro karreiro added moderate lowest severity for theme related bug and removed important second highest severity for theme related bug labels Oct 29, 2024
@karreiro karreiro removed the #gsd:40767 Fortify local development experience for Liquid themes label Nov 6, 2024
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 moderate lowest severity for theme related bug Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants