Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ro" |
Route Matching Logs
Path to match:
/ro/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_auth_password_request_code | /api/auth/password/request-code | Path does not match |
| 2 | api_auth_password_reset_by_code | /api/auth/password/reset-by-code | Path does not match |
| 3 | api_auth_signup_verify_code | /api/auth/signup/verify-code | Path does not match |
| 4 | api_auth_register | /api/auth/register | Path does not match |
| 5 | api_auth_signup_resend_code | /api/auth/signup/resend-code | Path does not match |
| 6 | api_auth_refresh | /api/auth/refresh | Path does not match |
| 7 | api_auth_logout | /api/auth/logout | Path does not match |
| 8 | api_auth_logout_device | /api/auth/logout/{id} | Path does not match |
| 9 | api_auth_logout_all | /api/auth/logout-all | Path does not match |
| 10 | api_auth_privacy_confirm | /api/auth/privacy-confirm | Path does not match |
| 11 | api_auth_sessions | /api/auth/sessions | Path does not match |
| 12 | api_auth_change_password | /api/auth/change-password | Path does not match |
| 13 | api_owner_contact_show | /api/owner-contact | Path does not match |
| 14 | api_content_page_sections | /api/content/{pageKey}/sections | Path does not match |
| 15 | api_services_index | /api/services | Path does not match |
| 16 | api_unit_overview_index | /api/unit/overview | Path does not match |
| 17 | api_unit_schedule_index | /api/unit/schedule | Path does not match |
| 18 | api_unit_staff_index | /api/unit/staff | Path does not match |
| 19 | api_unit_staff_schedule_show | /api/unit/staff/{staffId}/schedule | Path does not match |
| 20 | api_login_check | /api/auth/login | Path does not match |
| 21 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 22 | internal_system_db_check | /internal/system/db-check | Path does not match |
| 23 | internal_system_remote_access_ip | /internal/system/remote-access-ip | Path does not match |
| 24 | internal_system_health_check | /internal/system/system-health | Path does not match |
| 25 | internal_system_logs_check | /internal/system/logs-check | Path does not match |
| 26 | internal_system_users_count | /internal/system/users-count | Path does not match |
| 27 | internal_system_cache_clear | /internal/system/cache-clear | Path does not match |
| 28 | internal_system_cache_last_line | /internal/system/cache-last-line | Path does not match |
| 29 | internal_system_maintenance_toggle | /internal/system/maintenance-toggle | Path does not match |
| 30 | internal_system_maintenance_status | /internal/system/maintenance-status | Path does not match |
| 31 | app_register | /{_locale}/register | Path does not match |
| 32 | app_verify_registration_code | /{_locale}/verify-registration-code | Path does not match |
| 33 | app_resend_activation | /{_locale}/resend-activation | Path does not match |
| 34 | app_login | /{_locale}/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.