When DruxtJS is installed on our Drupal 8 site we get a white screen on the route /node/add.
Going directly to a specific content type works though, like /node/add/page
The error logged is:
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("node") to generate a URL for route "entity.node.canonical". i Drupal\Core\Routing\UrlGenerator->doGenerate() (rad 182 av /var/www/html/docroot/core/lib/Drupal/Core/Routing/UrlGenerator.php).
Uninstalling DruxtJS fixes the problem.
I'm not clear on if this always happens with DruxtJS or if it is an interaction with another module.
My colleague tracked the problem to line 19 in druxt.module in the function druxt_access_check:
$route = \Drupal::routeMatch()->getRouteObject();
Closed: outdated
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.