Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Bug]: theme dev always crashing instantly #5174

Open
2 tasks done
haythemblubolt opened this issue Jan 9, 2025 · 11 comments
Open
2 tasks done

[Bug]: theme dev always crashing instantly #5174

haythemblubolt opened this issue Jan 9, 2025 · 11 comments
Labels
Area: @shopify/theme @shopify/theme package issues Severity: 2 High Severity Type: Bug Something isn't working

Comments

@haythemblubolt
Copy link

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

Theme

Expected behavior

shopify theme dev should be executed correctly from my local environment to run the Shopify theme locally

Actual behavior

The shopify theme dev command fails with multiple errors (AggregateError, failed to sync with theme, etc...). I tried on 2 different computers, Windows and Linux, Node 16 18 and 20, downloaded latest and older versions of Shopify CLI package. I only got it working only a few times on a public Internet WIFI at a public place. I used 4G of multiple Internet providers but had the same issue. I'm not sure what to do else.
shopify auth logout and shopify theme pull both work correctly but not the dev command.
I also tried the following:

  • I've tried to use a VPN with geographical location switch to UK and tested but got the same error (actually based in Tunisia).
  • I disabled Firewall, VPN, antivirus and run again the command but still the same
  • shopify theme dev --log-level=debug isn't working because it says "Nonexistant flag: --log-level:debug
  • shopify theme clear-cache didn't work, it says "command theme clear-cache" not found
  • Uninstalled and reinstalled shopify cli, but running theme dev resulted in the same issue
  • Installed ngrok
  • shopify config set tunnel ngrok isn't working, it says "command config set tunnel ngrok" not found
  • ngrok http 8081 failed when run independently, please check the attachment for the error message

Image
Image
Image
Image
Image
ngrok.txt

Verbose output

Verbose output

Check the output in this file
https://drive.google.com/file/d/1dX48gIK6ohVCqrpEGfkFmAbRcP3J3e8n/view?usp=drive_link

Reproduction steps

  1. Just running shopify theme dev from my shell terminal

Operating System

Windows 11 with Ubuntu 22.04.5 WSL v2 (tried also directly on Windows 11 but same outcome)

Shopify CLI version (shopify --version)

3.72.2

Shell

No response

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

20.12.1 (tried also with Node v18.0.0 and v16.0.0)

What language and version are you using in your application?

Javascript + Typescript

@haythemblubolt haythemblubolt added the Type: Bug Something isn't working label Jan 9, 2025
@aswamy
Copy link
Contributor

aswamy commented Jan 9, 2025

From your verbose logs, it seems like it's actually successfully being setup, then some connection breaks afterwards.

There was a ticket a while ago where folks were being affected by Cloudflare re-routing. Seems like Tunisia is on the list of "Partially rerouted" https://www.cloudflarestatus.com/.

@karreiro karreiro added the Area: @shopify/theme @shopify/theme package issues label Jan 13, 2025
@ouDriss95
Copy link

@haythemblubolt have you managed to fix this issue? I also couldn't find a solution

@haythemblubolt
Copy link
Author

@ouDriss95 @aswamy I can see now that Tunis, Tunisia is Operational in Cloudflare service status page however I still have the same issue.

Image

I'm using the version 3.72.2 but as mentioned still with the issue.

@ouDriss95
Copy link

When I attempt to run commands such as shopify theme dev, shopify theme push, or shopify theme share, I encounter the following issue despite having updated the Shopify CLI to version 3.73.2

Image

@aswamy
Copy link
Contributor

aswamy commented Jan 21, 2025

Hey @haythemblubolt , I was looking through your verbose logs to see if there are any issues around the theme. It seems like you have deleted it. Does this happen every time the command is run, or occasionally? I am trying to recreate the error on my system with little luck.

@ouDriss95 Could you please run it with --verbose flag and post the logs here? I could look through your logs and see if the issues are connected.

@ouDriss95
Copy link

Hi @aswamy,

Thank you for your response! As requested, here is the verbose output for the command shopify theme dev --verbose:

2025-01-22T09:34:58.640Z: Running command theme dev
2025-01-22T09:34:58.656Z: Notifications to show: 0
2025-01-22T09:34:58.666Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]

2025-01-22T09:34:58.666Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store demodevtest.myshopify.com:
[]

2025-01-22T09:34:58.667Z: Getting session store...
2025-01-22T09:34:58.673Z: 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": "demodevtest.myshopify.com"
}
}

2025-01-22T09:34:58.674Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2025-01-22T09:34:58.676Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:

  • User-Agent: Shopify CLI; v=3.73.2
  • Keep-Alive: timeout=30
  • Sec-CH-UA-PLATFORM: linux
  • Content-Type: application/json

2025-01-22T09:34:59.211Z: Request to https://accounts.shopify.com/oauth/introspection completed in 534 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/"95cf10b50469adca10151035aabfb82f"
  • server-timing: processing;dur=33, socket_queue;dur=1.717, edge;dur=1.046, util;dur=0.1, cfRequestDuration;dur=161.999941
  • x-request-id: aa252203-f0c3-4563-ad13-fc7bd934e291-1737538499

2025-01-22T09:34:59.219Z: The identity token is valid: true
2025-01-22T09:34:59.219Z:
The validation of the token for application/identity completed with the following results:

  • It's expired: false
  • It's invalid in identity: false

2025-01-22T09:34:59.220Z: Getting development theme...
2025-01-22T09:34:59.224Z: Sending "Admin" GraphQL request:
query publicApiVersions {
publicApiVersions {
handle
supported
__typename
}
}

With variables:
{}

With request headers:

  • User-Agent: Shopify CLI; v=3.73.2
  • Keep-Alive: timeout=30
  • Sec-CH-UA-PLATFORM: linux
  • Content-Type: application/json

to https://demodevtest.myshopify.com/admin/api/unstable/graphql.json
2025-01-22T09:34:59.771Z: Request to https://demodevtest.myshopify.com/admin/api/unstable/graphql.json completed in 546 ms
With response headers:

  • content-type: application/json; charset=utf-8
  • server-timing: processing;dur=120, graphql;desc="admin/query/other", cfRequestDuration;dur=293.999910
  • x-request-id: 744e154e-b38b-44e4-a15c-77918d335dd5-1737538499

