Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | dh_auditor_list_audits | /admin_ze34xev/audit | Path does not match |
| 2 | dh_auditor_show_transaction | /admin_ze34xev/audit/transaction/{hash} | Path does not match |
| 3 | dh_auditor_show_entity_history | /admin_ze34xev/audit/{entity}/{id} | Path does not match |
| 4 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 5 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 6 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 7 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 8 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 9 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 10 | _wdt | /_wdt/{token} | Path does not match |
| 11 | _profiler_home | /_profiler/ | Path does not match |
| 12 | _profiler_search | /_profiler/search | Path does not match |
| 13 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 14 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 15 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 16 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 17 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 18 | _profiler_open_file | /_profiler/open | Path does not match |
| 19 | _profiler | /_profiler/{token} | Path does not match |
| 20 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 21 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 22 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 23 | app_email_operator | /admin_ze34xev/email-operator | Path does not match |
| 24 | admin_custom_page_auto_translate | /admin/custom-page/{id}/auto-translate | Path does not match |
| 25 | app_admin_dashboard | /admin_ze34xev/dashboard | Path does not match |
| 26 | app_admin_dashboard_export_pdf | /admin_ze34xev/dashboard/export-pdf | Path does not match |
| 27 | admin_packaging_auto_translate | /admin/packaging/{id}/auto-translate | Path does not match |
| 28 | admin_packaging_feature_category_auto_translate | /admin/packaging-feature-category/{id}/auto-translate | Path does not match |
| 29 | admin_packaging_feature_auto_translate | /admin/packaging-feature/{id}/auto-translate | Path does not match |
| 30 | admin_post_auto_translate | /admin/post/{id}/auto-translate | Path does not match |
| 31 | app_admin_stripe_import_subscriptions | /admin_ze34xev/stripe/import-subscriptions | Path does not match |
| 32 | demo_request_submit | /demo-request | Path does not match |
| 33 | demo_request_reset | /demo-request/reset | Path does not match |
| 34 | app_api_config_maps_api_key | /api/config/maps-api-key | Path does not match |
| 35 | admin_members_by_entite | /api/members-by-entite/{id} | Path does not match |
| 36 | api_promo_code_validate | /api/promo-code/validate | Path does not match |
| 37 | app_about | /about/{_locale} | Path does not match |
| 38 | app_home | /{_locale} | Path almost matches, but Requirement for "_locale" does not match (fr|en) |
| 39 | app_waitlist | /waitlist | Path does not match |
| 40 | sentry_test | /_sentry-test | Path does not match |
| 41 | app_posts | /blog/posts/{_locale} | Path does not match |
| 42 | app_post | /blog/post/{slug}/{_locale} | Path does not match |
| 43 | app_contact | /contact/{_locale} | Path does not match |
| 44 | connect_google_start | /connect/google | Path does not match |
| 45 | connect_google_check | /connect/google/check | Path does not match |
| 46 | app_inscription_external | /inscription/{token}/{_locale} | Path does not match |
| 47 | app_inscription_external_success | /inscription/{token}/merci/{_locale} | Path does not match |
| 48 | app_inscription_external_already | /inscription/{token}/deja-inscrit/{_locale} | Path does not match |
| 49 | app_change_locale | /change-locale/{locale} | Path does not match |
| 50 | app_newcomer_external | /newcomer/{token}/{_locale} | Path does not match |
| 51 | app_newcomer_external_success | /newcomer/{token}/success/{_locale} | Path does not match |
| 52 | app_newcomer_external_already_registered | /newcomer/{token}/already-registered/{uuid}/{_locale} | Path does not match |
| 53 | app_privacy | /privacy/{_locale} | Path does not match |
| 54 | app_terms | /terms/{_locale} | Path does not match |
| 55 | app_legal | /legal/{_locale} | Path does not match |
| 56 | app_custom_page | /page/{slug}/{_locale} | Path does not match |
| 57 | app_planning_qr_landing | /p/{uuid}/qr | Path does not match |
| 58 | app_presence | /presence/{token}/{_locale} | Path does not match |
| 59 | app_presence_success | /presence/success/{token}/{_locale} | Path does not match |
| 60 | app_presence_failure | /presence/failure/{token}/{_locale} | Path does not match |
| 61 | presence_external_qrcode | /presence/external/{uuid}/qrcode | Path does not match |
| 62 | presence_external_manual_add | /presence/external/{uuid}/manual | Path does not match |
| 63 | app_pricing | /pricing/{_locale} | Path does not match |
| 64 | app_pricing_plans | /pricing/{_locale}/plans/{billingType} | Path does not match |
| 65 | app_pricing_compare | /pricing/{_locale}/compare/{billingType} | Path does not match |
| 66 | app_forgot_password_request | /reset-password | Path does not match |
| 67 | app_check_email | /reset-password/check-email | Path does not match |
| 68 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 69 | app_login | /login/{_locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.