Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_dashboard_users | /dashboard/users/{page} | Path does not match |
| 2 | app_dashboard_users_view | /dashboard/users/view/{userId} | Path does not match |
| 3 | app_dashboard_users_ban | /dashboard/users/ban/{userId} | Path does not match |
| 4 | app_dashboard_users_unban | /dashboard/users/unban/{userId} | Path does not match |
| 5 | app_dashboard | /dashboard/ | Path does not match |
| 6 | app_dashboard_visits | /dashboard/visits/{page} | Path does not match |
| 7 | app_dashboard_links | /dashboard/links | Path does not match |
| 8 | app_dashboard_sales | /dashboard/sales/{page} | Path does not match |
| 9 | app_dashboard_faqs | /dashboard/faqs | Path does not match |
| 10 | app_home.en | / | Path does not match |
| 11 | app_home.es | /es | Path does not match |
| 12 | app_dashboard_link_tools | /dashboard/links/tools/{id} | Path does not match |
| 13 | app_dashboard_add_banner | /dashboard/links/tools/{id}/add-banner | Path does not match |
| 14 | app_dashboard_edit_banner | /dashboard/links/tools/{link_id}/edit-banner/{banner_id} | Path does not match |
| 15 | app_dashboard_del_banner | /dashboard/links/tools/{link_id}/del-banner/{banner_id} | Path does not match |
| 16 | app_login.en | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.