2025-01-22T09:34:59.774Z: Sending "Admin" GraphQL request:
query getTheme($id: ID!) {
theme(id: $id) {
id
name
role
processing
__typename
}
}

With variables:
{
"id": "gid://shopify/OnlineStoreTheme/143805415589"
}

With request headers:

  • User-Agent: Shopify CLI; v=3.73.2
  • Keep-Alive: timeout=30
  • Sec-CH-UA-PLATFORM: linux
  • Content-Type: application/json

to https://demodevtest.myshopify.com/admin/api/2025-01/graphql.json
2025-01-22T09:35:00.825Z: Request to https://demodevtest.myshopify.com/admin/api/2025-01/graphql.json completed in 1051 ms
With response headers:

  • content-type: application/json; charset=utf-8
  • server-timing: processing;dur=82, graphql;desc="admin/query/other", cfRequestDuration;dur=243.000031
  • x-request-id: fd0c1dd7-00e5-40fd-aaa5-b85fdaacefd0-1737538500

2025-01-22T09:35:00.875Z: Port 9292 is free
2025-01-22T09:35:00.903Z: Reading the content of file at assets/animations.js...
2025-01-22T09:35:00.904Z: Reading the content of file at assets/base.css...
2025-01-22T09:35:00.904Z: Reading the content of file at assets/cart-drawer.js...
2025-01-22T09:35:00.904Z: Reading the content of file at assets/cart-notification.js...
2025-01-22T09:35:00.904Z: Reading the content of file at assets/cart.js...
2025-01-22T09:35:00.905Z: Reading the content of file at assets/collage.css...
2025-01-22T09:35:00.905Z: Reading the content of file at assets/collapsible-content.css...
2025-01-22T09:35:00.905Z: Reading the content of file at assets/component-accordion.css...
2025-01-22T09:35:00.905Z: Reading the content of file at assets/component-article-card.css...
2025-01-22T09:35:00.905Z: Reading the content of file at assets/component-card.css...
2025-01-22T09:35:00.906Z: Reading the content of file at assets/component-cart-drawer.css...
2025-01-22T09:35:00.906Z: Reading the content of file at assets/component-cart-items.css...
2025-01-22T09:35:00.906Z: Reading the content of file at assets/component-cart-notification.css...
2025-01-22T09:35:00.906Z: Reading the content of file at assets/component-cart.css...
2025-01-22T09:35:00.906Z: Reading the content of file at assets/component-collection-hero.css...
2025-01-22T09:35:00.906Z: Reading the content of file at assets/component-complementary-products.css...
2025-01-22T09:35:00.906Z: Reading the content of file at assets/component-deferred-media.css...
2025-01-22T09:35:00.907Z: Reading the content of file at assets/component-discounts.css...
2025-01-22T09:35:00.907Z: Reading the content of file at assets/component-facets.css...
2025-01-22T09:35:00.907Z: Reading the content of file at assets/component-image-with-text.css...
2025-01-22T09:35:00.907Z: Reading the content of file at assets/component-list-menu.css...
2025-01-22T09:35:00.907Z: Reading the content of file at assets/component-list-payment.css...
2025-01-22T09:35:00.907Z: Reading the content of file at assets/component-list-social.css...
2025-01-22T09:35:00.907Z: Reading the content of file at assets/component-localization-form.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-mega-menu.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-menu-drawer.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-modal-video.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-model-viewer-ui.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-newsletter.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-pagination.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-pickup-availability.css...
2025-01-22T09:35:00.908Z: Reading the content of file at assets/component-predictive-search.css...
2025-01-22T09:35:00.909Z: Reading the content of file at assets/component-price.css...
2025-01-22T09:35:00.909Z: Reading the content of file at assets/component-product-model.css...
2025-01-22T09:35:00.909Z: Reading the content of file at assets/component-product-variant-picker.css...
2025-01-22T09:35:00.909Z: Reading the content of file at assets/component-progress-bar.css...
2025-01-22T09:35:00.910Z: Reading the content of file at assets/component-rating.css...
2025-01-22T09:35:00.910Z: Reading the content of file at assets/component-search.css...
2025-01-22T09:35:00.910Z: Reading the content of file at assets/component-show-more.css...
2025-01-22T09:35:00.910Z: Reading the content of file at assets/component-slider.css...
2025-01-22T09:35:00.911Z: Reading the content of file at assets/component-slideshow.css...
2025-01-22T09:35:00.911Z: Reading the content of file at assets/component-swatch-input.css...
2025-01-22T09:35:00.911Z: Reading the content of file at assets/component-swatch.css...
2025-01-22T09:35:00.911Z: Reading the content of file at assets/component-totals.css...
2025-01-22T09:35:00.911Z: Reading the content of file at assets/component-volume-pricing.css...
2025-01-22T09:35:00.912Z: Reading the content of file at assets/constants.js...
2025-01-22T09:35:00.912Z: Reading the content of file at assets/customer.css...
2025-01-22T09:35:00.912Z: Reading the content of file at assets/customer.js...
2025-01-22T09:35:00.912Z: Reading the content of file at assets/details-disclosure.js...
2025-01-22T09:35:00.912Z: Reading the content of file at assets/details-modal.js...
2025-01-22T09:35:00.913Z: Reading the content of file at assets/email-signup-banner-background-mobile.svg...
2025-01-22T09:35:00.913Z: Reading the content of file at assets/email-signup-banner-background.svg...
2025-01-22T09:35:00.913Z: Reading the content of file at assets/facets.js...
2025-01-22T09:35:00.913Z: Reading the content of file at assets/global.js...
2025-01-22T09:35:00.913Z: Reading the content of file at assets/icon-3d-model.svg...
2025-01-22T09:35:00.914Z: Reading the content of file at assets/icon-account.svg...
2025-01-22T09:35:00.915Z: Reading the content of file at assets/icon-apple.svg...
2025-01-22T09:35:00.915Z: Reading the content of file at assets/icon-arrow.svg...
2025-01-22T09:35:00.917Z: Reading the content of file at assets/icon-banana.svg...
2025-01-22T09:35:00.917Z: Reading the content of file at assets/icon-bottle.svg...
2025-01-22T09:35:00.917Z: Reading the content of file at assets/icon-box.svg...
2025-01-22T09:35:00.918Z: Reading the content of file at assets/icon-caret.svg...
2025-01-22T09:35:00.918Z: Reading the content of file at assets/icon-carrot.svg...
2025-01-22T09:35:00.918Z: Reading the content of file at assets/icon-cart-empty.svg...
2025-01-22T09:35:00.918Z: Reading the content of file at assets/icon-cart.svg...
2025-01-22T09:35:00.919Z: Reading the content of file at assets/icon-chat-bubble.svg...
2025-01-22T09:35:00.919Z: Reading the content of file at assets/icon-check-mark.svg...
2025-01-22T09:35:00.920Z: Reading the content of file at assets/icon-checkmark.svg...
2025-01-22T09:35:00.920Z: Reading the content of file at assets/icon-clipboard.svg...
2025-01-22T09:35:00.921Z: Reading the content of file at assets/icon-close-small.svg...
2025-01-22T09:35:00.921Z: Reading the content of file at assets/icon-close.svg...
2025-01-22T09:35:00.922Z: Reading the content of file at assets/icon-copy.svg...
2025-01-22T09:35:00.922Z: Reading the content of file at assets/icon-dairy-free.svg...
2025-01-22T09:35:00.922Z: Reading the content of file at assets/icon-dairy.svg...
2025-01-22T09:35:00.922Z: Reading the content of file at assets/icon-discount.svg...
2025-01-22T09:35:00.923Z: Reading the content of file at assets/icon-dryer.svg...
2025-01-22T09:35:00.923Z: Reading the content of file at assets/icon-error.svg...
2025-01-22T09:35:00.923Z: Reading the content of file at assets/icon-eye.svg...
2025-01-22T09:35:00.923Z: Reading the content of file at assets/icon-facebook.svg...
2025-01-22T09:35:00.924Z: Reading the content of file at assets/icon-filter.svg...
2025-01-22T09:35:00.924Z: Reading the content of file at assets/icon-fire.svg...
2025-01-22T09:35:00.924Z: Reading the content of file at assets/icon-gluten-free.svg...
2025-01-22T09:35:00.924Z: Reading the content of file at assets/icon-hamburger.svg...
2025-01-22T09:35:00.925Z: Reading the content of file at assets/icon-heart.svg...
2025-01-22T09:35:00.925Z: Reading the content of file at assets/icon-info.svg...
2025-01-22T09:35:00.925Z: Reading the content of file at assets/icon-instagram.svg...
2025-01-22T09:35:00.926Z: Reading the content of file at assets/icon-inventory-status.svg...
2025-01-22T09:35:00.926Z: Reading the content of file at assets/icon-iron.svg...
2025-01-22T09:35:00.926Z: Reading the content of file at assets/icon-leaf.svg...
2025-01-22T09:35:00.926Z: Reading the content of file at assets/icon-leather.svg...
2025-01-22T09:35:00.926Z: Reading the content of file at assets/icon-lightning-bolt.svg...
2025-01-22T09:35:00.927Z: Reading the content of file at assets/icon-lipstick.svg...
2025-01-22T09:35:00.927Z: Reading the content of file at assets/icon-lock.svg...
2025-01-22T09:35:00.927Z: Reading the content of file at assets/icon-map-pin.svg...
2025-01-22T09:35:00.927Z: Reading the content of file at assets/icon-minus.svg...
2025-01-22T09:35:00.928Z: Reading the content of file at assets/icon-nut-free.svg...
2025-01-22T09:35:00.928Z: Reading the content of file at assets/icon-padlock.svg...
2025-01-22T09:35:00.928Z: Reading the content of file at assets/icon-pants.svg...
2025-01-22T09:35:00.928Z: Reading the content of file at assets/icon-pause.svg...
2025-01-22T09:35:00.928Z: Reading the content of file at assets/icon-paw-print.svg...
2025-01-22T09:35:00.929Z: Reading the content of file at assets/icon-pepper.svg...
2025-01-22T09:35:00.929Z: Reading the content of file at assets/icon-perfume.svg...
2025-01-22T09:35:00.929Z: Reading the content of file at assets/icon-pinterest.svg...
2025-01-22T09:35:00.929Z: Reading the content of file at assets/icon-plane.svg...
2025-01-22T09:35:00.929Z: Reading the content of file at assets/icon-plant.svg...
2025-01-22T09:35:00.930Z: Reading the content of file at assets/icon-play.svg...
2025-01-22T09:35:00.930Z: Reading the content of file at assets/icon-plus.svg...
2025-01-22T09:35:00.930Z: Reading the content of file at assets/icon-price-tag.svg...
2025-01-22T09:35:00.930Z: Reading the content of file at assets/icon-question-mark.svg...
2025-01-22T09:35:00.931Z: Reading the content of file at assets/icon-recycle.svg...
2025-01-22T09:35:00.931Z: Reading the content of file at assets/icon-remove.svg...
2025-01-22T09:35:00.932Z: Reading the content of file at assets/icon-reset.svg...
2025-01-22T09:35:00.932Z: Reading the content of file at assets/icon-return.svg...
2025-01-22T09:35:00.933Z: Reading the content of file at assets/icon-ruler.svg...
2025-01-22T09:35:00.933Z: Reading the content of file at assets/icon-search.svg...
2025-01-22T09:35:00.933Z: Reading the content of file at assets/icon-serving-dish.svg...
2025-01-22T09:35:00.934Z: Reading the content of file at assets/icon-share.svg...
2025-01-22T09:35:00.934Z: Reading the content of file at assets/icon-shirt.svg...
2025-01-22T09:35:00.934Z: Reading the content of file at assets/icon-shoe.svg...
2025-01-22T09:35:00.934Z: Reading the content of file at assets/icon-shopify.svg...
2025-01-22T09:35:00.935Z: Reading the content of file at assets/icon-silhouette.svg...
2025-01-22T09:35:00.935Z: Reading the content of file at assets/icon-snapchat.svg...
2025-01-22T09:35:00.935Z: Reading the content of file at assets/icon-snowflake.svg...
2025-01-22T09:35:00.935Z: Reading the content of file at assets/icon-star.svg...
2025-01-22T09:35:00.935Z: Reading the content of file at assets/icon-stopwatch.svg...
2025-01-22T09:35:00.936Z: Reading the content of file at assets/icon-success.svg...
2025-01-22T09:35:00.936Z: Reading the content of file at assets/icon-tick.svg...
2025-01-22T09:35:00.936Z: Reading the content of file at assets/icon-tiktok.svg...
2025-01-22T09:35:00.936Z: Reading the content of file at assets/icon-truck.svg...
2025-01-22T09:35:00.937Z: Reading the content of file at assets/icon-tumblr.svg...
2025-01-22T09:35:00.937Z: Reading the content of file at assets/icon-twitter.svg...
2025-01-22T09:35:00.937Z: Reading the content of file at assets/icon-unavailable.svg...
2025-01-22T09:35:00.938Z: Reading the content of file at assets/icon-vimeo.svg...
2025-01-22T09:35:00.938Z: Reading the content of file at assets/icon-washing.svg...
2025-01-22T09:35:00.939Z: Reading the content of file at assets/icon-youtube.svg...
2025-01-22T09:35:00.939Z: Reading the content of file at assets/icon-zoom.svg...
2025-01-22T09:35:00.939Z: Reading the content of file at assets/loading-spinner.svg...
2025-01-22T09:35:00.940Z: Reading the content of file at assets/localization-form.js...
2025-01-22T09:35:00.940Z: Reading the content of file at assets/magnify.js...
2025-01-22T09:35:00.940Z: Reading the content of file at assets/main-search.js...
2025-01-22T09:35:00.940Z: Reading the content of file at assets/mask-arch.svg...
2025-01-22T09:35:00.941Z: Reading the content of file at assets/mask-blobs.css...
2025-01-22T09:35:00.941Z: Reading the content of file at assets/media-gallery.js...
2025-01-22T09:35:00.941Z: Reading the content of file at assets/newsletter-section.css...
2025-01-22T09:35:00.942Z: Reading the content of file at assets/password-modal.js...
2025-01-22T09:35:00.942Z: Reading the content of file at assets/pickup-availability.js...
2025-01-22T09:35:00.942Z: Reading the content of file at assets/predictive-search.js...
2025-01-22T09:35:00.942Z: Reading the content of file at assets/price-per-item.js...
2025-01-22T09:35:00.943Z: Reading the content of file at assets/product-carousel.js...
2025-01-22T09:35:00.943Z: Reading the content of file at assets/product-form.js...
2025-01-22T09:35:00.943Z: Reading the content of file at assets/product-info.js...
2025-01-22T09:35:00.943Z: Reading the content of file at assets/product-modal.js...
2025-01-22T09:35:00.944Z: Reading the content of file at assets/product-model.js...
2025-01-22T09:35:00.944Z: Reading the content of file at assets/pubsub.js...
2025-01-22T09:35:00.945Z: Reading the content of file at assets/quantity-popover.css...
2025-01-22T09:35:00.946Z: Reading the content of file at assets/quantity-popover.js...
2025-01-22T09:35:00.947Z: Reading the content of file at assets/quick-add-bulk.js...
2025-01-22T09:35:00.947Z: Reading the content of file at assets/quick-add.css...
2025-01-22T09:35:00.947Z: Reading the content of file at assets/quick-add.js...
2025-01-22T09:35:00.947Z: Reading the content of file at assets/quick-order-list.css...
2025-01-22T09:35:00.948Z: Reading the content of file at assets/quick-order-list.js...
2025-01-22T09:35:00.949Z: Reading the content of file at assets/recipient-form.js...
2025-01-22T09:35:00.949Z: Reading the content of file at assets/search-form.js...
2025-01-22T09:35:00.950Z: Reading the content of file at assets/section-blog-post.css...
2025-01-22T09:35:00.950Z: Reading the content of file at assets/section-collection-list.css...
2025-01-22T09:35:00.950Z: Reading the content of file at assets/section-contact-form.css...
2025-01-22T09:35:00.951Z: Reading the content of file at assets/section-email-signup-banner.css...
2025-01-22T09:35:00.951Z: Reading the content of file at assets/section-featured-blog.css...
2025-01-22T09:35:00.951Z: Reading the content of file at assets/section-featured-product.css...
2025-01-22T09:35:00.951Z: Reading the content of file at assets/section-footer.css...
2025-01-22T09:35:00.952Z: Reading the content of file at assets/section-image-banner.css...
2025-01-22T09:35:00.952Z: Reading the content of file at assets/section-main-blog.css...
2025-01-22T09:35:00.952Z: Reading the content of file at assets/section-main-page.css...
2025-01-22T09:35:00.952Z: Reading the content of file at assets/section-main-product.css...
2025-01-22T09:35:00.952Z: Reading the content of file at assets/section-multicolumn.css...
2025-01-22T09:35:00.953Z: Reading the content of file at assets/section-password.css...
2025-01-22T09:35:00.953Z: Reading the content of file at assets/section-related-products.css...
2025-01-22T09:35:00.953Z: Reading the content of file at assets/section-rich-text.css...
2025-01-22T09:35:00.953Z: Reading the content of file at assets/share.js...
2025-01-22T09:35:00.954Z: Reading the content of file at assets/show-more.js...
2025-01-22T09:35:00.954Z: Reading the content of file at assets/sparkle.gif...
2025-01-22T09:35:00.954Z: Reading the content of file at assets/square.svg...
2025-01-22T09:35:00.955Z: Reading the content of file at assets/template-collection.css...
2025-01-22T09:35:00.955Z: Reading the content of file at assets/template-giftcard.css...
2025-01-22T09:35:00.955Z: Reading the content of file at assets/theme-editor.js...
2025-01-22T09:35:00.956Z: Reading the content of file at assets/video-section.css...
2025-01-22T09:35:00.956Z: Reading the content of file at config/settings_data.json...
2025-01-22T09:35:00.956Z: Reading the content of file at config/settings_schema.json...
2025-01-22T09:35:00.957Z: Reading the content of file at layout/password.liquid...
2025-01-22T09:35:00.957Z: Reading the content of file at layout/theme.liquid...
2025-01-22T09:35:00.957Z: Reading the content of file at locales/bg.json...
2025-01-22T09:35:00.958Z: Reading the content of file at locales/cs.json...
2025-01-22T09:35:00.958Z: Reading the content of file at locales/cs.schema.json...
2025-01-22T09:35:00.958Z: Reading the content of file at locales/da.json...
2025-01-22T09:35:00.958Z: Reading the content of file at locales/da.schema.json...
2025-01-22T09:35:00.958Z: Reading the content of file at locales/de.json...
2025-01-22T09:35:00.959Z: Reading the content of file at locales/de.schema.json...
2025-01-22T09:35:00.959Z: Reading the content of file at locales/el.json...
2025-01-22T09:35:00.959Z: Reading the content of file at locales/en.default.json...
2025-01-22T09:35:00.959Z: Reading the content of file at locales/en.default.schema.json...
2025-01-22T09:35:00.959Z: Reading the content of file at locales/es.json...
2025-01-22T09:35:00.959Z: Reading the content of file at locales/es.schema.json...
2025-01-22T09:35:00.960Z: Reading the content of file at locales/fi.json...
2025-01-22T09:35:00.960Z: Reading the content of file at locales/fi.schema.json...
2025-01-22T09:35:00.960Z: Reading the content of file at locales/fr.json...
2025-01-22T09:35:00.960Z: Reading the content of file at locales/fr.schema.json...
2025-01-22T09:35:00.960Z: Reading the content of file at locales/hr.json...
2025-01-22T09:35:00.961Z: Reading the content of file at locales/hu.json...
2025-01-22T09:35:00.961Z: Reading the content of file at locales/id.json...
2025-01-22T09:35:00.961Z: Reading the content of file at locales/it.json...
2025-01-22T09:35:00.961Z: Reading the content of file at locales/it.schema.json...
2025-01-22T09:35:00.961Z: Reading the content of file at locales/ja.json...
2025-01-22T09:35:00.962Z: Reading the content of file at locales/ja.schema.json...
2025-01-22T09:35:00.962Z: Reading the content of file at locales/ko.json...
2025-01-22T09:35:00.962Z: Reading the content of file at locales/ko.schema.json...
2025-01-22T09:35:00.962Z: Reading the content of file at locales/lt.json...
2025-01-22T09:35:00.963Z: Reading the content of file at locales/nb.json...
2025-01-22T09:35:00.963Z: Reading the content of file at locales/nb.schema.json...
2025-01-22T09:35:00.963Z: Reading the content of file at locales/nl.json...
2025-01-22T09:35:00.963Z: Reading the content of file at locales/nl.schema.json...
2025-01-22T09:35:00.964Z: Reading the content of file at locales/pl.json...
2025-01-22T09:35:00.964Z: Reading the content of file at locales/pl.schema.json...
2025-01-22T09:35:00.964Z: Reading the content of file at locales/pt-BR.json...
2025-01-22T09:35:00.964Z: Reading the content of file at locales/pt-BR.schema.json...
2025-01-22T09:35:00.965Z: Reading the content of file at locales/pt-PT.json...
2025-01-22T09:35:00.965Z: Reading the content of file at locales/pt-PT.schema.json...
2025-01-22T09:35:00.966Z: Reading the content of file at locales/ro.json...
2025-01-22T09:35:00.966Z: Reading the content of file at locales/ru.json...
2025-01-22T09:35:00.966Z: Reading the content of file at locales/sk.json...
2025-01-22T09:35:00.967Z: Reading the content of file at locales/sl.json...
2025-01-22T09:35:00.967Z: Reading the content of file at locales/sv.json...
2025-01-22T09:35:00.967Z: Reading the content of file at locales/sv.schema.json...
2025-01-22T09:35:00.967Z: Reading the content of file at locales/th.json...
2025-01-22T09:35:00.968Z: Reading the content of file at locales/th.schema.json...
2025-01-22T09:35:00.968Z: Reading the content of file at locales/tr.json...
2025-01-22T09:35:00.968Z: Reading the content of file at locales/tr.schema.json...
2025-01-22T09:35:00.969Z: Reading the content of file at locales/vi.json...
2025-01-22T09:35:00.969Z: Reading the content of file at locales/zh-CN.json...
2025-01-22T09:35:00.969Z: Reading the content of file at locales/zh-CN.schema.json...
2025-01-22T09:35:00.969Z: Reading the content of file at locales/zh-TW.json...
2025-01-22T09:35:00.970Z: Reading the content of file at locales/zh-TW.schema.json...
2025-01-22T09:35:00.970Z: Reading the content of file at sections/announcement-bar.liquid...
2025-01-22T09:35:00.970Z: Reading the content of file at sections/apps.liquid...
2025-01-22T09:35:00.970Z: Reading the content of file at sections/bulk-quick-order-list.liquid...
2025-01-22T09:35:00.971Z: Reading the content of file at sections/cart-drawer.liquid...
2025-01-22T09:35:00.971Z: Reading the content of file at sections/cart-icon-bubble.liquid...
2025-01-22T09:35:00.971Z: Reading the content of file at sections/cart-live-region-text.liquid...
2025-01-22T09:35:00.972Z: Reading the content of file at sections/cart-notification-button.liquid...
2025-01-22T09:35:00.973Z: Reading the content of file at sections/cart-notification-product.liquid...
2025-01-22T09:35:00.973Z: Reading the content of file at sections/collage.liquid...
2025-01-22T09:35:00.973Z: Reading the content of file at sections/collapsible-content.liquid...
2025-01-22T09:35:00.974Z: Reading the content of file at sections/collection-list.liquid...
2025-01-22T09:35:00.974Z: Reading the content of file at sections/contact-form.liquid...
2025-01-22T09:35:00.975Z: Reading the content of file at sections/custom-liquid.liquid...
2025-01-22T09:35:00.975Z: Reading the content of file at sections/email-signup-banner.liquid...
2025-01-22T09:35:00.975Z: Reading the content of file at sections/featured-blog.liquid...
2025-01-22T09:35:00.976Z: Reading the content of file at sections/featured-collection.liquid...
2025-01-22T09:35:00.976Z: Reading the content of file at sections/featured-product.liquid...
2025-01-22T09:35:00.976Z: Reading the content of file at sections/footer-group.json...
2025-01-22T09:35:00.976Z: Reading the content of file at sections/footer.liquid...
2025-01-22T09:35:00.977Z: Reading the content of file at sections/header-group.json...
2025-01-22T09:35:00.977Z: Reading the content of file at sections/header.liquid...
2025-01-22T09:35:00.977Z: Reading the content of file at sections/image-banner.liquid...
2025-01-22T09:35:00.978Z: Reading the content of file at sections/image-with-text.liquid...
2025-01-22T09:35:00.978Z: Reading the content of file at sections/main-404.liquid...
2025-01-22T09:35:00.978Z: Reading the content of file at sections/main-account.liquid...
2025-01-22T09:35:00.978Z: Reading the content of file at sections/main-activate-account.liquid...
2025-01-22T09:35:00.979Z: Reading the content of file at sections/main-addresses.liquid...
2025-01-22T09:35:00.979Z: Reading the content of file at sections/main-article.liquid...
2025-01-22T09:35:00.979Z: Reading the content of file at sections/main-blog.liquid...
2025-01-22T09:35:00.979Z: Reading the content of file at sections/main-cart-footer.liquid...
2025-01-22T09:35:00.980Z: Reading the content of file at sections/main-cart-items.liquid...
2025-01-22T09:35:00.980Z: Reading the content of file at sections/main-collection-banner.liquid...
2025-01-22T09:35:00.980Z: Reading the content of file at sections/main-collection-product-grid.liquid...
2025-01-22T09:35:00.980Z: Reading the content of file at sections/main-list-collections.liquid...
2025-01-22T09:35:00.981Z: Reading the content of file at sections/main-login.liquid...
2025-01-22T09:35:00.981Z: Reading the content of file at sections/main-order.liquid...
2025-01-22T09:35:00.981Z: Reading the content of file at sections/main-page.liquid...
2025-01-22T09:35:00.981Z: Reading the content of file at sections/main-password-footer.liquid...
2025-01-22T09:35:00.982Z: Reading the content of file at sections/main-password-header.liquid...
2025-01-22T09:35:00.982Z: Reading the content of file at sections/main-product.liquid...
2025-01-22T09:35:00.982Z: Reading the content of file at sections/main-register.liquid...
2025-01-22T09:35:00.982Z: Reading the content of file at sections/main-reset-password.liquid...
2025-01-22T09:35:00.982Z: Reading the content of file at sections/main-search.liquid...
2025-01-22T09:35:00.983Z: Reading the content of file at sections/multicolumn.liquid...
2025-01-22T09:35:00.983Z: Reading the content of file at sections/multirow.liquid...
2025-01-22T09:35:00.983Z: Reading the content of file at sections/newsletter.liquid...
2025-01-22T09:35:00.983Z: Reading the content of file at sections/page.liquid...
2025-01-22T09:35:00.984Z: Reading the content of file at sections/pickup-availability.liquid...
2025-01-22T09:35:00.984Z: Reading the content of file at sections/predictive-search.liquid...
2025-01-22T09:35:00.984Z: Reading the content of file at sections/related-products.liquid...
2025-01-22T09:35:00.984Z: Reading the content of file at sections/quick-order-list.liquid...
2025-01-22T09:35:00.985Z: Reading the content of file at sections/rich-text.liquid...
2025-01-22T09:35:00.985Z: Reading the content of file at sections/slideshow.liquid...
2025-01-22T09:35:00.985Z: Reading the content of file at sections/step-guide.liquid...
2025-01-22T09:35:00.985Z: Reading the content of file at sections/video.liquid...
2025-01-22T09:35:00.985Z: Reading the content of file at snippets/article-card.liquid...
2025-01-22T09:35:00.986Z: Reading the content of file at snippets/buy-buttons.liquid...
2025-01-22T09:35:00.986Z: Reading the content of file at snippets/card-collection.liquid...
2025-01-22T09:35:00.986Z: Reading the content of file at snippets/card-product.liquid...
2025-01-22T09:35:00.986Z: Reading the content of file at snippets/cart-drawer.liquid...
2025-01-22T09:35:00.986Z: Reading the content of file at snippets/cart-notification.liquid...
2025-01-22T09:35:00.987Z: Reading the content of file at snippets/country-localization.liquid...
2025-01-22T09:35:00.987Z: Reading the content of file at snippets/facets.liquid...
2025-01-22T09:35:00.987Z: Reading the content of file at snippets/gift-card-recipient-form.liquid...
2025-01-22T09:35:00.987Z: Reading the content of file at snippets/header-drawer.liquid...
2025-01-22T09:35:00.988Z: Reading the content of file at snippets/header-dropdown-menu.liquid...
2025-01-22T09:35:00.988Z: Reading the content of file at snippets/header-mega-menu.liquid...
2025-01-22T09:35:00.988Z: Reading the content of file at snippets/header-search.liquid...
2025-01-22T09:35:00.988Z: Reading the content of file at snippets/icon-accordion.liquid...
2025-01-22T09:35:00.989Z: Reading the content of file at snippets/icon-with-text.liquid...
2025-01-22T09:35:00.989Z: Reading the content of file at snippets/language-localization.liquid...
2025-01-22T09:35:00.989Z: Reading the content of file at snippets/loading-spinner.liquid...
2025-01-22T09:35:00.989Z: Reading the content of file at snippets/meta-tags.liquid...
2025-01-22T09:35:00.990Z: Reading the content of file at snippets/pagination.liquid...
2025-01-22T09:35:00.990Z: Reading the content of file at snippets/price-facet.liquid...
2025-01-22T09:35:00.991Z: Reading the content of file at snippets/price.liquid...
2025-01-22T09:35:00.991Z: Reading the content of file at snippets/product-media-gallery.liquid...
2025-01-22T09:35:00.992Z: Reading the content of file at snippets/product-media-modal.liquid...
2025-01-22T09:35:00.992Z: Reading the content of file at snippets/product-media.liquid...
2025-01-22T09:35:00.993Z: Reading the content of file at snippets/product-thumbnail.liquid...
2025-01-22T09:35:00.993Z: Reading the content of file at snippets/product-variant-options.liquid...
2025-01-22T09:35:00.993Z: Reading the content of file at snippets/product-variant-picker.liquid...
2025-01-22T09:35:00.994Z: Reading the content of file at snippets/progress-bar.liquid...
2025-01-22T09:35:00.994Z: Reading the content of file at snippets/quantity-input.liquid...
2025-01-22T09:35:00.994Z: Reading the content of file at snippets/quick-order-list-row.liquid...
2025-01-22T09:35:00.994Z: Reading the content of file at snippets/quick-order-list.liquid...
2025-01-22T09:35:00.994Z: Reading the content of file at snippets/quick-order-product-row.liquid...
2025-01-22T09:35:00.995Z: Reading the content of file at snippets/share-button.liquid...
2025-01-22T09:35:00.995Z: Reading the content of file at snippets/social-icons.liquid...
2025-01-22T09:35:00.995Z: Reading the content of file at snippets/swatch-input.liquid...
2025-01-22T09:35:00.995Z: Reading the content of file at snippets/swatch.liquid...
2025-01-22T09:35:00.995Z: Reading the content of file at templates/404.json...
2025-01-22T09:35:00.996Z: Reading the content of file at templates/article.json...
2025-01-22T09:35:00.996Z: Reading the content of file at templates/blog.json...
2025-01-22T09:35:00.996Z: Reading the content of file at templates/cart.json...
2025-01-22T09:35:00.996Z: Reading the content of file at templates/collection.json...
2025-01-22T09:35:00.996Z: Reading the content of file at templates/gift_card.liquid...
2025-01-22T09:35:00.997Z: Reading the content of file at templates/index.json...
2025-01-22T09:35:00.997Z: Reading the content of file at templates/list-collections.json...
2025-01-22T09:35:00.997Z: Reading the content of file at templates/page.contact.json...
2025-01-22T09:35:00.997Z: Reading the content of file at templates/page.json...
2025-01-22T09:35:00.997Z: Reading the content of file at templates/password.json...
2025-01-22T09:35:00.998Z: Reading the content of file at templates/product.json...
2025-01-22T09:35:00.998Z: Reading the content of file at templates/search.json...
2025-01-22T09:35:00.999Z: Reading the content of file at templates/customers/account.json...
2025-01-22T09:35:00.999Z: Reading the content of file at templates/customers/activate_account.json...
2025-01-22T09:35:00.999Z: Reading the content of file at templates/customers/addresses.json...
2025-01-22T09:35:01.000Z: Reading the content of file at templates/customers/login.json...
2025-01-22T09:35:01.000Z: Reading the content of file at templates/customers/order.json...
2025-01-22T09:35:01.000Z: Reading the content of file at templates/customers/register.json...
2025-01-22T09:35:01.000Z: Reading the content of file at templates/customers/reset_password.json...
2025-01-22T09:35:02.146Z: Request to https://demodevtest.myshopify.com/ completed in 1306 ms
With response headers:

  • content-type: text/html; charset=utf-8
  • etag: "cacheable:d730bafefa9d2eaa6f0da3abac154d55"
  • server-timing: processing;dur=281;desc="gc:44", db;dur=31, db_async;dur=3.851, render;dur=17, asn;desc="36903", edge;desc="MRS", country;desc="MA", theme;desc="143738634405", pageType;desc="password", servedBy;desc="sq9h", requestID;desc="34d7756b-2479-4064-994b-e9f1d9c2deb8-1737538501", cfRequestDuration;dur=470.999956
  • x-request-id: 34d7756b-2479-4064-994b-e9f1d9c2deb8-1737538501

