Missing Route 📋

Cake\Routing\Exception\MissingRouteException
Toggle Vendor Stack Frames

Error A route matching "id=145" 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
/terms
[ 'controller' => 'Pages', 'action' => 'terms', 'plugin' => null, ]
[ '_ext' => [ ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/
[ 'controller' => 'Pages', 'action' => 'index', 'plugin' => null, ]
[ '_ext' => [ ], 'routeClass' => 'Cake\Routing\Route\DashedRoute', ]
/{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