Problem/Motivation
We've been creating and editing migration ymls and importing them into our custom migration module. We've listed our ymls in the Auto Import box in the gui at admin/config/development/config_devel. We've been doing this for months and config_devel has been a life saver.
Suddenly it has stopped importing. No idea why.
It does not import on creation or on edit of a yml that is listed in the Auto Import box.
Proposed resolution
Anyone else getting this?
Does anyone know how to trouble shoot?
Partial workaround
I can manually import a new yml as a single import at admin/config/development/configuration/single/import.
I can't repeat the same process after an edit of a yml as it complains about lack of a UUID. I haven't been putting UUIDs in our custom migration ymls.
You could also uninstall and re-install your custom migration module after every change to the ymls. Assuming you've put the ymls in the config/install directory of your custom module they should be reloaded. [time consuming]
Drupal 9.4.8
Comments
Comment #2
joachim commentedI'm not sure I've ever used the auto import functionality, so it might have been broken by other changes.
Start debugging in ConfigDevelAutoImportSubscriber and see where you get :)
Comment #3
nigelwhiteComment #4
nigelwhiteAh - it's started working again after switch-on this morning. That's grand.
BTW the auto import feature is boss
Comment #5
joachim commentedOk, in which case I'll close this.
Thanks for reporting back!