Routing
auth_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/es/auth/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_system_list | /{_locale}/system/list | Path does not match |
| 2 | system_list | /system/list | Path does not match |
| 3 | api_doc | /api/docs.{_format} | Path does not match |
| 4 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 5 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 6 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 7 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 8 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 9 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 10 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 11 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 12 | _api_validation_errors_xml | /api/validation_errors/{id} | Path does not match |
| 13 | _api_/languages{._format}_get_collection | /api/languages.{_format} | Path does not match |
| 14 | _api_/languages/{id}{._format}_get | /api/languages/{id}.{_format} | Path does not match |
| 15 | _api_/locations{._format}_get_collection | /api/locations.{_format} | Path does not match |
| 16 | _api_/locations/{id}{._format}_get | /api/locations/{id}.{_format} | Path does not match |
| 17 | _api_/pages/{id}{._format}_get | /api/pages/{id}.{_format} | Path does not match |
| 18 | _api_/pages{._format}_get_collection | /api/pages.{_format} | Path does not match |
| 19 | _api_page_about_item | /api/pages/about | Path does not match |
| 20 | _api_page_blog_item | /api/pages/blog | Path does not match |
| 21 | _api_page_contact_item | /api/pages/contact | Path does not match |
| 22 | _api_page_home_item | /api/pages/home | Path does not match |
| 23 | _api_page_legal_page_collection | /api/pages/legal_page | Path does not match |
| 24 | _api_page_post_category_collection | /api/pages/post_category | Path does not match |
| 25 | _api_page_post_collection | /api/pages/post | Path does not match |
| 26 | _api_page_product_category_collection | /api/pages/product_category | Path does not match |
| 27 | _api_page_product_collection | /api/pages/product | Path does not match |
| 28 | _api_/redirects{._format}_get_collection | /api/redirects.{_format} | Path does not match |
| 29 | _api_/redirects/{id}{._format}_get | /api/redirects/{id}.{_format} | Path does not match |
| 30 | _api_/.well-known/genid/{id}{._format}_get | /api/.well-known/genid/{id}.{_format} | Path does not match |
| 31 | _api_submission_contact_post | /api/submissions/contact | Path does not match |
| 32 | _api_submission_work_with_us_post | /api/submissions/work_with_us | Path does not match |
| 33 | homepage_redirect | / | Path does not match |
| 34 | auth_recover | /{_locale}/auth/recover | Path does not match |
| 35 | auth_register | /{_locale}/auth/register | Path does not match |
| 36 | auth_reset_password | /{_locale}/auth/reset-password/{id}{token} | Path does not match |
| 37 | auth_login | /{_locale}/auth/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.