-
Notifications
You must be signed in to change notification settings - Fork 130
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]: AggregateError [ETIMEDOUT] (shopify theme dev --theme-editor-sync) #4576
Comments
Same issue but with app dev |
Hi 👋 the AggregateError might be related to something in your network or environment. Can you check this comment and report back if any of that rings a bell? If possible, can you try in a different network / without VPNs etc. and see if that changes anything? |
Unfortunately it don't ring a bell. I don't use a VPN, internet connexion is excellent and uninterupted, and my work environment has not changed for a while except for CLI update and Node. I've never had a similar issue with the legacy CLI. At the moment I can't replicate this error, meaning that yesterday it happened a couple of times, but today none (same setup). This CLI version has still a lot of issues going on though, and I don't have time to open multiple issues, but in a gist:
All in all, both CLI versions are a pain to use right now, especially as I tend to log into 3+ stores daily. I wish one was decent to use. |
I haven't seen the AggregateError one, but after leaving the dev command with
Will look into that, perhaps these errors shouldn't exit the process. cc @jamesmengo @karreiro |
For instance, right now as I'm using the CLI, I got this error out of nowhere (after I added a section schema setting, but not sure it's related). I've had various errors like that since trying to use the newer CLI.
|
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
It should have worked.
Actual behavior
The CLI ends its process by itslef. Sometimes the local theme dev might work a couple of minutes before it crashes randomly (with a different error than the one in this verbose), sometimes it crashes as soon as I start it (see verbose). Using
--legacy
is not a good option either because it just can't handle the newer json comments properly when using flag--theme-editor-sync
so it's a pain to use (see issue #4107 that is still relevant)Verbose output
Reproduction steps
shopify theme dev --theme-editor-sync --store=store_id
Operating System
Windows 11 WSL2 (Ubuntu 22.04.3 LTS)
Shopify CLI version (check your project's
package.json
if you're not sure)3.68.0
Shell
bash
Node version (run
node -v
if you're not sure)v20.17.0
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: