Support

Account

Home Forums ACF PRO The acf-json workflow Reply To: The acf-json workflow

  • I’m having the same issue with the way the json file is updated after using the sync feature.

    Workflow:

    * check in an updated json file to origin
    * update remote using git pull via terminal
    * hit sync on the remote via WP-admin

    the json file is now modified with a new timestamp and “local”: “json” added to the end.

    This creates an issue with our workflow since the remote should not be modifying files, and I have to do a git reset or checkout — before pulling any other changes.

    Not sure when this issue was introduced, 5.2.8-5.3 all modify the json file when syncing.

    We can get around the amended json issue locally by pulling the DB rather than using the sync feature. But can’t do this the other way around.