Configuration synchronisation fails if views relationship is used.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2854730. --> Reported by: [johnpitcairn](https://www.drupal.org/user/425866) >>> <p>I have a view of content using the "custom menu link" relationship.</p> <p>Menu entity link is configured to index the main navigation menu and content.</p> <p>Exporting configuration via <code>drush cex</code> produces a config file for the view, and another for this modulek, <code>menu_entity_index.configuration.yml</code>.</p> <p>If I make a configuration change then run <code>drush cim</code>, the import fails:</p> <pre>Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization. in&nbsp;&nbsp;&nbsp;&nbsp; [error]<br>Drupal\Core\Config\ConfigImporter-&gt;validate() (line 728 of<br>/Users/john/OpusLocus/Sites/strategi8/public/web/core/lib/Drupal/Core/Config/ConfigImporter.php).<br>The import failed due for the following reasons:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [error]<br>Configuration &lt;em class="placeholder"&gt;views.view.navigation&lt;/em&gt; depends on the &lt;em<br>class="placeholder"&gt;menu_entity_index.configuration.menus&lt;/em&gt; configuration that will not exist after<br>import.</pre>
issue