Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.pl | /admin | Path does not match |
| 2 | admin.en | /en/admin | Path does not match |
| 3 | clickup-api-page.pl | /admin/clickup-api-page | Path does not match |
| 4 | clickup-api-page.en | /en/admin/clickup-api-page | Path does not match |
| 5 | app_apiapp_api contact.pl | /app_api/contact/{code} | Path does not match |
| 6 | app_apiapp_api contact.en | /en/app_api/contact/{code} | Path does not match |
| 7 | app_blog_lang_content_index.pl | /blog/ | Path does not match |
| 8 | app_blog_lang_content_index.en | /en/blog/ | Path does not match |
| 9 | app_blog_lang_content_show.pl | /blog/{slug} | Path does not match |
| 10 | app_blog_lang_content_show.en | /en/blog/{slug} | Path does not match |
| 11 | app_clickup_api_response.pl | /clickup-api-response | Path does not match |
| 12 | app_clickup_api_response.en | /en/clickup-api-response | Path does not match |
| 13 | app_homepage.pl | / | Path does not match |
| 14 | app_homepage.en | /en/ | Path does not match |
| 15 | app_contact.pl | /contact-form | Path does not match |
| 16 | app_contact.en | /en/contact-form | Path does not match |
| 17 | postapi_get_post.pl | /post/api/get/{id} | Path does not match |
| 18 | postapi_get_post.en | /en/post/api/get/{id} | Path does not match |
| 19 | postapi_save_post.pl | /post/api/save/{id} | Path does not match |
| 20 | postapi_save_post.en | /en/post/api/save/{id} | Path does not match |
| 21 | postpost_state_machine_change.pl | /post/state/{id}/{transition} | Path does not match |
| 22 | postpost_state_machine_change.en | /en/post/state/{id}/{transition} | Path does not match |
| 23 | app_project_lang_content_index.pl | /project/ | Path does not match |
| 24 | app_project_lang_content_index.en | /en/project/ | Path does not match |
| 25 | app_project_lang_content_show.pl | /project/{slug} | Path does not match |
| 26 | app_project_lang_content_show.en | /en/project/{slug} | Path does not match |
| 27 | app_forgot_password_request.pl | /reset-password | Path does not match |
| 28 | app_forgot_password_request.en | /en/reset-password | Path does not match |
| 29 | app_check_email.pl | /reset-password/check-email | Path does not match |
| 30 | app_check_email.en | /en/reset-password/check-email | Path does not match |
| 31 | app_reset_password.pl | /reset-password/reset/{token} | Path does not match |
| 32 | app_reset_password.en | /en/reset-password/reset/{token} | Path does not match |
| 33 | app_login.pl | /login | Path does not match |
| 34 | app_login.en | /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.