2025-01-22T09:35:02.148Z: Getting storefront password for shop demodevtest.myshopify.com...
2025-01-22T09:35:02.555Z: Request to https://demodevtest.myshopify.com/password completed in 405 ms
With response headers:

  • content-type: text/html; charset=utf-8
  • server-timing: processing;dur=10;desc="gc:1", db;dur=2, db_async;dur=1.64, asn;desc="36903", edge;desc="MRS", country;desc="MA", pageType;desc="password", servedBy;desc="zf5m", requestID;desc="b4acc2b5-77ef-4cd4-b44e-ddd1879b941b-1737538502", cfRequestDuration;dur=177.999973
  • x-request-id: b4acc2b5-77ef-4cd4-b44e-ddd1879b941b-1737538502

2025-01-22T09:35:02.557Z: Setting storefront password for shop demodevtest.myshopify.com...
2025-01-22T09:35:02.561Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]

2025-01-22T09:35:02.561Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store demodevtest.myshopify.com:
[]

2025-01-22T09:35:02.561Z: Getting session store...
2025-01-22T09:35:02.565Z: 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": "demodevtest.myshopify.com"
}
}

2025-01-22T09:35:02.565Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2025-01-22T09:35:02.566Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:

  • User-Agent: Shopify CLI; v=3.73.2
  • Keep-Alive: timeout=30
  • Sec-CH-UA-PLATFORM: linux
  • Content-Type: application/json

