Routing
index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | 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 | Path does not match |
24 | app_verify_email | /kundenkonto/verifizierung/email/{token} | Path does not match |
25 | app_verify_registration | /kundenkonto/registrierung/verifizieren | Path does not match |
26 | app_register_success | /kundenkonto/registrierung/erfolgreich | Path does not match |
27 | app_verification_link_expired | /kundenkonto/verifizierung/link-abgelaufen | Path does not match |
28 | app_forgot_password_request | /passwort-zuruecksetzen/anfrage | Path does not match |
29 | app_forgot_password_reset | /passwort-zuruecksetzen/anfrage/{token} | Path does not match |
30 | app_forgot_password_request_success | /passwort-zuruecksetzen/anfrage-versendet | Path does not match |
31 | app_forgot_password_failed | /passwort-zuruecksetzen/anfrage-fehlgeschlagen | Path does not match |
32 | app_forgot_password_reset_success | /passwort-zuruecksetzen/zueucksetzen-erfolgreich | Path does not match |
33 | app_forgot_password_reset_failed | /passwort-zuruecksetzen/zueucksetzen-fehlgeschlagen | Path does not match |
34 | admin_login | /admin/login | Path does not match |
35 | admin_logout | /admin/logout | Path does not match |
36 | 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.