Missing Route Cake\Routing\Exception\MissingRouteException

Documentation API

Error: A route matching "/de/sofas-armchairs/armchairs-recliner" 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
/admin[ 'controller' => 'Users', 'action' => 'index', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/:controller[ 'action' => 'index', 'prefix' => 'admin', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/admin/:controller/:action/*[ 'action' => 'index', 'prefix' => 'admin', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/api/:language/addToCart[ 'controller' => 'Cart', 'action' => 'addToCart', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute', 'pass' => [ (int) 0 => 'language' ] ]
/api/removeFromCart[ 'controller' => 'Cart', 'action' => 'removeFromCart', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/api/getCart[ 'controller' => 'Cart', 'action' => 'getCart', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/api/updateQuantity[ 'controller' => 'Cart', 'action' => 'updateQuantity', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/api/getWishlist[ 'controller' => 'Wishlist', 'action' => 'getWishlist', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/api/:language/addToWishlist[ 'controller' => 'Wishlist', 'action' => 'addToWishlist', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute', 'pass' => [ (int) 0 => 'language' ] ]
/api/removeFromWishlist[ 'controller' => 'Wishlist', 'action' => 'removeFromWishlist', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/services/kurpirkt[ 'controller' => 'Services', 'action' => 'productsXml', (int) 0 => 'kurpirkt', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/services/inshop[ 'controller' => 'Services', 'action' => 'productsXml', (int) 0 => 'inshop', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:language[ 'controller' => 'Home', 'action' => 'index', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:language/:id/:slug/*[ 'controller' => 'Home', 'action' => 'viewProduct', 'plugin' => null ][ 'pass' => [ (int) 0 => 'id', (int) 1 => 'slug', (int) 2 => 'NodeId', (int) 3 => 'collectionId', (int) 4 => 'collectionSlug' ], 'id' => '[0-9]+', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:language/popular_collections[ 'controller' => 'Home', 'action' => 'popularCollections', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:language/search[ 'controller' => 'Home', 'action' => 'search', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:language/cookies[ 'controller' => 'Home', 'action' => 'cookies', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:language/wishlist[ 'controller' => 'Home', 'action' => 'viewWishlist', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]

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

toggle vendor stack frames