Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://spot-symfony.dev.sit.svc.odj.cloud/de/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.