-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
Area: @shopify/theme@shopify/theme package issues@shopify/theme package issuesSeverity: 2High SeverityHigh SeverityType: BugSomething isn't workingSomething isn't working
Description
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
Area: @shopify/theme@shopify/theme package issues@shopify/theme package issuesSeverity: 2High SeverityHigh SeverityType: BugSomething isn't workingSomething isn't working