Skip to content

[Bug]: Theme commands hitting network issues #6062

@graygilmore

Description

@graygilmore

This serves as the main issue for network-related problems that have been hindering developers using theme commands (in particular theme dev and theme push). We're going to colocate all problems here to make sure we have a single point of entry.

Known Issues

GraphQL requests fail

There are a few specific issues that we're currently tracking:

No reason:

Failed to perform the initial theme synchronization.
request to https://<shop>.myshopify.com/admin/api/2025-04/graphql.json failed, reason:

Timeout:

request to https://<shop>.myshopify.com/admin/api/unstable/themes.json failed, 
reason: read ETIMEDOUT
Error while polling for changes.  
request to https://<shop>.myshopify.com/admin/api/2025-04/graphql.json failed, reason: 
AggregateError [ETIMEDOUT]

TLS:

request to https://<shop>.myshopify.com/admin/api/2025-04/graphql.json failed,
reason: Client network socket disconnected before secure TLS connection was established  

Large themes

Some large themes are also potentially experiencing either exacerbated issues of the above or different issues altogether like hanging on theme dev due to a separate Liquid parsing issue.

How to help

If you'd like to provide a comment on this issue please make sure to include important information like:

  • Verbose logs, please use the following format to keep the logs condensed:
    <details>
        <summary>Verbose output</summary>
        ```
        your logs here
        ```
    </details>
    
  • (Optional) Your location, network connection, and any other additional pieces like VPN, hotspot, etc (we're trying to understand if this is a latency issue of some kind)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions