Missing Route 📋

Cake\Routing\Exception\MissingRouteException
Toggle Vendor Stack Frames

Error A route matching "route=product/search&tag=SARASAMMAVIN" could not be found.

/var/www/html/cakephp/vendor/cakephp/cakephp/src/Routing/RouteCollection.php Toggle Arguments
                return $r;
            }
        }
        throw new MissingRouteException(['url' => $urlPath]);
    }
    /**
     Get the set of names from the $urlAccepts both older style array urls,

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

Connected Routes

TemplateDefaultsOptions
/users/pgresponse[ 'controller' => 'Users', 'action' => 'pgresponse', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:slug[ 'controller' => 'Slugs', 'action' => 'subcategory', 'plugin' => null ][ 'pass' => [ (int) 0 => 'slug', (int) 1 => '' ], 'routeClass' => 'SlugRoute', 'type' => 'category', '_ext' => [] ]
/:slug/all[ 'controller' => 'Slugs', 'action' => 'products', 'plugin' => null ][ 'pass' => [ (int) 0 => 'slug', (int) 1 => '' ], 'routeClass' => 'SlugRoute', 'type' => 'category', '_ext' => [] ]
/:slug/:slug1[ 'controller' => 'Slugs', 'action' => 'products', 'plugin' => null ][ 'pass' => [ (int) 0 => 'slug', (int) 1 => '' ], 'routeClass' => 'SlugRoute', 'type' => 'sub_category', '_ext' => [] ]
/:slug/:slug1/:slug2[ 'controller' => 'Slugs', 'action' => 'productDetail', 'plugin' => null ][ 'pass' => [ (int) 0 => 'slug', (int) 1 => '' ], 'routeClass' => 'SlugRoute', 'type' => 'product', '_ext' => [] ]
/[ 'controller' => 'Users', 'action' => 'index', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/robots.txt[ 'controller' => 'Users', 'action' => 'robotstxt', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/users/pgresponse[ 'controller' => 'Users', 'action' => 'pgresponse', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/pages/*[ 'controller' => 'Pages', 'action' => 'display', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/orders/orders-details/*[ 'controller' => 'Users', 'action' => 'ordersDetails', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/subscriptions/subscription-details/*[ 'controller' => 'Users', 'action' => 'subscriptionDetails', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/subscriptions/edit/*[ 'controller' => 'Users', 'action' => 'subscriptionEdit', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/subscriptions/editv2/*[ 'controller' => 'Users', 'action' => 'subscriptionEditv2', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/subscriptions/editv4/*[ 'controller' => 'Users', 'action' => 'subscriptionEditv4', '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' => [] ]
/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/*[ '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/composer/check-dependencies[ 'controller' => 'Composer', 'action' => 'checkDependencies', '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/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/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[ 'controller' => 'Dashboard', 'action' => 'index', '_method' => 'GET', '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/dashboard/reset[ 'controller' => 'Dashboard', 'action' => 'reset', '_method' => 'POST', 'plugin' => 'DebugKit' ][ '_name' => null, '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]

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