Missing Route Cake\Routing\Exception\MissingRouteException

Documentation API

Error: A route matching "/objekts/search/q:moderner Neubau" could not be found.

None of the currently connected routes match the provided parameters. Add a matching route to config/routes.php

Connected Routes

TemplateDefaultsOptions
/lng/:lang/*[ 'controller' => 'p28n', 'action' => 'shuntRequest', (int) 0 => [ 'lang' => '[a-z]{3}' ], 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/[ 'controller' => 'Pages', 'action' => 'home', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/pages/*[ 'controller' => 'Pages', 'action' => 'display', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/s/*[ 'controller' => 'objekts', 'action' => 'search', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/Expose/*[ 'controller' => 'details', 'action' => 'index', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/contacts/index[ 'controller' => 'contacts', 'action' => 'index', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/captcha/:controller[ 'action' => 'index', 'plugin' => 'Captcha' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/captcha/:controller/:action/*[ 'plugin' => 'Captcha', 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]

If you want to customize this error message, create src/Template/Error/missing_route.ctp

toggle vendor stack frames