Routing
user_no_locale
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "pl" |
Route Matching Logs
Path to match:
/user
# | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.