Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | company | /{_locale}/company | Path does not match |
| 2 | company_excel_template | /{_locale}/company/{uuid}/exceltemplate | Path does not match |
| 3 | company_details | /{_locale}/company/{uuid} | Path does not match |
| 4 | company_delete | /{_locale}/company/{uuid} | Path does not match |
| 5 | file_download | /files/download/{uuid} | Path does not match |
| 6 | app_stream_log | /log/{datetime}/{stream} | Path does not match |
| 7 | app_home | / | Path does not match |
| 8 | app_localized_home | /{_locale} | Path does not match |
| 9 | unlocalized_login | /login | Path does not match |
| 10 | 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.