Routing
pec_platform_homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Redirection
This page redirects to:
https://playground.dev.smart2v.com/en/login
Route Matching Logs
Path to match:
/en/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | bazinga_jstranslation_js | /translations/{domain}.{_format} | Path does not match |
| 2 | en__RG__fos_js_routing_js | /en/js/routing.{_format} | Path does not match |
| 3 | de__RG__fos_js_routing_js | /de/js/routing.{_format} | Path does not match |
| 4 | en__RG__pec_platform_toggle_sidebar_state | /en/sidebar/change/{state} | Path does not match |
| 5 | de__RG__pec_platform_toggle_sidebar_state | /de/sidebar/change/{state} | Path does not match |
| 6 | en__RG__pec_platform_preference_get | /en/preference/get/{key} | Path does not match |
| 7 | de__RG__pec_platform_preference_get | /de/preference/get/{key} | Path does not match |
| 8 | en__RG__pec_platform_preference_set | /en/preference/set/{key} | Path does not match |
| 9 | de__RG__pec_platform_preference_set | /de/preference/set/{key} | Path does not match |
| 10 | en__RG__pec_platform_homepage | /en/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.