Routing
app_homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "nl-NL" |
Route Matching Logs
Path to match:
/nl-NL/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_bricksearch_parts | /{_locale}/bricksearch/parts | Path does not match |
| 2 | app_bricksearch | /{_locale}/bricksearch | Path does not match |
| 3 | app_bricksearch_part_productpage | /{_locale}/bricksearch/{colorId}/{partNum}/{slug} | Path does not match |
| 4 | productpage | /{_locale}/{themaSlug}/{productId}/{mpn}/{productSlug} | Path does not match |
| 5 | app_homepage | /{_locale}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.