This exception is thrown in the dev environment if the profiler is enabled but there is no routing configuration.
Unable to generate a URL for the named route "_wdt" as such route does not exist.
Make sure your / config / routing _dev.yml application contains the following lines:
# app/config/routing_dev.yml _wdt: resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml" prefix: /_wdt _profiler: resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml" prefix: /_profiler
This will fix your problem.
nifr
source share