Routing
index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | admin_filemanager_get | /admin/filemanager/get | Path does not match |
| 13 | admin_filemanager_upload | /admin/filemanager/upload | Path does not match |
| 14 | admin_filemanager_directory | /admin/filemanager/directory | Path does not match |
| 15 | admin_filemanager_delete | /admin/filemanager/delete | Path does not match |
| 16 | admin_filemanager_get_directory | /admin/filemanager/getDirectory | Path does not match |
| 17 | admin_login | /admin/login | Path does not match |
| 18 | admin_logout | /admin/logout | Path does not match |
| 19 | admin_affiliate_signup | /affiliate-signup | Path does not match |
| 20 | api_change_product_variant | /{_locale}/api/checkout/change_product_variant | Path does not match |
| 21 | step2_tracker | /{_locale}/api/checkout/step2_tracker | Path does not match |
| 22 | step2_remove_product | /{_locale}/api/checkout/step2_remove_product | Path does not match |
| 23 | checkout_handle_address | /{_locale}/api/checkout/handleAddress | Path does not match |
| 24 | checkout_conversion | /{_locale}/api/checkout/{product}/conversion | Path does not match |
| 25 | api_upsell_page | /{_locale}/api/checkout/upsell-page | Path does not match |
| 26 | api_event_add_to_cart | /{_locale}/api/event/add_to_cart | Path does not match |
| 27 | api_event_initiate_checkout | /{_locale}/api/event/initiate_checkout | Path does not match |
| 28 | api_event_get_data | /{_locale}/api/event/getData | Path does not match |
| 29 | api_event_get_data_by_order | /{_locale}/api/event/getDataByOrder | Path does not match |
| 30 | webhook_api | /api/webhook/ | Path does not match |
| 31 | klarna_create_order | /klarna/create/customer-token/{order_id}/{token} | Path does not match |
| 32 | klarna_checkout | /{_locale}/{url_title}/{order_number}/klarna-checkout | Path does not match |
| 33 | api_v1_order_create | /api/v1/order/create | Path does not match |
| 34 | api_v1_order_customer_orders | /api/v1/order/customer/{endUser} | Path does not match |
| 35 | api_v1_order_get | /api/v1/order/{order} | Path does not match |
| 36 | api_v1_ordser_invoice_pdf | /api/v.1/order/{order}/invoice-pdf | Path does not match |
| 37 | api_v1_product_get | /api/v1/product/{urlTitle} | Path does not match |
| 38 | api_v1_subscription_email_unsubscribe | /api/v.1/subscription/{id}/email/unsubscribe | Path does not match |
| 39 | api_v1_subscription_frequency | /api/v.1/subscription/{locale}/frequency | Path does not match |
| 40 | api_v1_subscription_edit_delivery_date | /api/v.1/subscription/{id}/edit-delivery-date | Path does not match |
| 41 | api_v1_subscription_edit_frequency | /api/v.1/subscription/{id}/edit-frequency | Path does not match |
| 42 | api_v1_ticket_create | /api/v.1/user/{endUser}/ticket/create | Path does not match |
| 43 | customer_app_autht | /admin/dashboard/customer-app/{endUser}/autht | Path does not match |
| 44 | product_page1 | /{_locale}/product1/{urlTitle} | Path does not match |
| 45 | thank_you_page | /{_locale}/thank-you/{order_id} | Path does not match |
| 46 | add_cart | /{_locale}/cart/add | Path does not match |
| 47 | calculate_shipping | /{_locale}/cart/shipping | Path does not match |
| 48 | change_country | /{_locale}/cart/changeCountry | Path does not match |
| 49 | post_upsell_page | /{_locale}/product/{url_title}/{order_id}/{position} | Path does not match |
| 50 | upsell_checkout_page | /{_locale}/upsell-checkout/{url_title}/{order_id} | Path does not match |
| 51 | checkout_step1 | /{_locale}/checkout/{urlTitle}/step-one | Path does not match |
| 52 | checkout_step2 | /{_locale}/checkout/{urlTitle}/step-two | Path does not match |
| 53 | checkout_single_page | /{_locale}/checkout/{urlTitle}/single-page | Path does not match |
| 54 | product_page | /{_locale}/product/{urlTitle} | Path does not match |
| 55 | test | /{_locale}/test | Path does not match |
| 56 | 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.