Routing
product_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "nl" |
| id | "281" |
Route Matching Logs
Path to match:
/nl/catalogus/detail/281
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | unsubscribe | /{_locale}/unsubscribe/{email}/{id}/{hash} | Path does not match |
| 2 | product_detail_bid.en | /en/catalog/detail/bid{id} | Path does not match |
| 3 | product_detail_bid.nl | /nl/catalogus/detail/bod{id} | Path does not match |
| 4 | product_detail_bid.fr | /fr/catalogue/detail/bid{id} | Path does not match |
| 5 | product_detail_reserve.en | /en/catalog/detail/reserve{id} | Path does not match |
| 6 | product_detail_reserve.nl | /nl/catalogus/detail/reserveer{id} | Path does not match |
| 7 | product_detail_reserve.fr | /fr/catalogue/detail/reserve{id} | Path does not match |
| 8 | bid_live_auction | /live-auction/{locale}/{lotNo}/{price}/bid | Path does not match |
| 9 | refresh_live_auction | /live-auction/{locale}/{lotNo}/poll | Path does not match |
| 10 | product_detail.en | /en/catalog/detail/{id} | Path does not match |
| 11 | product_detail.nl | /nl/catalogus/detail/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.