After setting locally and testing that everything works correctly I have exported (using drush cex) and than committed all changes and imported into a staging environment (with drush cim)
On the staging environment the optimizations are not applied and going to the configuration (/admin/config/media/imageapi-optimize-pipelines) leads to a WSOD with following message on the dblog
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "imageapi_optimize_pipeline" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 150 of /app/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).
Severity Error
After clearing cache I can actually visit the config page but optimizations are not applied it seems I have to go each individual image_style and save it so it can get the default pipeline that I have setup.
Seems like a bug thus posting it as such.
Comments
Comment #2
davisa commentedAn old issue, but yes - currently facing the same problem. Everything seems to be imported, "drush updb" has been run, but on dev server it fails with the same message.
Comment #3
gregglesDoes this issue affect the current 4.x branches?