2025-01-22T09:35:03.101Z: Request to https://accounts.shopify.com/oauth/introspection completed in 534 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/"95cf10b50469adca10151035aabfb82f"
  • server-timing: processing;dur=34, socket_queue;dur=1.504, edge;dur=2.041, util;dur=0.2, cfRequestDuration;dur=166.999817
  • x-request-id: e0a366cb-5310-4cf4-899f-4cf0aed02482-1737538502

2025-01-22T09:35:03.103Z: The identity token is valid: true
2025-01-22T09:35:03.103Z:
The validation of the token for application/identity completed with the following results:

  • It's expired: false
  • It's invalid in identity: false

2025-01-22T09:35:03.104Z: Ensuring that the user is authenticated with the Storefront API with the following scopes:
[]

2025-01-22T09:35:03.104Z: Getting session store...
2025-01-22T09:35:03.105Z: 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": []
}
}

2025-01-22T09:35:03.105Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2025-01-22T09:35:03.106Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:

  • User-Agent: Shopify CLI; v=3.73.2
  • Keep-Alive: timeout=30
  • Sec-CH-UA-PLATFORM: linux
  • Content-Type: application/json

2025-01-22T09:35:03.685Z: Request to https://accounts.shopify.com/oauth/introspection completed in 579 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/"95cf10b50469adca10151035aabfb82f"
  • server-timing: processing;dur=33, socket_queue;dur=1.932, edge;dur=1.041, util;dur=0.1, cfRequestDuration;dur=193.000078
  • x-request-id: 5b0cf881-5a14-45a9-b918-9eb9a6f6325b-1737538503

