You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
In which of these areas are you experiencing a problem?
Theme
Expected behavior
No code in development and on a local server should be live until deployed.
Actual behavior
While running shopify theme dev --store <site>.myshopify.com, code is automatically synced to the Shopify Theme Editor and is on the live theme. For this site, we are not using the Github integration and use webpack and shopify theme push to deploy a new theme. We have run into this issue several times in the past week on several branches with this particular site. Here is a preview of the scripts we use to deploy.
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
No code in development and on a local server should be live until deployed.
Actual behavior
While running
shopify theme dev --store <site>.myshopify.com
, code is automatically synced to the Shopify Theme Editor and is on the live theme. For this site, we are not using the Github integration and use webpack andshopify theme push
to deploy a new theme. We have run into this issue several times in the past week on several branches with this particular site. Here is a preview of the scripts we use to deploy.See below for verbose out, here is also the output after we save in our IDE (VScode)
Also, to note, we are not using the
--theme-editor-sync
flag, this seems to be the inverse of that!Verbose output
Reproduction steps
Operating System
MacBook Pro Sonoma 14.4.1
Shopify CLI version (check your project's
package.json
if you're not sure)Current Shopify CLI version: 3.59.1
Shell
iTerm2
Node version (run
node -v
if you're not sure)v20.5.0
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: