Routing
customer_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/customer/login
| # | 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 | Path does not match |
| 8 | account_addresses | /account/addresses | Path does not match |
| 9 | account_address | /account/address/{addressId} | Path does not match |
| 10 | account_address_update | /account/address/{addressId} | Path does not match |
| 11 | account_address_new | /account/address/new | Path does not match |
| 12 | account_address_create | /account/address/new | Path does not match |
| 13 | account_address_delete | /account/address/delete/{addressId} | Path does not match |
| 14 | account_address_default | /account/address/default/{addressId} | Path does not match |
| 15 | account_password | /account/password | Path does not match |
| 16 | account_orders | /account/orders | Path does not match |
| 17 | account_order | /account/order/{orderId} | Path does not match |
| 18 | account_order_pdf_delivery | /account/order/pdf/delivery/{orderId} | Path does not match |
| 19 | account_order_pdf_invoice | /account/order/pdf/invoice/{orderId} | Path does not match |
| 20 | account_order_pdf_quotation | /account/order/pdf/quotation/{orderId} | Path does not match |
| 21 | checkout_no_route | /checkout | Path does not match |
| 22 | checkout_cart | /checkout/cart | Path does not match |
| 23 | checkout_delivery | /checkout/delivery | Path does not match |
| 24 | checkout_payment | /checkout/payment | Path does not match |
| 25 | checkout_gateway | /checkout/gateway | Path does not match |
| 26 | checkout_pay | /checkout/pay | Path does not match |
| 27 | checkout_confirm | /checkout/confirm | Path does not match |
| 28 | checkout_failed | /checkout/failed | Path does not match |
| 29 | customer_login | /customer/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.