- πΊπΈUnited States krisahil
I recently set up this module with config_split (note that this is a Drupal 10.1 site on the 1.x series of config_split, not 2.0 yet). It sounds like you have everything configured correctly. One tricky thing to remember: You might need to import config twice (e.g., drush config:import), once so that Drupal reads the new config-split settings, and the second to actually import that environment's split.
- πΊπΈUnited States devkinetic
I second having to import the config twice, it's always
drush cr; drush cim -y; drush cim -y
. - Status changed to Closed: works as designed
4 days ago 8:58pm 9 June 2025 - πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
Sounds like this has been resolved, I've added to the documentation: https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... β