How to reproduce

  1. Install Drupal with Standard profile.
  2. Remove all content types.
  3. Export configuration.
  4. Import configuration.
  5. Create new content type ("test", for example).
  6. Add some fields to the new content type.
  7. Export configuration.

You'll see field.field.node.page.body.yml which will break next configuration import. Import of configuration works great after deleting this redundant file.

Comments

danylevskyi created an issue. See original summary.

mtift’s picture

I cannot reproduce this issue. If you delete all content types and create a new content type called "test" then you would no longer export field.field.node.page.body.yml. @danylevskyi are you using the export tool at admin/config/development/configuration/full/export to export your config? Or drush?

Berdir’s picture

Status: Active » Closed (cannot reproduce)

Yeah, I don't see how this could happen except when you manually update folders and don't delete all old files.