Routing
app_security_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_kyc_submission_index | /admin/kyc-submission | Path does not match |
| 3 | admin_kyc_submission_new | /admin/kyc-submission/new | Path does not match |
| 4 | admin_kyc_submission_batch_delete | /admin/kyc-submission/batch-delete | Path does not match |
| 5 | admin_kyc_submission_autocomplete | /admin/kyc-submission/autocomplete | Path does not match |
| 6 | admin_kyc_submission_render_filters | /admin/kyc-submission/render-filters | Path does not match |
| 7 | admin_kyc_submission_edit | /admin/kyc-submission/{entityId}/edit | Path does not match |
| 8 | admin_kyc_submission_delete | /admin/kyc-submission/{entityId}/delete | Path does not match |
| 9 | admin_kyc_submission_verify | /admin/kyc-submission/{entityId}/verify | Path does not match |
| 10 | admin_kyc_submission_reject | /admin/kyc-submission/{entityId}/reject | Path does not match |
| 11 | admin_kyc_submission_request_completion | /admin/kyc-submission/{entityId}/request-completion | Path does not match |
| 12 | admin_kyc_submission_requeue | /admin/kyc-submission/{entityId}/requeue | Path does not match |
| 13 | admin_kyc_submission_detail | /admin/kyc-submission/{entityId} | Path does not match |
| 14 | admin_organization_index | /admin/organization | Path does not match |
| 15 | admin_organization_new | /admin/organization/new | Path does not match |
| 16 | admin_organization_batch_delete | /admin/organization/batch-delete | Path does not match |
| 17 | admin_organization_autocomplete | /admin/organization/autocomplete | Path does not match |
| 18 | admin_organization_render_filters | /admin/organization/render-filters | Path does not match |
| 19 | admin_organization_edit | /admin/organization/{entityId}/edit | Path does not match |
| 20 | admin_organization_delete | /admin/organization/{entityId}/delete | Path does not match |
| 21 | admin_organization_detail | /admin/organization/{entityId} | Path does not match |
| 22 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 23 | 2fa_login | /2fa | Path does not match |
| 24 | 2fa_login_check | /2fa_check | Path does not match |
| 25 | _logout_main | /logout | Path does not match |
| 26 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 27 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 28 | _wdt | /_wdt/{token} | Path does not match |
| 29 | _profiler_home | /_profiler/ | Path does not match |
| 30 | _profiler_search | /_profiler/search | Path does not match |
| 31 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 32 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 33 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 34 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 35 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 36 | _profiler_open_file | /_profiler/open | Path does not match |
| 37 | _profiler | /_profiler/{token} | Path does not match |
| 38 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 39 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 40 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 41 | app_api_autocomplete_city | /api/autocomplete/city | Path does not match |
| 42 | app_carrier_availability_delete | /carrier/availabilities/{id}/delete | Path does not match |
| 43 | app_carrier_availability_edit | /carrier/availabilities/{id}/edit | Path does not match |
| 44 | app_carrier_availability_hide | /carrier/availabilities/{id}/hide | Path does not match |
| 45 | app_carrier_availability_list | /carrier/availabilities | Path does not match |
| 46 | app_carrier_availability_publish | /carrier/availabilities/publish | Path does not match |
| 47 | app_carrier_availability_unhide | /carrier/availabilities/{id}/unhide | Path does not match |
| 48 | app_carrier_profile | /carrier/profile | Path does not match |
| 49 | app_dashboard | /dashboard | Path does not match |
| 50 | app_design_system | /design-system | Path does not match |
| 51 | app_home | / | Path does not match |
| 52 | app_locale_switch | /locale/{locale} | Path does not match |
| 53 | app_marketplace_carrier_availability_search | /marketplace/transporteurs | Path does not match |
| 54 | app_marketplace_freight_search | /marketplace/freight | Path does not match |
| 55 | app_marketplace_freight_detail | /marketplace/freight/{id} | Path does not match |
| 56 | app_onboarding_subscription_success | /onboarding/subscription/success | Path does not match |
| 57 | app_kyc_document_download | /onboarding/kyc/document/{id} | Path does not match |
| 58 | app_onboarding | /onboarding | Path does not match |
| 59 | app_onboarding_subscription_select | /onboarding/subscription/select | Path does not match |
| 60 | app_onboarding_kyc | /onboarding/kyc | Path does not match |
| 61 | app_onboarding_subscription | /onboarding/subscription | Path does not match |
| 62 | app_register_check_email | /register/check-email | Path does not match |
| 63 | app_register_confirm_email | /register/confirm-email | Path does not match |
| 64 | app_register_step | /register | Path does not match |
| 65 | app_register_resend_confirmation | /register/resend-confirmation | Path does not match |
| 66 | app_security_account_not_confirmed | /login/not-confirmed | Path does not match |
| 67 | admin_security_login | /admin/login | Path does not match |
| 68 | app_security_login | /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.