- Merge request !23304610: Moving messenger status inside sync check to fix route missing error. β (Closed) created by themodularlab
When installing the acquia_dam
and acquia_dam_integration_links
modules via Acquia BLT Sync process (modules are enabled via core.extension.yml), the config import process fails due to Route "acquia_dam.config" does not exist.
.
When I manually re-run the config import after the failure, it seems to self-correct but this issue will always fail a pipeline build for me. Not sure if there are other elements to my build that could be causing this, but I acknowledge this could be an environment issue with my setup.
Note, this is related to the Acquia DAM 1.0.0 release, running PHP 7.4 and on the latest Drupal 9.3 branch. I see there is a 1.0.1 release that happened yesterday, however it requires Drupal 9.4 and up. Update: I tested on 1.0.1 and Drupal 9.4.5 and the same error occurs.
acquia_dam
and acquia_dam_integration_links
to the core.extension.yml config.drush cim -y
OR BLT sync
to install modulesRoute "acquia_dam.config" does not exist.
Move the add status messenger inside the $is_syncing
if statement in order to prevent module installation / config import from failing.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.