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
We can view the development them in http://127.0.0.1:9292/ and changes made in https://[sitename].myshopify.com/admin/themes/12345xxxxxx/editor are also reflected in http://127.0.0.1:9292/ once saved but the values are not being saved in settings_data.json
So, when 'shopify theme push' is executed in CLI no customized changes are uploaded in live theme.
Expected behavior
All changes that are saved and reflected in http://127.0.0.1:9292/ must be saved in settings_data.json and pushed to live site.
Actual behavior
Customized changes from editor are not being saved in local settings_data.json and when theme is pushed there is not any change visible in live site.
Steps to reproduce the problem
Serve the theme in localhost (CLI > 'shopify theme serve')
Customize theme in editor
Save, stop theme serve and push it in live (CLI > 'shopify theme push')
Issue summary
We can view the development them in http://127.0.0.1:9292/ and changes made in https://[sitename].myshopify.com/admin/themes/12345xxxxxx/editor are also reflected in http://127.0.0.1:9292/ once saved but the values are not being saved in settings_data.json
So, when 'shopify theme push' is executed in CLI no customized changes are uploaded in live theme.
Expected behavior
All changes that are saved and reflected in http://127.0.0.1:9292/ must be saved in settings_data.json and pushed to live site.
Actual behavior
Customized changes from editor are not being saved in local settings_data.json and when theme is pushed there is not any change visible in live site.
Steps to reproduce the problem