Routing
login_localized
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_v1_zone_document_refs | /api/v1/zones/document-refs | Path does not match |
| 2 | api_v1_zone_document_refs_export | /api/v1/zones/document-refs/export | Path does not match |
| 3 | api_v1_document_refs_export | /api/v1/document-refs/export | Path does not match |
| 4 | api_v1_document_refs | /api/v1/document-refs | Path does not match |
| 5 | api_v1_document_student_download | /api/v1/document-students/{id}/download | Path does not match |
| 6 | api_v1_document_student_validate | /api/v1/document-students/{id}/validate | Path does not match |
| 7 | api_documentation | /api/documentation | Path does not match |
| 8 | api_v1_ping | /api/v1/ping | Path does not match |
| 9 | inte_accomodation_index | /inte/accomodation | Path does not match |
| 10 | inte_accomodation_show | /inte/accomodation/1 | Path does not match |
| 11 | inte_accomodation_booking | /inte/accomodation/booking | Path does not match |
| 12 | inte_accomodation_success | /inte/accomodation/success | Path does not match |
| 13 | inte_bph | /inte/bph | Path does not match |
| 14 | inte_bph_bank | /inte/bph/bank | Path does not match |
| 15 | inte_bph_phone | /inte/bph/phone | Path does not match |
| 16 | inte_bph_home_insurance | /inte/bph/home-insurance | Path does not match |
| 17 | inte_bph_success | /inte/bph/success | Path does not match |
| 18 | inte_caf | /inte/caf | Path does not match |
| 19 | inte_caf_success | /inte/caf/success | Path does not match |
| 20 | inte_certificate | /inte/certificate | Path does not match |
| 21 | inte_community_search | /inte/community | Path does not match |
| 22 | inte_community_result | /inte/community/result | Path does not match |
| 23 | inte_electricity | /inte/electricity | Path does not match |
| 24 | inte_health | /inte/health | Path does not match |
| 25 | inte_health_mutual | /inte/health/mutual | Path does not match |
| 26 | inte_life | /inte/life | Path does not match |
| 27 | inte_life_activities | /inte/life/activities | Path does not match |
| 28 | inte_ofii | /inte/ofii | Path does not match |
| 29 | inte_ofii_success | /inte/ofii/success | Path does not match |
| 30 | inte_onboarding | /inte/onboarding | Path does not match |
| 31 | inte_onboarding_complete | /inte/onboarding/complete | Path does not match |
| 32 | inte_service | /inte/service | Path does not match |
| 33 | inte_service_new | /inte/service/new | Path does not match |
| 34 | inte_transport | /inte/transport | Path does not match |
| 35 | inte_transport_success | /inte/transport/success | Path does not match |
| 36 | inte_visa | /inte/visa | Path does not match |
| 37 | inte_visa_success | /inte/visa/success | Path does not match |
| 38 | inte_visa_denied | /inte/visa/denied | Path does not match |
| 39 | app_view_document | /view-document/{fileIdentifier} | Path does not match |
| 40 | app_serve_document | /serve/{fileIdentifier} | Path does not match |
| 41 | app_serve_document_with_token | /serve/{fileIdentifier}/{token} | Path does not match |
| 42 | app_show_documents | /documents/{filename} | Path does not match |
| 43 | app_display_documents | /display-documents/{filename} | Path does not match |
| 44 | app_show_documents_from_page1 | /{path}/documents/{filename} | Path does not match |
| 45 | app_show_documents_from_page2 | /documents/{filename} | Path does not match |
| 46 | app_file_serve_document | /file-serve/{fileIdentifier} | Path does not match |
| 47 | app_student_hook_subscribe_newsletter | /student/hook/subscribe/newsletter/{id}/{wantToSubscribe} | Path does not match |
| 48 | app_student_hook_change_service_state_valid_force | /student/hook/change-state/{studentId}/{serviceKey} | Path does not match |
| 49 | app_sendinblue_store_debug_response | /sib/debug-import | Path does not match |
| 50 | app_buddy_registration_step_1 | /pub/buddy/check-code | Path does not match |
| 51 | app_buddy_registration_step_2 | /pub/buddy/registration/{slug}/{email}/{nbSponsored} | Path does not match |
| 52 | app_buddy_registration_step_3 | /pub/buddy/summary | Path does not match |
| 53 | public_rating_comments | /pub/rating-comments | Path does not match |
| 54 | app_ajax_doctoral_schools_from_laboratoire | /{_locale}/ajax/doctoral-schools/{id} | Path does not match |
| 55 | app_health_check | /health | Path does not match |
| 56 | redirect_index | / | Path does not match |
| 57 | redirect_login | /login | Path does not match |
| 58 | redirect_login_check | /login_check | Path does not match |
| 59 | redirect_logout | /logout | Path does not match |
| 60 | redirect_verify_code | /2fa/verify-code | Path does not match |
| 61 | redirect_resend_code | /2fa/resend-code | Path does not match |
| 62 | redirect_check_password | /check-password | Path does not match |
| 63 | redirect_registration | /registration | Path does not match |
| 64 | app_account_register | /register | Path does not match |
| 65 | redirect_contact | /contact | Path does not match |
| 66 | redirect_community | /community | Path does not match |
| 67 | redirect_translation | /translation | Path does not match |
| 68 | redirect_faq | /information-faq | Path does not match |
| 69 | redirect_search | /search | Path does not match |
| 70 | redirect_life_on_campus | /life_on_campus | Path does not match |
| 71 | redirect_webinar | /webinar | Path does not match |
| 72 | redirect_btoc_register | /btoc/register | Path does not match |
| 73 | redirect_resetting | /resetting/request | Path does not match |
| 74 | login_localized | /{_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.