2025-01-22T09:35:03.687Z: The identity token is valid: true
2025-01-22T09:35:03.688Z:
The validation of the token for application/identity completed with the following results:

  • It's expired: false
  • It's invalid in identity: false

2025-01-22T09:35:03.969Z: Request to https://demodevtest.myshopify.com/?preview_theme_id=143805415589&_fd=0&pb=0 completed in 279 ms
With response headers:

  • content-type: text/html; charset=utf-8
  • server-timing: processing;dur=39, db;dur=9, db_async;dur=6.137, asn;desc="36903", edge;desc="MRS", country;desc="MA", theme;desc="143805415589", pageType;desc="index", servedBy;desc="qk2w", requestID;desc="c092a35d-0c2b-4367-b84e-fab97561f419-1737538503", cfRequestDuration;dur=189.999819
  • x-request-id: c092a35d-0c2b-4367-b84e-fab97561f419-1737538503

2025-01-22T09:35:04.226Z: Request to https://demodevtest.myshopify.com/password completed in 255 ms
With response headers:

  • content-type: text/html; charset=utf-8
  • server-timing: processing;dur=9, db;dur=3, db_async;dur=1.536, asn;desc="36903", edge;desc="MRS", country;desc="MA", pageType;desc="password", servedBy;desc="4nnh", requestID;desc="68ebe687-f68b-4b5e-b2e2-75af403edfea-1737538504", cfRequestDuration;dur=164.999962
  • x-request-id: 68ebe687-f68b-4b5e-b2e2-75af403edfea-1737538504

