Routing
account_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/customer/login
(route: "n/a")
Route Matching Logs
Path to match:
/account
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_front_login_check | /api/front/login | Path does not match |
| 2 | api_admin_login_check | /api/admin/login | Path does not match |
| 3 | index | / | Path does not match |
| 4 | choicefilter.save | /admin/choicefilter/save | Path does not match |
| 5 | choicefilter.clear | /admin/choicefilter/clear | Path does not match |
| 6 | admin.configuration.tax-rule.delivery.modules.update | /admin/configuration/taxes_rules/delivery_module/update | Path does not match |
| 7 | account_index | /account | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.