- Issue created by @dylan donkersgoed
- 🇨🇦Canada dylan donkersgoed London, Ontario
Please disregard this issue, apparently I somehow managed to apply that change myself.
- Status changed to Closed: cannot reproduce
about 2 years ago 8:37pm 31 January 2023
When visiting /admin/config/system/mailer with this module enabled I encountered this error:
The website encountered an unexpected error. Please try again later.
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "symfony_mailer_reroute.settings.yml" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of core/lib/Drupal/Core/Routing/RouteProvider.php).
There may be other factors that cause this to happen. I'm pretty sure I used this module on another site without encountering this issue. But that's all that I did this time.
This is happening because a nonexistent symfony_mailer_reroute.settings.yml route is referenced in symfony_mailer_reroute.links.task.yml. It just needs to be changed to reference symfony_mailer_reroute.settings (without the .yml) instead. I'll attach a patch shortly.
Closed: cannot reproduce
1.2
Code
Please disregard this issue, apparently I somehow managed to apply that change myself.