- Issue created by @achap
After installing my site from existing config and then exporting the config without making any changes my embed.button.node.yml file shows changes. This does not occur during a regular config export with a production database. That suggests to me a schema mismatch between update hooks and installed schema. In the embed_post_update_convert_encoded_icon_data function I was able to see that most of the code is never executed because icon_uuid value is NULL for all my buttons. Therefore it looks like the config is never saved hence the mismatch.
Try installing an older site from existing config, then immediately export the config to see if there are changes.
Write an update hook to fix the mismatch.
Active
1.0
Code