Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/kundenkonto/registrierung
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | checkout_ehba | /bestellvorgang/ehba-pruefung | Path does not match |
| 3 | checkout_ehba_missing | /bestellvorgang/kein-ehba | Path does not match |
| 4 | checkout_smcb | /bestellvorgang/smcb-pruefung | Path does not match |
| 5 | register_and_delivery_address | /bestellvorgang/registrierung-und-lieferanschrift | Path does not match |
| 6 | delivery_address | /bestellvorgang/lieferanschrift | Path does not match |
| 7 | checkout_overview | /bestellvorgang/bestelluebersicht | Path does not match |
| 8 | checkout_done | /bestellvorgang/bestellbestaetigung | Path does not match |
| 9 | kim_check_availability | /kim/check-availability | Path does not match |
| 10 | kim_reserve | /kim/reserve | Path does not match |
| 11 | otp_retrieve | /kim/otpretrieve | Path does not match |
| 12 | product_details | /produkt/{productId} | Path does not match |
| 13 | add_to_cart | /cart/add | Path does not match |
| 14 | remove_from_cart | /cart/remove/{productId} | Path does not match |
| 15 | increase_quantity | /cart/increase/{productId} | Path does not match |
| 16 | decrease_quantity | /cart/decrease/{productId} | Path does not match |
| 17 | storefront_login | /kundenkonto/login | Path does not match |
| 18 | app_logout | /kundenkonto/logout | Path does not match |
| 19 | customer_account_index | /kundenkonto/uebersicht | Path does not match |
| 20 | customer_account_profile_edit | /kundenkonto/meine-daten | Path does not match |
| 21 | customer_account_orders_index | /kundenkonto/bestellungen/uebersicht | Path does not match |
| 22 | customer_account_kim_mail_index | /kundenkonto/kim-mail/uebersicht | Path does not match |
| 23 | app_register | /kundenkonto/registrierung | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.