Hi Bircher, thanks for the info. I was able work it out with the example that was provided in the split edit form. May be, the format that I had might be wrong before. I also forgot to mention that I was using the profile_split_enable to override the config initially, then the issue I explained in
#1
π
Config is not exported to split folder when only current status is active.
Closed: works as designed
popped up. I didn't know it was the issue with config_split or the profile_split_enable, to further troubleshoot I overrided the split status in settings.php (wrong format) but it was still taking the config override settings by profile_split_enable since it is a wrong format. I did further debugging and found that the profile_split_enable was using the KernelEvents::REQUEST
which is the reason the drush config-split:export is failing. There was a merge request for profile_split_enable which is in RTBC status but it was never merged. This is the
issue
π
Use config override instead of event subscirber to enable the profile split
RTBC
page. I was able to apply it as a patch and it started working right away. Do we have any timeline on when that MR could get merged?
schirumamilla β created an issue.