Child book pages throw an exception with the message
Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "node_type" for route "node.add" must match "[^/]++" ("" given) to generate a corresponding URL. in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 223 of core/lib/Drupal/Core/Routing/UrlGenerator.php).
The node_type check in BookHelperTrait getBookChildType() doesn't appear to be correct. It's checked for an array key on a string.
Fix the method.
Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.