https://dev.happylauncher.com/

Routing

app_dashboard Matched route

Route Parameters

No parameters.

Route Redirection

This page redirects to:

/login

Route Matching Logs

Path to match: /
# Route name Path Log
1 api_products /api/products Path does not match
2 api_orders /api/orders Path does not match
3 account /account Path does not match
4 save_pp_data /account/save_pp_data Path does not match
5 connect_amazon_start /connect/amazon Path does not match
6 connect_amazon_check /connect/amazon/check Path does not match
7 connect_amazon_check_secure /connect/amazon/check Path does not match
8 connect_etsy_start /connect/etsy Path does not match
9 connect_etsy_check /connect/etsy/check Path does not match
10 connect_etsy_check_secure /connect/etsy/check Path does not match
11 remove_store /remove-store Path does not match
12 admin_product_list /admin/product/list Path does not match
13 admin_user_list /admin/user Path does not match
14 admin_user_promote /admin/user/promote/{id} Path does not match
15 admin_user_demote /admin/user/demote/{id} Path does not match
16 admin_user_delete /admin/user/delete/{id} Path does not match
17 attribute_list /admin/attribute/ Path does not match
18 attribute_add /admin/attribute/add Path does not match
19 attribute_edit /admin/attribute/edit/{id} Path does not match
20 attribute_delete /admin/attribute/delete/{id} Path does not match
21 base_product_list /admin/baseProduct/list Path does not match
22 base_product_add /admin/baseProduct/add Path does not match
23 base_product_edit /admin/baseProduct/edit/{id} Path does not match
24 base_product_variant_form /admin/baseProduct/variantForm/{id} Path does not match
25 base_product_default_properties /admin/baseProduct/defaultPropertiesForm/{id} Path does not match
26 base_product_variant_settings /admin/baseProduct/variantSettings/{id} Path does not match
27 base_product_variant_images /admin/baseProduct/variantImages/{id} Path does not match
28 base_product_variant_side /admin/baseProduct/variant/{id}/side Path does not match
29 base_product_delete /admin/baseProduct/delete/{id} Path does not match
30 base_product_side_image /admin/baseProduct/image/{id} Path does not match
31 base_product_amazon_categories /admin/baseProduct/amazonCategories Path does not match
32 base_product_amazon_attributes /admin/baseProduct/edit/{id}/amazonAttributes Path does not match
33 base_product_shipping_profile_etsy /admin/baseProduct/shippingProfile/etsy Path does not match
34 base_product_shipping_profile_etsy_add /admin/baseProduct/shippingProfile/etsy/add Path does not match
35 base_product_shipping_profile_etsy_edit /admin/baseProduct/shippingProfile/etsy/edit/{id} Path does not match
36 remove_shipping_profile /admin/baseProduct/shippingProfile/etsy/remove-shipping-profile/{id} Path does not match
37 category_list /admin/category/ Path does not match
38 category_add /admin/category/add Path does not match
39 category_edit /admin/category/edit/{id} Path does not match
40 category_delete /admin/category/delete/{id} Path does not match
41 etsy_taxonomy_nodes_from_many /admin/category/etsy-taxonomy-nodes-from-many/{taxonomyIds} Path does not match
42 etsy_taxonomy_nodes /admin/category/etsy-taxonomy-nodes/{taxonomyId} Path does not match
43 taxonomy_search /admin/category/taxonomy/search Path does not match
44 app_dashboard / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.