Routing
main_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| template | "@Main/static/index.html.twig" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | main_default_healthcheck | /healthcheck | Path does not match |
| 2 | main_tos | /tos | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | pentatrion_vite_build_proxy | /static/vite-build/{path} | Path does not match |
| 5 | _profiler_vite | /_profiler/vite | Path does not match |
| 6 | main_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.