Problem/Motivation
Just updated to v4. When our CI does an import we get an error for all new simple_sitemap.type.* config files:
The import failed due to the following reasons:
Deleted and replaced configuration entity "simple_sitemap.type.site_co_kr"
Deleted and replaced configuration entity "simple_sitemap.type.site_com_cn"
Deleted and replaced configuration entity "simple_sitemap.type.site_com_tw"
Deleted and replaced configuration entity "simple_sitemap.type.site_co_jp"
Deleted and replaced configuration entity "simple_sitemap.type.www_site_com
Steps to reproduce
Export config with new simple_sitemap.type.type.* files, commit and push to travis_ci. When build imports we get that error.
Comments
Comment #2
justclint commentedThe issue here seemed to be that when we created the new types, we used the same id's as the previous variants. Just changing the type ids solved this issue. This can be closed.
Comment #3
shabana.navas commentedThis actually appears to be related to this: https://www.drupal.org/project/domain_simple_sitemap/issues/3465449#comm...
Comment #4
joshua1234511Issue is related to https://www.drupal.org/project/domain_simple_sitemap/issues/3465449
Standalone module has no issue, issue with Domain access feature.
Can be closed.
Comment #5
walkingdexter commentedComment #6
gbyte