Routing
(none)
Matched route
Route Matching Logs
Path to match:
/product/shopping-cart/%23
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_get_address_modal_form | /address/address-modal-form | Path does not match |
| 2 | app_new_address_data | /address/address-data | Path does not match |
| 3 | app_edit_address_data | /address/address-data/{id}/edit | Path does not match |
| 4 | app_get_friend_triweer_modal_form | /friend-triweer/modal-form-data | Path does not match |
| 5 | app_get_friend_triweer_by_id_modal_form | /friend-triweermodal-form-data/{id} | Path does not match |
| 6 | app_new_friend_triweer_data | /friend-triweer/modal-form/{friendUser} | Path does not match |
| 7 | app_edit_friend_triweer_data | /friend-triweer/modal-form/{id}/edit | Path does not match |
| 8 | app_edit_buying_group_new_address | /my-account/my-buying-groups/{id}/address | Path does not match |
| 9 | app_edit_buying_group_add_member | /my-account/my-buying-groups/{id}/add/{member} | Path does not match |
| 10 | app_edit_buying_group_remove_member | /my-account/my-buying-groups/{id}/remove/{member} | Path does not match |
| 11 | app_leave_buying_group | /my-account/my-buying-groups/{group}/leave/{member} | Path does not match |
| 12 | app_buying_group_search_users | /my-account/my-buying-groups/search-users | Path does not match |
| 13 | app_product_add_to_shopping_cart | /product/shopping-cart/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.