Routing
public_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en/login
# | Route name | Path | Log |
---|---|---|---|
1 | app | / | Path does not match |
2 | app_account | /account | Path does not match |
3 | public | / | Path does not match |
4 | public_login | /{_locale}/login | Path almost matches, but Scheme "http" does not match any of the required schemes (https) |
5 | app_logout | /logout | Path does not match |
6 | app_offline | /offline | Path does not match |
7 | public_invitation | /invitation/{token} | Path does not match |
8 | warehouse | / | Path does not match |
9 | test_email | /test-email | Path does not match |
10 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
11 | _wdt_stylesheet | /_wdt/styles | Path does not match |
12 | _wdt | /_wdt/{token} | Path does not match |
13 | _profiler_home | /_profiler/ | Path does not match |
14 | _profiler_search | /_profiler/search | Path does not match |
15 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
16 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
17 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
18 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
19 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
20 | _profiler_open_file | /_profiler/open | Path does not match |
21 | _profiler | /_profiler/{token} | Path does not match |
22 | _profiler_router | /_profiler/{token}/router | Path does not match |
23 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
24 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
25 | app_company_billing | /companies/{company}/billing | Path does not match |
26 | app_company_customer_address | /companies/{company}/customers/{customer}/addresses | Path does not match |
27 | app_company_customer_address_create | /companies/{company}/customers/{customer}/addresses/create | Path does not match |
28 | app_company_customer_address_edit | /companies/{company}/customers/{customer}/addresses/{address}/edit | Path does not match |
29 | app_company_customer_address_delete | /companies/{company}/customers/{customer}/addresses/{address}/delete | Path does not match |
30 | app_company_customer_address_default | /companies/{company}/customers/{customer}/addresses/{address}/default | Path does not match |
31 | app_company_customer | /companies/{company}/customers | Path does not match |
32 | app_company_customer_create | /companies/{company}/customers/create | Path does not match |
33 | app_company_customer_info | /companies/{company}/customers/{customer} | Path does not match |
34 | app_company_customer_edit | /companies/{company}/customers/{customer}/edit | Path does not match |
35 | app_company_customer_delete | /companies/{company}/customers/{customer}/delete | Path does not match |
36 | app_company_customer_product | /companies/{company}/customers/{customer}/products | Path does not match |
37 | app_company_customer_product_create | /companies/{company}/customers/{customer}/products/create | Path does not match |
38 | app_company_customer_product_edit | /companies/{company}/customers/{customer}/products/{product}/edit | Path does not match |
39 | app_company_customer_product_delete | /companies/{company}/customers/{customer}/products/{product}/delete | Path does not match |
40 | app_company_customer_project | /companies/{company}/customers/{customer}/projects | Path does not match |
41 | app_company_customer_project_create | /companies/{company}/customers/{customer}/projects/create | Path does not match |
42 | app_company_customer_project_edit | /companies/{company}/customers/{customer}/projects/{project}/edit | Path does not match |
43 | app_company_customer_project_delete | /companies/{company}/customers/{customer}/projects/{project}/delete | Path does not match |
44 | app_company_service | /companies/{company}/services | Path does not match |
45 | app_company_service_create | /companies/{company}/services/create | Path does not match |
46 | app_company_service_edit | /companies/{company}/services/{service}/edit | Path does not match |
47 | app_company_service_delete | /companies/{company}/services/{service}/delete | Path does not match |
48 | app_company_user | /companies/{company}/users | Path does not match |
49 | app_company_user_invitation_delete | /companies/{company}/users/invitations/{invitation}/delete | Path does not match |
50 | app_company_user_delete | /companies/{company}/users/{user}/delete | Path does not match |
51 | app_company_warehouse | /companies/{company}/warehouses | Path does not match |
52 | app_company_warehouse_create | /companies/{company}/warehouses/create | Path does not match |
53 | app_company_warehouse_info | /companies/{company}/warehouses/{warehouse} | Path does not match |
54 | app_company_warehouse_edit | /companies/{company}/warehouses/{warehouse}/edit | Path does not match |
55 | app_company_warehouse_location | /companies/{company}/warehouses/{warehouse}/locations | Path does not match |
56 | app_company_warehouse_location_create | /companies/{company}/warehouses/{warehouse}/locations/create | Path does not match |
57 | app_company_warehouse_location_edit | /companies/{company}/warehouses/{warehouse}/locations/{location}/edit | Path does not match |
58 | app_company_warehouse_location_delete | /companies/{company}/warehouses/{warehouse}/locations/{location}/delete | Path does not match |
59 | app_company_info | /companies/{company}/info | Path does not match |
60 | app_company_create | /companies/create | Path does not match |
61 | app_company_edit | /companies/{company}/edit | Path does not match |
62 | public_register | /{_locale}/register | Path does not match |
63 | public_verify_email | /verify/email | Path does not match |
64 | public_forgot_password_request | /{_locale}/reset-password | Path does not match |
65 | public_reset_password | /{_locale}/reset-password/reset/{token} | Path does not match |
66 | warehouse_mission | /missions | Path does not match |
67 | warehouse_mission_create | /missions/create | Path does not match |
68 | warehouse_mission_view | /missions/{mission} | Path does not match |
69 | warehouse_mission_edit | /missions/{mission}/edit | Path does not match |
70 | warehouse_mission_cancel | /missions/{mission}/cancel | Path does not match |
71 | warehouse_mission_reopen | /missions/{mission}/reopen | Path does not match |
72 | warehouse_mission_done | /missions/{mission}/done | Path does not match |
73 | warehouse_mission_notify | /missions/{mission}/notify | Path does not match |
74 | warehouse_pack | /packs/ | Path does not match |
75 | warehouse_pack_edit | /packs/edit/{pack} | Path does not match |
76 | warehouse_pack_delete | /packs/delete/{pack} | Path does not match |
77 | warehouse_pack_print | /packs/print/{pack} | Path does not match |
78 | warehouse_pack_barcode | /packs/barcode/{pack} | Path does not match |
79 | warehouse_pack_move | /packs/move/{pack}/{mission} | Path does not match |
80 | warehouse_pack_move_valid | /packs/move-valid/{pack} | Path does not match |
81 | warehouse_task_create | /tasks/create/{mission} | Path does not match |
82 | warehouse_task_view | /tasks/view/{task}/{mission} | Path does not match |
83 | warehouse_task_edit | /tasks/edit/{task}/{mission} | Path does not match |
84 | warehouse_task_delete | /tasks/delete/{task}/{mission} | Path does not match |
85 | warehouse_task_done | /tasks/done/{task}/{mission} | Path does not match |
86 | warehouse_task_reopen | /tasks/reopen/{task}/{mission} | Path does not match |
87 | warehouse_task_print | /tasks/print/{task} | Path does not match |
88 | warehouse_task_move_all | /tasks/move-all/{task}/{mission} | Path does not match |
89 | warehouse_task_remove_pack | /tasks/remove-pack/{task}/{pack} | Path does not match |
90 | warehouse_task_select_pack | /tasks/select-pack/{task}/{pack} | Path does not match |
91 | warehouse_task | /tasks/{mission} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.