Routing
(none)
Matched route
Route Matching Logs
Path to match:
/it/shoponline/m-grandview-max.KZ.GRANDVIEWMAXM
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | user_control_panel_with_listino.it | /it-{listino}/customer/panel | Path does not match |
| 2 | user_control_panel_with_listino.en | /en-{listino}/customer/panel | Path does not match |
| 3 | user_control_panel.it | /it/customer/panel | Path does not match |
| 4 | user_control_panel.en | /en/customer/panel | Path does not match |
| 5 | product_page_with_listino.it | /it-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 6 | product_page_with_listino.en | /en-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 7 | product_page.it | /it/shoponline/{url_product}.{product_code} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.