Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /api/docs.{_format} | Path does not match |
| 2 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 6 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 10 | _api_validation_errors_xml | /api/validation_errors/{id} | Path does not match |
| 11 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 12 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 13 | _wdt | /_wdt/{token} | Path does not match |
| 14 | _profiler_home | /_profiler/ | Path does not match |
| 15 | _profiler_search | /_profiler/search | Path does not match |
| 16 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 17 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 18 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 19 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 20 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 21 | _profiler_open_file | /_profiler/open | Path does not match |
| 22 | _profiler | /_profiler/{token} | Path does not match |
| 23 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 24 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 25 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 26 | admin_analytics | /admin/analytics | Path does not match |
| 27 | app_login | /login | Path does not match |
| 28 | auth_check_organization | /auth/check-organization | Path does not match |
| 29 | app_signup | /signup | Path does not match |
| 30 | app_logout | /logout | Path does not match |
| 31 | app_sms_login | /sms-login | Path does not match |
| 32 | app_sms_login_verify | /sms-login/verify | Path does not match |
| 33 | bookmarks_index | /bookmarks | Path does not match |
| 34 | bookmarks_create | /bookmarks/create | Path does not match |
| 35 | bookmarks_edit | /bookmarks/{id}/edit | Path does not match |
| 36 | bookmarks_move | /bookmarks/{id}/move | Path does not match |
| 37 | bookmarks_toggle_favorite | /bookmarks/{id}/toggle-favorite | Path does not match |
| 38 | bookmarks_visit | /bookmarks/{id}/visit | Path does not match |
| 39 | bookmarks_delete | /bookmarks/{id}/delete | Path does not match |
| 40 | bookmarks_collection_create | /bookmarks/collections/create | Path does not match |
| 41 | bookmarks_collection_delete | /bookmarks/collections/{id}/delete | Path does not match |
| 42 | chat_index | /chat | Path does not match |
| 43 | chat_new | /chat/new | Path does not match |
| 44 | chat_show | /chat/{id} | Path does not match |
| 45 | chat_upload | /chat/{id}/upload | Path does not match |
| 46 | chat_send | /chat/{id}/send | Path does not match |
| 47 | chat_send_stream | /chat/{id}/send-stream | Path does not match |
| 48 | chat_delete | /chat/{id}/delete | Path does not match |
| 49 | chat_update_model | /chat/{id}/model | Path does not match |
| 50 | chat_update_system_prompt | /chat/{id}/update-system-prompt | Path does not match |
| 51 | chat_update_streaming | /chat/{id}/update-streaming | Path does not match |
| 52 | chat_update_font_size | /chat/update-font-size | Path does not match |
| 53 | app_dashboard | /dashboard | Path does not match |
| 54 | departments_index | /departments | Path does not match |
| 55 | departments_new | /departments/new | Path does not match |
| 56 | departments_show | /departments/{id} | Path does not match |
| 57 | departments_edit | /departments/{id}/edit | Path does not match |
| 58 | departments_delete | /departments/{id}/delete | Path does not match |
| 59 | departments_search_api | /departments/api/search | Path does not match |
| 60 | documents_index | /documents | Path does not match |
| 61 | documents_upload | /documents/upload | Path does not match |
| 62 | documents_create | /documents/create | Path does not match |
| 63 | documents_view | /documents/{id} | Path does not match |
| 64 | documents_edit | /documents/{id}/edit | Path does not match |
| 65 | documents_download | /documents/{id}/download | Path does not match |
| 66 | documents_preview | /documents/{id}/preview | Path does not match |
| 67 | documents_move | /documents/{id}/move | Path does not match |
| 68 | documents_delete | /documents/{id}/delete | Path does not match |
| 69 | documents_folder_create | /documents/folders/create | Path does not match |
| 70 | documents_folder_delete | /documents/folders/{id}/delete | Path does not match |
| 71 | email_accounts_index | /email-accounts | Path does not match |
| 72 | email_accounts_create | /email-accounts/create | Path does not match |
| 73 | email_accounts_get | /email-accounts/{id} | Path does not match |
| 74 | email_accounts_set_default | /email-accounts/{id}/set-default | Path does not match |
| 75 | email_accounts_delete | /email-accounts/{id} | Path does not match |
| 76 | email_accounts_discover_settings | /email-accounts/discover-settings | Path does not match |
| 77 | app_verify_email | /verify-email/{token} | Path does not match |
| 78 | app_resend_verification | /resend-verification | Path does not match |
| 79 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.