2025-01-22T09:35:04.450Z: Sending "Admin" GraphQL request:
query getThemeFileChecksums($id: ID!, $after: String) {
theme(id: $id) {
files(first: 250, after: $after) {
nodes {
filename
size
checksumMd5
__typename
}
userErrors {
filename
code
__typename
}
pageInfo {
hasNextPage
endCursor
__typename
}
__typename
}
__typename
}
}

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

With request headers:

  • User-Agent: Shopify CLI; v=3.73.2
  • Keep-Alive: timeout=30
  • Sec-CH-UA-PLATFORM: linux
  • Content-Type: application/json

to https://demodevtest.myshopify.com/admin/api/2025-01/graphql.json
2025-01-22T09:35:04.712Z: Request to https://demodevtest.myshopify.com/admin/api/2025-01/graphql.json completed in 260 ms
With response headers:

╭─ error ─────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Failed to perform the initial theme synchronization. │
│ │
│ request to https://demodevtest.myshopify.com/admin/api/2025-01/graphql.json failed, │
│ reason: │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯

2025-01-22T09:35:04.758Z: Failed to perform the initial theme synchronization.
FetchError: request to https://demodevtest.myshopify.com/admin/api/2025-01/graphql.json failed, reason:
at ClientRequest. (file:///home/driss/.nvm/versions/node/v22.11.0/lib/node_modules/@shopify/cli/dist/chunk-7VQ2QADA.js:26517:18)
at ClientRequest.emit (node:events:518:28)
at ClientRequest.emit (node:domain:489:12)
at emitErrorEvent (node:_http_client:103:11)
at TLSSocket.socketErrorListener (node:_http_client:506:5)
at TLSSocket.emit (node:events:518:28)
at TLSSocket.emit (node:domain:489:12)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

@haythemblubolt
Copy link
Author

@aswamy please find the full verbose log here
https://drive.google.com/file/d/1dX48gIK6ohVCqrpEGfkFmAbRcP3J3e8n/view
It happens all the time with occasionally different error messages but always failing

@aswamy
Copy link
Contributor

aswamy commented Jan 24, 2025

Starting v 3.74 of the CLI, the theme synchronization code was changed. Could you upgrade your CLI and see if affects your shopify theme dev command?

  • Could you also run shopify theme pull -t <theme> and shopify theme push -d --verbose? Do both of those pass or also fail?

@ouDriss95
Copy link

Hi @aswamy @haythemblubolt ,

Unfortunately, the issue with shopify theme dev still persists even after updating the CLI to version 3.74.1. However, when I try both shopify theme dev -t <theme id> and shopify theme push -t <theme id> are working perfectly fine.

While I’m not entirely sure what’s causing the issue, I’m relieved to have found a workaround for now. Let me know if you have any insights or if there’s anything else I should try! Thanks

@haythemblubolt
Copy link
Author

Hey @ouDriss95
Can you please share your workaround?

@ouDriss95
Copy link

Hey @haythemblubolt

Over the past four days, it kept breaking multiple times until I finally fixed it yesterday. However, this morning, it stopped working again, and I’m not sure what’s causing the issue.

I’d really appreciate it if @aswamy could share his step-by-step process for working with Shopify CLI. It would be helpful to compare it with our workflow and see if we’re missing something.

@aswamy aswamy added Severity: 2 High Severity and removed State: Waiting for feedback labels Feb 3, 2025
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 Severity: 2 High Severity Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants