Routing
(none)
Matched route
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 3 | ux_entity_autocomplete_admin | /admin/autocomplete/{alias} | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | api_install | /api/install | Path does not match |
| 17 | api_install_translations | /api/install/translations/{type} | Path does not match |
| 18 | app_apitranslationcache_reloadcache | /api/translations/compute | Path does not match |
| 19 | charging_index | /admin/chargings | Path does not match |
| 20 | charging_create | /admin/kiosk/{id}/charging/create | Path does not match |
| 21 | charging_edit | /admin/charging/{id}/edit | Path does not match |
| 22 | charging_delete | /admin/charging/{id}/delete | Path does not match |
| 23 | charging_show | /admin/charging/{id}/show | Path does not match |
| 24 | customer_index | /admin/customers/ | Path does not match |
| 25 | customer_create | /admin/customers/create | Path does not match |
| 26 | customer_edit | /admin/customers/{id}/edit | Path does not match |
| 27 | customer_delete | /admin/customers/{id}/delete | Path does not match |
| 28 | customer_show | /admin/customers/{id}/show | Path does not match |
| 29 | customer_users | /admin/customers/{id}/users | Path does not match |
| 30 | customer_user_create | /admin/customers/{id}/user/create | Path does not match |
| 31 | customeradmin | /admin/customers/admin | Path does not match |
| 32 | customerback | /admin/customers/back | Path does not match |
| 33 | customerlocale_change | /admin/customers/locale/{_locale} | Path does not match |
| 34 | customericon_show | /admin/customers/icon | Path does not match |
| 35 | dashboard | /admin/dashboard | Path does not match |
| 36 | version | /admin/ver | Path does not match |
| 37 | docs | /docs | Path does not match |
| 38 | docs_file | /docs/{file} | Path does not match |
| 39 | kiosk_test | /admin/kiosks/test | Path does not match |
| 40 | kiosk_index | /admin/kiosks/ | Path does not match |
| 41 | kiosk_customer | /admin/kiosks/customer/{id} | Path does not match |
| 42 | kiosk_create | /admin/kiosks/create | Path does not match |
| 43 | kiosk_create_by_customer | /admin/kiosks/to-customer/{id}/create | Path does not match |
| 44 | kiosk_edit | /admin/kiosks/{id}/edit | Path does not match |
| 45 | kiosk_edit_by_customer | /admin/kiosks/{id}/edit-by-customer | Path does not match |
| 46 | kiosk_delete | /admin/kiosks/{id}/delete | Path does not match |
| 47 | kiosk_show | /admin/kiosks/{id}/show | Path does not match |
| 48 | kioskadmin | /admin/kiosks/admin | Path does not match |
| 49 | kioskback | /admin/kiosks/back | Path does not match |
| 50 | kiosklocale_change | /admin/kiosks/locale/{_locale} | Path does not match |
| 51 | kioskicon_show | /admin/kiosks/icon | Path does not match |
| 52 | api_notifications_set | /api/notifications/set | Path does not match |
| 53 | api_notifications_get | /api/notifications/get | Path does not match |
| 54 | api_notifications_get_count | /api/notifications/count/get | Path does not match |
| 55 | api_notifications_unseen_get | /api/notifications/unseen/get | Path does not match |
| 56 | admin | /admin | Path does not match |
| 57 | back | /back | Path does not match |
| 58 | locale_change | /locale/{_locale} | Path does not match |
| 59 | icon_show | /icon | Path does not match |
| 60 | public_home | /public | Path does not match |
| 61 | public_charging_setup_input | /public/charging-setup-input | Path does not match |
| 62 | public_charging_setup_input_edit | /public/charging-setup-input-edit | Path does not match |
| 63 | public_charging_setup_email | /public/charging-setup-email | Path does not match |
| 64 | public_payment_portal | /public/payment-portal | Path does not match |
| 65 | public_charging | /public/charging | Path does not match |
| 66 | public_login | /public/login | Path does not match |
| 67 | public_logout | /public/logout | Path does not match |
| 68 | publicadmin | /public/admin | Path does not match |
| 69 | publicback | /public/back | Path does not match |
| 70 | publiclocale_change | /public/locale/{_locale} | Path does not match |
| 71 | publicicon_show | /public/icon | Path does not match |
| 72 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.