Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | acme_chat_health | /api/health/chat-http | Path does not match |
| 2 | acme_chat_list | /api/api/chats | Path does not match |
| 3 | acme_chat_create | /api/api/chats | Path does not match |
| 4 | acme_chat_show | /api/api/chats/{id} | Path does not match |
| 5 | acme_chat_rename | /api/api/chats/{id}/name | Path does not match |
| 6 | acme_chat_participants | /api/api/chats/{id}/participants | Path does not match |
| 7 | acme_chat_add_participant | /api/api/chats/{id}/participants | Path does not match |
| 8 | acme_chat_remove_participant | /api/api/chats/{id}/participants/{userId} | Path does not match |
| 9 | acme_chat_update_role | /api/api/chats/{id}/participants/{userId} | Path does not match |
| 10 | acme_chat_delete | /api/api/chats/{id} | Path does not match |
| 11 | acme_chat_messages | /api/api/chats/{chatId}/messages | Path does not match |
| 12 | acme_chat_message_create | /api/api/chats/{chatId}/messages | Path does not match |
| 13 | acme_chat_message_edit | /api/api/messages/{id} | Path does not match |
| 14 | acme_chat_message_delete | /api/api/messages/{id} | Path does not match |
| 15 | acme_chat_message_read | /api/api/messages/{id}/read | Path does not match |
| 16 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 17 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 18 | _wdt | /_wdt/{token} | Path does not match |
| 19 | _profiler_home | /_profiler/ | Path does not match |
| 20 | _profiler_search | /_profiler/search | Path does not match |
| 21 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 22 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 23 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 24 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 25 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 26 | _profiler_open_file | /_profiler/open | Path does not match |
| 27 | _profiler | /_profiler/{token} | Path does not match |
| 28 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 29 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 30 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 31 | app_billing_budget_add | /billing/budget | Path does not match |
| 32 | app_billing_budget_edit | /billing/budget/{id} | Path does not match |
| 33 | app_billing_budget_delete | /billing/budget/delete/{id} | Path does not match |
| 34 | app_billing_budget_print | /billing/budget/{id}/print | Path does not match |
| 35 | app_billing_budget_view | /billing/budget/{id}/view | Path does not match |
| 36 | app_billing_budget_email | /billing/budget/{id}/email | Path does not match |
| 37 | app_edit_mybusiness | /mybusiness | Path does not match |
| 38 | app_chat_index | /chats | Path does not match |
| 39 | app_chat_create_direct | /chats/direct | Path does not match |
| 40 | app_chat_create_group | /chats/group | Path does not match |
| 41 | app_chat_rename | /chats/{id}/rename | Path does not match |
| 42 | app_chat_delete | /chats/{id}/delete | Path does not match |
| 43 | app_chat_send_message | /chats/{id}/messages | Path does not match |
| 44 | app_chat_add_participant | /chats/{id}/participants | Path does not match |
| 45 | app_chat_remove_participant | /chats/{chatId}/participants/{userId}/remove | Path does not match |
| 46 | app_add_customer | /customer | Path does not match |
| 47 | app_edit_customer | /customer/{id} | Path does not match |
| 48 | app_delete_customer | /customer/delete/{id} | Path does not match |
| 49 | app_customer_landing_manage | /dashboard/my-page | Path does not match |
| 50 | app_customer_landing_preview | /dashboard/my-page/preview | Path does not match |
| 51 | app_billing_invoice_add | /billing/invoice | Path does not match |
| 52 | app_billing_invoice_edit | /billing/invoice/{id} | Path does not match |
| 53 | app_billing_invoice_delete | /billing/invoice/delete/{id} | Path does not match |
| 54 | app_billing_invoice_print | /billing/invoice/{id}/print | Path does not match |
| 55 | app_billing_invoice_view | /billing/invoice/{id}/view | Path does not match |
| 56 | app_billing_invoice_email | /billing/invoice/{id}/email | Path does not match |
| 57 | app_billing_invoice_payment_status | /billing/invoice/{id}/payment-status | Path does not match |
| 58 | app_billing_invoice_status | /billing/invoice/{id}/status | Path does not match |
| 59 | app_billing_invoice_redsys_pay | /billing/invoice/{id}/redsys/pay | Path does not match |
| 60 | app_billing_invoice_redsys_success | /billing/invoice/{id}/redsys/success | Path does not match |
| 61 | app_billing_invoice_redsys_failure | /billing/invoice/{id}/redsys/failure | Path does not match |
| 62 | landing | / | Path does not match |
| 63 | app_list | /list/{entity} | Path does not match |
| 64 | app_super_logs | /super/logs | Path does not match |
| 65 | app_register | /register | Path does not match |
| 66 | app_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.