Problem/Motivation
When accessing the user page, bigpipe breaks and an error is thrown:
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "danse_group.user_receive_notifications" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 214 of /var/www/html/web/core/lib/Drupal/Core/Routing/RouteProvider.php)
Steps to reproduce
Install the module with groups on a vanilla drupal, enable bigpipe and the module and try to access /user/1.
Proposed resolution
Remove unneeded (?) danse_group.links.task.yml from the project - or provide a route for it.
Comments
Comment #2
fisherman90Comment #4
fisherman90Removed file in MR!3
Comment #6
n1k commentedYes, removing it seems fine. This should be left over from the previous Group Notifications Task.
Thanks