- Issue created by @mdeahmad
I encountered an AssertionError
while trying to generate static content using the Tome module. The error occurs when executing the command:
drush tome:static --uri=local.example.com
AssertionError: Cannot load the "migration" entity with NULL ID. in /var/www/docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php on line 261 #0 /var/www/docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php(261): assert(false, 'Cannot load the...') #1 /var/www/docroot/modules/contrib/migrate_tools/src/Routing/RouteProcessor.php(32): Drupal\Core\Entity\EntityStorageBase->load(NULL) #2 /var/www/docroot/core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php(52): Drupal\migrate_tools\Routing\RouteProcessor->processOutbound('entity.migratio...', Object(Symfony\Component\Routing\Route), Array, Object(Drupal\Core\GeneratedUrl))
migrate_tools
.drush tome:static --uri=local.example.com
.Investigate the handling of migration entities within the Tome module to ensure that a valid ID is being passed during static content generation.
None.
None.
None.
Active
1.12
Tome Static