I updated to alpha 7 and can't import configuration anymore.
/admin/config/development/configuration/distro tells me:
The staged configuration cannot be imported, because it originates from a different site than this site. You can only synchronize configuration between cloned instances of this site.
Maybe this bug belongs to one of the other modules involved but i am not sure which one. :)
Snippet of composer.lock versions i am using:
"name": "drupal/config_distro", "version": "1.0.0-alpha2",
"name": "drupal/config_filter", "version": "1.2.0",
"name": "drupal/config_merge", "version": "1.0.0-alpha2",
"name": "drupal/config_provider", "version": "2.0.0-alpha1",
"name": "drupal/config_snapshot", "version": "dev-1.x",
"name": "drupal/config_sync", "version": "2.0.0-alpha7",
"name": "drupal/config_update", "version": "1.5.0",
Comments
Comment #2
nedjoThanks for the note.
This is likely due to the same issue as #2988546: Too many new entries with snapshots. Tentatively closing as a duplicate so we can focus on the other issue. If addressing that doesn't resolve this too, let's reopen this one.