Shopify / cli

Build apps, themes, and hydrogen storefronts for Shopify
https://shopify.dev
MIT License
427 stars 130 forks source link

[Bug]: Shopify CLI Error: Store without active password can’t start theme development mode #4737

Open hasanaltun opened 6 days ago

hasanaltun commented 6 days ago

Please confirm that you have:

In which of these areas are you experiencing a problem?

Theme

Expected behavior

I’m encountering an issue with the Shopify CLI when trying to start theme development mode. The error states that my store password is incorrect, even though password protection is not active. This prevents the development environment from launching successfully.

Additionally, the store is not a development store.

Actual behavior

The theme development session cannot be created due to an invalid password, even though password protection is not currently active.

Verbose output

Output 2024-10-24T10:20:31.886Z: Running command theme dev 2024-10-24T10:20:31.893Z: Ensuring that the user is authenticated with the Theme API with the following scopes: [] 2024-10-24T10:20:31.893Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store storename.myshopify.com: [] 2024-10-24T10:20:31.893Z: Getting session store... 2024-10-24T10:20:31.894Z: 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": "storename.myshopify.com" } } 2024-10-24T10:20:31.895Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection 2024-10-24T10:20:31.895Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection With request headers: - User-Agent: Shopify CLI; v=3.69.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:32.184Z: Request to https://accounts.shopify.com/oauth/introspection completed in 289 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/"1302dffb35a589d72d141bfca516e2b8" - server-timing: processing;dur=36, socket_queue;dur=1.725, edge;dur=1.021, util;dur=0.05, cfRequestDuration;dur=197.999954 - x-request-id: b5dd9b69-7624-4209-8312-fd83a74a3f5a-1729765232 2024-10-24T10:20:32.188Z: The identity token is valid: true 2024-10-24T10:20:32.189Z: 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-24T10:20:32.189Z: The current session is valid but needs refresh. Refreshing... 2024-10-24T10:20:32.190Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CXXXjQI8L3ouAYQkPbouAZSJggBEhAZUgoGx7hHgZouYpRo40qfGhAM8TUC-aFE7JlYj4PsvmXfEkCSsaGwByrGrAD-yKoBMXgAEPH4Dg2fbNQ5VDNp_5Ye78r-m5cda1di9GtNYJMC82976G_7G4c4B2ajv9DskgsK&refresh_token=atkn_CXXXiEI8L3ouAYQ8NeGugaiARIKEAzxNQL5oUTsmViPg-y-Zd8SQE2gizbX89olqxXUIYNUP30MqozJPAE_sZoX7QPoK61QxM1fy_YwC7ellRiL4_HHkDHplBQd4MTOkGDHV-KKywo&client_id=fbdb264229412-e327-4907-8f67-908d24cfd7e3 With request headers: - User-Agent: Shopify CLI; v=3.69.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:32.497Z: Request to https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CXXXjQI8L3ouAYQkPbouAZSJggBEhAZUgoGx7hHgZouYpRo40qfGhAM8TUC-aFE7JlYj4PsvmXfEkCSsaGwByrGrAD-yKoBMXgAEPH4Dg2fbNQ5VDNp_5Ye78r-m5cda1di9GtNYJMC82976G_7G4c4B2ajv9DskgsK&refresh_token=atkn_CXXXiEI8L3ouAYQ8NeGugaiARIKEAzxNQL5oUTsmViPg-y-Zd8SQE2gizbX89olqxXUIYNUP30MqozJPAE_sZoX7QPoK61QxM1fy_YwC7ellRiL4_HHkDHplBQd4MTOkGDHV-KKywo&client_id=fbdb264229412-e327-4907-8f67-908d24cfd7e3 completed in 307 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/"26ec02056a6181d96f8747ea06e7c880" - server-timing: processing;dur=93, socket_queue;dur=1.512, edge;dur=1.014, util;dur=0.15, cfRequestDuration;dur=256.999969 - x-request-id: 9db2aa32-88e6-4825-854e-853f9cbc153e-1729765232 2024-10-24T10:20:32.501Z: 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=fbdb264229412-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.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:32.502Z: 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=fbdb264229412-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.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:32.502Z: 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=fbdb264229412-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.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:32.502Z: 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=fbdb264229412-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%2Fstorename.myshopify.com%2Fadmin With request headers: - User-Agent: Shopify CLI; v=3.69.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:32.750Z: 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=fbdb264229412-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 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/"3aef52dc9c373e6bc55fba9acf859f6e" - server-timing: processing;dur=45, socket_queue;dur=1.51, edge;dur=2.016, util;dur=0.15, cfRequestDuration;dur=194.999933 - x-request-id: c96a9ae6-d0c0-4721-a895-63b1a3f20178-1729765232 2024-10-24T10:20:32.755Z: 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=fbdb264229412-e327-4907-8f67-908d24cfd7e3&audience=32ff8ee5-82b8-4d93-9f8a-c6997cefb7dc&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fdestinations.readonly&subject_token=**** completed in 252 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/"42ba84b6e09ca822913dc74126875eac" - server-timing: processing;dur=47, socket_queue;dur=2.007, edge;dur=1.015, util;dur=0.0, cfRequestDuration;dur=200.000048 - x-request-id: 74375930-2fe3-413a-9936-e3a4dc6e44cb-1729765232 2024-10-24T10:20:32.767Z: 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=fbdb264229412-e327-4907-8f67-908d24cfd7e3&audience=271e16d403dfa18082ffb3d197bd2b5f4479c3fc32736d69296829SScbb28d41a6&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&subject_token=**** completed in 265 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/"d7d025fe17f6a1bc860524e32051812f" - server-timing: processing;dur=41, socket_queue;dur=2.032, edge;dur=1.016, util;dur=0.15, cfRequestDuration;dur=216.000080 - x-request-id: 8e4e2352-ce5e-4b5a-b621-5d37960a532b-1729765232 2024-10-24T10:20:32.788Z: 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=fbdb264229412-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2fSS7594f8a9c06ea668c1b775c&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%2Fstorename.myshopify.com%2Fadmin completed in 285 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/"6efdef49909027310bfaf3e12adf1e98" - server-timing: processing;dur=65, socket_queue;dur=1.72, edge;dur=1.024, util;dur=0.15, cfRequestDuration;dur=235.000134 - x-request-id: acbd14b9-7355-4e64-9adc-0b06e8de4803-1729765232 2024-10-24T10:20:32.789Z: Setting session store... 2024-10-24T10:20:32.796Z: Ensuring that the user is authenticated with the Storefront API with the following scopes: [] 2024-10-24T10:20:32.796Z: Getting session store... 2024-10-24T10:20:32.797Z: 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-24T10:20:32.797Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection 2024-10-24T10:20:32.798Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection With request headers: - User-Agent: Shopify CLI; v=3.69.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:33.017Z: Request to https://accounts.shopify.com/oauth/introspection completed in 219 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/"64871ee113a3484a55bcca270fe3369f" - server-timing: processing;dur=23, socket_queue;dur=1.701, edge;dur=1.016, util;dur=0.1, cfRequestDuration;dur=179.000139 - x-request-id: 0bfdcc92-0147-4888-ae0e-3aa3a9dece1f-1729765232 2024-10-24T10:20:33.019Z: The identity token is valid: true 2024-10-24T10:20:33.019Z: 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-24T10:20:33.020Z: Getting development theme... 2024-10-24T10:20:33.365Z: Request to https://storename.myshopify.com/admin/api/unstable/themes/173369196871.json?fields=id%2Cname%2Crole%2Cprocessing completed in 343 ms With response headers: - content-type: application/json; charset=utf-8 - server-timing: processing;dur=204, cfRequestDuration;dur=278.999805 - x-request-id: d0152a35-ddb3-425d-9292-b82688ccc95b-1729765233 2024-10-24T10:20:33.389Z: Port 9292 is free 2024-10-24T10:20:33.397Z: Reading the content of file at .shopifyignore... 2024-10-24T10:20:33.397Z: Reading the content of file at assets/alpine.min.js... 2024-10-24T10:20:33.397Z: Reading the content of file at assets/base.css.liquid... 2024-10-24T10:20:33.397Z: Reading the content of file at assets/bfcm.css... 2024-10-24T10:20:33.397Z: Reading the content of file at assets/cart-drawer.js.liquid... 2024-10-24T10:20:33.397Z: Reading the content of file at assets/cart-notification.js.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/cart.js.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/collage.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/collapsible-content.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-accordion.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-article-card.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-card.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-cart-drawer.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-cart-items.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-cart-notification.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-cart.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-collection-hero.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-complementary-products.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-deferred-media.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-discounts.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-facets.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-image-with-text.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-list-menu.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-list-payment.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-list-social.css.liquid... 2024-10-24T10:20:33.398Z: Reading the content of file at assets/component-loading-overlay.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-loading-spinner.css... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-mega-menu.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-menu-drawer.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-modal-video.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-model-viewer-ui.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-newsletter.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-pagination.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-pickup-availability.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-predictive-search.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-price.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-product-model.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-rating.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-rte.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-search.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-show-more.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-slider.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-slideshow.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/component-totals.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/customer.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/customer.js.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/details-disclosure.js.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/details-modal.js.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/disclosure.css.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/facets.js.liquid... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Black.woff... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Black.woff2... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Bold.woff... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Bold.woff2... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Book.woff... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Book.woff2... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Light.woff... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Light.woff2... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Medium.woff... 2024-10-24T10:20:33.399Z: Reading the content of file at assets/font-Medium.woff2... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/global.js... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/infinite-scroll.pkgd.min.js... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/media-gallery.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/newsletter-section.css.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/pandectes-logo.png... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/pandectes-reopen-logo.png... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/pandectes-rules.min.js... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/pandectes-settings.json... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/password-modal.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/pickup-availability.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/predictive-search.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/product-form.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/product-modal.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/product-model.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/product.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/product.scss.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/quick-add.css.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/quick-add.js.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/sapa-payment-icons.svg... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/section-blog-post.css.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/section-collection-list.css.liquid... 2024-10-24T10:20:33.400Z: Reading the content of file at assets/section-contact-form.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-email-signup-banner.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-featured-blog.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-featured-product.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-footer.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-image-banner.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-main-blog.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-main-page.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-main-product.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-multicolumn.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-password.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-product-recommendations.css... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/section-rich-text.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/share.js.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/show-more.js.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/slick.min.js.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/splide.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/splide.min.js... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/splide.min.js.map... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/storefront.css... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/tailwind.css... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/template-collection.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/template-giftcard.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/theme-editor.js.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at assets/video-section.css.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at config/settings_data.json... 2024-10-24T10:20:33.401Z: Reading the content of file at config/settings_schema.json... 2024-10-24T10:20:33.401Z: Reading the content of file at layout/password.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at layout/theme.liquid... 2024-10-24T10:20:33.401Z: Reading the content of file at locales/bg-BG.json... 2024-10-24T10:20:33.401Z: Reading the content of file at locales/cs.json... 2024-10-24T10:20:33.401Z: Reading the content of file at locales/cs.schema.json... 2024-10-24T10:20:33.401Z: Reading the content of file at locales/da.json... 2024-10-24T10:20:33.401Z: Reading the content of file at locales/da.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/de.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/de.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/el.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/en.default.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/en.default.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/es.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/es.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/fi.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/fi.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/fr.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/fr.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/hr-HR.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/hu.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/id.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/it.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/it.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/ja.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/ja.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/ko.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/ko.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/lt-LT.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/nb.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/nb.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/nl.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/nl.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/pl.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/pl.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/pt-BR.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/pt-BR.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/pt-PT.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/pt-PT.schema.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/ro-RO.json... 2024-10-24T10:20:33.402Z: Reading the content of file at locales/ru.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/sk-SK.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/sl-SI.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/sv.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/sv.schema.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/th.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/th.schema.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/tr.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/tr.schema.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/vi.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/vi.schema.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/zh-CN.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/zh-CN.schema.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/zh-TW.json... 2024-10-24T10:20:33.403Z: Reading the content of file at locales/zh-TW.schema.json... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/announcement-bar.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/apps.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/blog-carousel.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/carousel.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/cart-drawer.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/cart-icon-bubble.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/cart-live-region-text.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/cart-notification-button.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/cart-notification-product.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/collage.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/collapsible-content.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/collection-list.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/community.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/contact-form.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/custom-liquid.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/email-signup-banner.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/featured-blog.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/featured-collection.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/featured-product.liquid... 2024-10-24T10:20:33.403Z: Reading the content of file at sections/footer.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/grid.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/header.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/how-to.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/image-banner.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/image-with-text.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/info.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/judgeme_carousel_section.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/kit.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-404.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-account.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-activate-account.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-addresses.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-article.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-blog.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-cart-footer.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-cart-items-mbc-backup.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-cart-items.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-collection-banner.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-collection-product-grid.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-list-collections.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-login.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-order.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-page.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-password-footer.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-password-header.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-product.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-register.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-reset-password.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/main-search.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/multicolumn.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/newsletter.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/page.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/pickup-availability.liquid... 2024-10-24T10:20:33.404Z: Reading the content of file at sections/posts.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/predictive-search.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/product-recommendations.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/rich-text.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/slideshow.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/steps.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/tabs.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/video-carousel.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at sections/video.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/advanced_preorder.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/article-card.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/breadcrumb.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/buy-buttons.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/card-collection.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/card-product.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/cart-drawer.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/cart-icon.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/cart-notification.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/collapsible-content.liquid... 2024-10-24T10:20:33.405Z: Reading the content of file at snippets/custom-fonts.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/datalayer.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/datalayer_onclick.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/email-signup-banner-background-mobile.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/email-signup-banner-background.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/facets.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/how-to.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/icon-3d-model.liquid... 2024-10-24T10:20:33.407Z: Reading the content of file at snippets/icon-accordion.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-account.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-arrow.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-caret.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-cart-empty.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-cart.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-checkmark.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-clipboard.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-close-small.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-close.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-discount.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-error.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-facebook.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-filter.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-hamburger.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-instagram.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-minus.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-padlock.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-pause.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-pinterest.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-play.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-plus.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-remove.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-share.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-snapchat.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-success.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-tick.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-tiktok.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-tumblr.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-twitter.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-unavailable.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-vimeo.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-youtube.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/icon-zoom.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/image.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/infinite-scroll-blog.liquid... 2024-10-24T10:20:33.408Z: Reading the content of file at snippets/infinite-scroll.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/judgeme_all_reviews.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/judgeme_core.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/judgeme_widgets.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/loading-spinner.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/meta-tags.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/pagination.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/pandectes-rules.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/pg-product-gallery.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/price.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/product-group-selector.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/product-media.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/product-thumbnail.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/product-transparency.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/rating.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/redirect-rules.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at snippets/subscription-plus-resource.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/404.context.international.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/404.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/article.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/blog.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/cart.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/collection.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/gift_card.liquid... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/index.context.international.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/index.context.se.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/index.json... 2024-10-24T10:20:33.409Z: Reading the content of file at templates/list-collections.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.checker.liquid... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.contact.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.faq.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.judgeme_all_reviews.liquid... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.klasser-och-forening.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.newsletter.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.reseller.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/page.vipbw.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/password.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/product.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/search.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/customers/account.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/customers/activate_account.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/customers/addresses.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/customers/login.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/customers/order.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/customers/register.json... 2024-10-24T10:20:33.410Z: Reading the content of file at templates/customers/reset_password.json... 2024-10-24T10:20:33.499Z: Request to https://storename.myshopify.com/ completed in 123 ms With response headers: - content-type: text/html; charset=utf-8 - server-timing: processing;dur=18, db;dur=6, asn;desc="12735", edge;desc="IST", country;desc="TR", theme;desc="159747342663", pageType;desc="index", servedBy;desc="vpcl", requestID;desc="a2b010b9-9e82-45cb-a5e2-e398c2c38ff6-1729765233", cfRequestDuration;dur=86.999893 - x-request-id: a2b010b9-9e82-45cb-a5e2-e398c2c38ff6-1729765233 2024-10-24T10:20:33.500Z: Getting storefront password for shop storename.myshopify.com... 2024-10-24T10:20:33.603Z: Request to https://storename.myshopify.com/password completed in 103 ms With response headers: - content-type: text/html; charset=utf-8 - server-timing: processing;dur=10, db;dur=3, asn;desc="12735", edge;desc="IST", country;desc="TR", pageType;desc="password", servedBy;desc="tlmr", requestID;desc="5db692b3-91c1-4bf6-a604-dfcafdc16f7c-1729765233", cfRequestDuration;dur=86.999893 - x-request-id: 5db692b3-91c1-4bf6-a604-dfcafdc16f7c-1729765233 2024-10-24T10:20:33.603Z: Setting storefront password for shop storename.myshopify.com... 2024-10-24T10:20:33.606Z: Ensuring that the user is authenticated with the Theme API with the following scopes: [] 2024-10-24T10:20:33.606Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store storename.myshopify.com: [] 2024-10-24T10:20:33.606Z: Getting session store... 2024-10-24T10:20:33.606Z: 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": "storename.myshopify.com" } } 2024-10-24T10:20:33.606Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection 2024-10-24T10:20:33.606Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection With request headers: - User-Agent: Shopify CLI; v=3.69.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:33.946Z: Request to https://accounts.shopify.com/oauth/introspection completed in 339 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/"64871ee113a3484a55bcca270fe3369f" - server-timing: processing;dur=28, socket_queue;dur=1.562, edge;dur=1.014, util;dur=0.0, cfRequestDuration;dur=282.000065 - x-request-id: c33c6f7c-b9d2-4245-ad85-68da583e22de-1729765233 2024-10-24T10:20:33.950Z: The identity token is valid: true 2024-10-24T10:20:33.950Z: 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-24T10:20:33.951Z: Ensuring that the user is authenticated with the Storefront API with the following scopes: [] 2024-10-24T10:20:33.951Z: Getting session store... 2024-10-24T10:20:33.952Z: 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-24T10:20:33.952Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection 2024-10-24T10:20:33.952Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection With request headers: - User-Agent: Shopify CLI; v=3.69.2 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-10-24T10:20:34.186Z: Request to https://accounts.shopify.com/oauth/introspection completed in 234 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/"64871ee113a3484a55bcca270fe3369f" - server-timing: processing;dur=40, socket_queue;dur=1.14, edge;dur=1.014, util;dur=0.05, cfRequestDuration;dur=191.999912 - x-request-id: bf2d251e-b4dc-4975-9b20-4344415f0985-1729765234 2024-10-24T10:20:34.188Z: The identity token is valid: true 2024-10-24T10:20:34.188Z: 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-24T10:20:34.296Z: Request to https://storename.myshopify.com/?preview_theme_id=173369196871&_fd=0&pb=0 completed in 107 ms With response headers: - content-type: text/html; charset=utf-8 - server-timing: processing;dur=22, db;dur=7, asn;desc="12735", edge;desc="IST", country;desc="TR", theme;desc="173369196871", pageType;desc="index", servedBy;desc="kcrm", requestID;desc="129b8d6d-9f02-4e81-b876-16756ee84f8b-1729765234", cfRequestDuration;dur=92.000008 - x-request-id: 129b8d6d-9f02-4e81-b876-16756ee84f8b-1729765234 2024-10-24T10:20:34.422Z: Request to https://storename.myshopify.com/password completed in 126 ms With response headers: - content-type: text/html; charset=utf-8 - server-timing: processing;dur=11;desc="gc:1", db;dur=4, asn;desc="12735", edge;desc="IST", country;desc="TR", pageType;desc="password", servedBy;desc="rclr", requestID;desc="1888a06f-c272-4b41-8a99-d588f005f29f-1729765234", cfRequestDuration;dur=82.000017 - x-request-id: 1888a06f-c272-4b41-8a99-d588f005f29f-1729765234 ╭─ error ──────────────────────────────────────────────────────────────────────────╮ │ │ │ Your development session could not be created because the store password is │ │ invalid. Please, retry with a different password. │ │ │ ╰──────────────────────────────────────────────────────────────────────────────────╯ 2024-10-24T10:20:34.444Z: Running system process: · Command: npm prefix · Working directory: /Users/myuser/Sites/store 2024-10-24T10:20:34.557Z: Obtaining the dependency manager in directory /Users/myuser/Sites/store... 2024-10-24T10:20:34.645Z: Running system process: · Command: ruby -v · Working directory: /Users/myuser/Sites/store 2024-10-24T10:20:34.908Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 217 ms With response headers: - x-request-id: 5a0819c5-0990-4278-a440-ddc538d68392 2024-10-24T10:20:34.908Z: Analytics event sent: { "command": "theme dev", "time_start": 1729765231886, "time_end": 1729765234440, "total_time": 2554, "success": false, "cli_version": "3.69.2", "ruby_version": "3.3.1", "node_version": "20.17.0", "is_employee": false, "uname": "darwin arm64", "env_ci": false, "env_plugin_installed_any_custom": false, "env_plugin_installed_shopify": "[\"@shopify/cli\"]", "env_shell": "zsh", "env_device_id": "f6b2ce5ee0591a13d4430cf22929bdc922cb8f82", "env_cloud": "localhost", "env_package_manager": "npm", "env_is_global": true, "env_auth_method": "device_auth", "cmd_app_warning_api_key_deprecation_displayed": false, "cmd_all_timing_network_ms": 2476, "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": "1ce5e723dd4eb3f02aeb493ad6f59771a6a609c1", "cmd_all_timing_active_ms": 77, "cmd_all_exit": "expected_error", "user_id": "ae0cab76-f41d-43b4-9f7f-883a1f754695", "args": "--verbose", "error_message": "Your development session could not be created because the store password is invalid. Please, retry with a different password.", "env_plugin_installed_all": "[\"@shopify/cli\"]", "metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}" } 2024-10-24T10:20:34.932Z: Reporting handled error to Bugsnag: Your development session could not be created because the store password is invalid. Please, retry with a different password. 2024-10-24T10:20:35.248Z: Running system process: · Command: npm prefix · Working directory: /Users/myuser/Sites/store 2024-10-24T10:20:35.332Z: Obtaining the dependency manager in directory /Users/myuser/Sites/store... Note: The actual store name has been replaced with ‘storename’ for privacy reasons.

Reproduction steps

  1. Run the following command:

    shopify theme dev
  2. See the error message stating:

    Your development session could not be created because the store password is invalid. Please, retry with a different password.

Operating System

macOS Sequoia

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

3.69.2

Shell

No response

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

jamesmengo commented 6 days ago

@hasanaltun To better help me debug this, could you provide me with the store URL you are trying to access?

Could you also try this on 3.69.0 and 3.68.0 and let me know if that works?

hasanaltun commented 5 days ago

Hi @jamesmengo I have tested the versions you mentioned, but I’m still encountering the same issue. Additionally, I’m sharing the store URL below: https://vasterbottens-sapa.myshopify.com/