Shopify CLI theme development issues


Shopify CLI local development always disconnects due to theme ID mismatch shortly after startup. How to solve this problem?

I have never run into this issue.

Which params do you pass when starting it?

I usually have a shopify.theme.toml in root with

[environments.default]
password = "..."
store = "...myshopify.com"

and then run shopify theme dev -e default -t <theme_id>

Are you still seeing this issue @Penghui ?