Routing
sylius_backend_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _sylius | [ "template" => "backend/security/login.html.twig" "permission" => true ] |
Route Matching Logs
Path to match:
/admin/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login_check | /api/authentication_token | Path does not match |
| 2 | api_refresh_token | /api/token/refresh | Path does not match |
| 3 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 7 | _api_/addresses{._format}_post | /api/addresses.{_format} | Path does not match |
| 8 | _api_/addresses/{id}{._format}_put | /api/addresses/{id}.{_format} | Path does not match |
| 9 | _api_/addresses/{id}{._format}_delete | /api/addresses/{id}.{_format} | Path does not match |
| 10 | _api_/addresses{._format}_get_collection | /api/addresses.{_format} | Path does not match |
| 11 | _api_/addresses/{id}{._format}_get | /api/addresses/{id}.{_format} | Path does not match |
| 12 | _api_/countries{._format}_get_collection | /api/countries.{_format} | Path does not match |
| 13 | _api_/countries/{id}{._format}_get | /api/countries/{id}.{_format} | Path does not match |
| 14 | _api_/credit_packs/{id}{._format}_get | /api/credit_packs/{id}.{_format} | Path does not match |
| 15 | _api_/credit_packs{._format}_get_collection | /api/credit_packs.{_format} | Path does not match |
| 16 | _api_/credit_packs/{id}/apply-coupon_post | /api/credit_packs/{id}/apply-coupon | Path does not match |
| 17 | _api_/customers{._format}_post | /api/customers.{_format} | Path does not match |
| 18 | _api_/request_password_post | /api/request_password | Path does not match |
| 19 | _api_/reset_password/{token}_patch | /api/reset_password/{token} | Path does not match |
| 20 | _api_/customers/{id}{._format}_get | /api/customers/{id}.{_format} | Path does not match |
| 21 | _api_/customers/{id}{._format}_put | /api/customers/{id}.{_format} | Path does not match |
| 22 | _api_customers/{id}/password_patch | /api/customers/{id}/password | Path does not match |
| 23 | _api_customers/{id}/disable_patch | /api/customers/{id}/disable | Path does not match |
| 24 | _api_/devices/{token}{._format}_delete | /api/devices/{token}.{_format} | Path does not match |
| 25 | _api_/devices/register_post | /api/devices/register | Path does not match |
| 26 | _api_/devices/{token}{._format}_get | /api/devices/{token}.{_format} | Path does not match |
| 27 | _api_/orders{._format}_post | /api/orders.{_format} | Path does not match |
| 28 | _api_/orders{._format}_get_collection | /api/orders.{_format} | Path does not match |
| 29 | _api_/orders/price_post | /api/orders/price | Path does not match |
| 30 | _api_/orders/{id}{._format}_get | /api/orders/{id}.{_format} | Path does not match |
| 31 | _api_/order_item_photos/{id}{._format}_get | /api/order_item_photos/{id}.{_format} | Path does not match |
| 32 | _api_/orders/{id}/photos_post | /api/orders/{id}/photos | Path does not match |
| 33 | _api_/orders/{id}/photos/{tag}_post | /api/orders/{id}/photos/{tag} | Path does not match |
| 34 | _api_/payments/{id}{._format}_get | /api/payments/{id}.{_format} | Path does not match |
| 35 | _api_/payments{._format}_post | /api/payments.{_format} | Path does not match |
| 36 | _api_/payments/direct-intent_post | /api/payments/direct-intent | Path does not match |
| 37 | _api_/photo-upload-errors/report_post | /api/photo-upload-errors/report | Path does not match |
| 38 | _api_/photo_upload_error_reports/{id}{._format}_get | /api/photo_upload_error_reports/{id}.{_format} | Path does not match |
| 39 | _api_/promotion_codes/{code}{._format}_get | /api/promotion_codes/{code}.{_format} | Path does not match |
| 40 | _api_/promotion_codes/{code}/add-credits_put | /api/promotion_codes/{code}/add-credits | Path does not match |
| 41 | app_backend_dashboard | /admin/ | Path does not match |
| 42 | sylius_backend_partial_customer_latest | /admin/_partial/customers/latest/{count} | Path does not match |
| 43 | sylius_backend_admin_user_index | /admin/users/ | Path does not match |
| 44 | sylius_backend_admin_user_create | /admin/users/new | Path does not match |
| 45 | sylius_backend_admin_user_update | /admin/users/{id}/edit | Path does not match |
| 46 | sylius_backend_admin_user_bulk_delete | /admin/users/bulk-delete | Path does not match |
| 47 | sylius_backend_admin_user_delete | /admin/users/{id} | Path does not match |
| 48 | sylius_backend_customer_index | /admin/customers/ | Path does not match |
| 49 | sylius_backend_customer_create | /admin/customers/new | Path does not match |
| 50 | sylius_backend_customer_update | /admin/customers/{id}/edit | Path does not match |
| 51 | sylius_backend_customer_bulk_delete | /admin/customers/bulk-delete | Path does not match |
| 52 | sylius_backend_customer_delete | /admin/customers/{id} | Path does not match |
| 53 | sylius_backend_customer_bulk_export | /admin/customers/bulk-export | Path does not match |
| 54 | sylius_backend_customer_bulk_export_b2c | /admin/customers/bulk-export-b2c | Path does not match |
| 55 | sylius_backend_customer_bulk_export_b2b | /admin/customers/bulk-export-b2b | Path does not match |
| 56 | sylius_backend_customer_show | /admin/customers/{id} | Path does not match |
| 57 | sylius_backend_login | /admin/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.