Missing Route 📋

Cake\Routing\Exception\MissingRouteException
Toggle Vendor Stack Frames

Error A route matching "pageLink=news.funding" could not be found.

     * @throws \Cake\Routing\Exception\MissingRouteException When a route cannot be handled
     */
    public static function parseRequest(ServerRequest $request): array
    {
        return static::$_collection->parseRequest($request);
    }
    /**
     Set current request instance.

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

Connected Routes

TemplateDefaultsOptions
/pages/*
[ 'controller' => 'Pages', 'action' => 'display', 'plugin' => null, ]
[ '_ext' => [ ], 'routeClass' => 'Cake\Routing\Route\Route', ]
/pageLink
[ 'controller' => 'Protocols', 'action' => 'index', 'plugin' => null, ]
[ 'persist' => true, 'routeClass' => 'Cake\Routing\Route\RedirectRoute', '_ext' => [ ], ]
/debug-kit/toolbar/clear-cache
[ 'controller' => 'Toolbar', 'action' => 'clearCache', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/toolbar/*
[ 'controller' => 'Requests', 'action' => 'view', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/panels/view/latest-history
[ 'controller' => 'Panels', 'action' => 'latestHistory', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/panels/view/*
[ 'controller' => 'Panels', 'action' => 'view', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/panels/*
[ 'controller' => 'Panels', 'action' => 'index', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/mail-preview/sent/{panel}/{id}
[ 'action' => 'sent', 'controller' => 'MailPreview', 'plugin' => 'DebugKit', ]
[ 'pass' => [ (int) 0 => 'panel', (int) 1 => 'id', ], '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/mail-preview/preview
[ 'action' => 'email', 'controller' => 'MailPreview', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/mail-preview/preview/*
[ 'action' => 'email', 'controller' => 'MailPreview', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/mail-preview
[ 'action' => 'index', 'controller' => 'MailPreview', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/dashboard/reset
[ 'controller' => 'Dashboard', 'action' => 'reset', '_method' => 'POST', 'plugin' => 'DebugKit', ]
[ '_name' => null, '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/dashboard
[ 'controller' => 'Dashboard', 'action' => 'index', '_method' => 'GET', 'plugin' => 'DebugKit', ]
[ '_name' => null, '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit/composer/check-dependencies
[ 'controller' => 'Composer', 'action' => 'checkDependencies', 'plugin' => 'DebugKit', ]
[ '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/debug-kit
[ 'controller' => 'Dashboard', 'action' => 'index', '_method' => 'GET', 'plugin' => 'DebugKit', ]
[ '_name' => null, '_ext' => [ (int) 0 => 'json', ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/cross-domain-browser
[ 'controller' => 'MeshTermsProtocols', 'action' => 'index', 'plugin' => null, ]
[ '_ext' => [ ], 'routeClass' => 'Cake\Routing\Route\Route', ]
/
[ 'controller' => 'Pages', 'action' => 'display', (int) 0 => 'home', 'plugin' => null, ]
[ '_ext' => [ ], 'routeClass' => 'Cake\Routing\Route\Route', ]
/{controller}
[ 'action' => 'index', 'plugin' => null, ]
[ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [ ], ]
/{controller}/{action}/*
[ 'plugin' => null, 'action' => 'index', ]
[ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [ ], ]

If you want to customize this error message, create templates/Error/missing_route.php