Routing
user_profile_no_locale
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "pl" |
Route Matching Logs
Path to match:
/user/profile
# | Route name | Path | Log |
---|---|---|---|
1 | cart_order_repeat_no_locale | /api/cart/repeat-order/{order_id} | Path does not match |
2 | cart_order_repeat | /{_locale}/api/cart/repeat-order/{order_id} | Path does not match |
3 | block_usermenu | /{_locale}/clientmenu | Path does not match |
4 | migrate | /migrate | Path does not match |
5 | register_no_locale | /register | Path does not match |
6 | register | /{_locale}/register | Path does not match |
7 | app_sitemap | /{_locale}/sitemap | Path does not match |
8 | user_no_locale | /user | Path does not match |
9 | user | /{_locale}/user | Path does not match |
10 | user_orders_no_locale | /user/order-history | Path does not match |
11 | user_orders | /{_locale}/user/order-history | Path does not match |
12 | user_order_last_no_locale | /user/order-history/order/last | Path does not match |
13 | user_order_cont_no_locale | /user/order-history/order/{order_id} | Path does not match |
14 | user_order_last | /{_locale}/user/order-history/order/last | Path does not match |
15 | user_order_cont | /{_locale}/user/order-history/order/{order_id} | Path does not match |
16 | user_profile_no_locale | /user/profile | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.