Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Local customized theme's data not being saved in settings_data.json #1434

Description

@iRabi

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

  1. Serve the theme in localhost (CLI > 'shopify theme serve')
  2. Customize theme in editor
  3. Save, stop theme serve and push it in live (CLI > 'shopify theme push')

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions