Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_errors | /api/errors/{status} | 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_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_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 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 11 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 12 | gesdinet_jwt_refresh_token | /api/token/refresh | Path does not match |
| 13 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 14 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 15 | _wdt | /_wdt/{token} | Path does not match |
| 16 | _profiler_home | /_profiler/ | Path does not match |
| 17 | _profiler_search | /_profiler/search | Path does not match |
| 18 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 19 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 20 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 21 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 22 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 23 | _profiler_open_file | /_profiler/open | Path does not match |
| 24 | _profiler | /_profiler/{token} | Path does not match |
| 25 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 26 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 27 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 28 | jwt_refresh_token | /token/refresh | Path does not match |
| 29 | loginapi_dummy | /loginapi | Path does not match |
| 30 | api_chatbot_health | /api/chatbot/health | Path does not match |
| 31 | api_chatbot_create_room | /api/chatbot/rooms | Path does not match |
| 32 | api_chatbot_get_room_by_session | /api/chatbot/rooms/by-session/{sessionId} | Path does not match |
| 33 | api_chatbot_deactivate_room | /api/chatbot/rooms/{roomId}/deactivate | Path does not match |
| 34 | api_chatbot_save_message | /api/chatbot/messages | Path does not match |
| 35 | api_chatbot_get_messages | /api/chatbot/rooms/{roomId}/messages | Path does not match |
| 36 | api_chatbot_update_message_status | /api/chatbot/messages/{messageId}/status | Path does not match |
| 37 | api_chatbot_search_messages | /api/chatbot/messages/search | Path does not match |
| 38 | api_chatbot_stats | /api/chatbot/stats | Path does not match |
| 39 | api_chatbot_cleanup_rooms | /api/chatbot/rooms/cleanup | Path does not match |
| 40 | api_chatbot_sessions_save_active_session | /api/chatbot/sessions/active | Path does not match |
| 41 | api_chatbot_sessions_get_active_session | /api/chatbot/sessions/active/{sessionId} | Path does not match |
| 42 | api_chatbot_sessions_get_all_active_sessions | /api/chatbot/sessions/active | Path does not match |
| 43 | api_chatbot_sessions_update_session_activity | /api/chatbot/sessions/active/{sessionId}/activity | Path does not match |
| 44 | api_chatbot_sessions_delete_active_session | /api/chatbot/sessions/active/{sessionId} | Path does not match |
| 45 | api_chatbot_sessions_get_sessions_stats | /api/chatbot/sessions/stats | Path does not match |
| 46 | api_chatbot_sessions_sessions_health_check | /api/chatbot/sessions/health | Path does not match |
| 47 | api_chatbot_sessions_cleanup_expired_sessions | /api/chatbot/sessions/cleanup | Path does not match |
| 48 | api_chatbot_sessions_debug_sessions | /api/chatbot/sessions/debug | Path does not match |
| 49 | api_chatbot_sessions_force_session_reconnect | /api/chatbot/sessions/active/{sessionId}/reconnect | Path does not match |
| 50 | api_chatbot_sessions_get_sessions_by_status | /api/chatbot/sessions/status | Path does not match |
| 51 | api_chatbot_sessions_search_sessions | /api/chatbot/sessions/search | Path does not match |
| 52 | api_chatbot_sessions_get_sessions_report | /api/chatbot/sessions/report | Path does not match |
| 53 | api_suggestions_groups | /api/suggestions/groups | Path does not match |
| 54 | api_suggestions_users | /api/suggestions/users | Path does not match |
| 55 | api_suggestions_mixed | /api/suggestions/mixed | Path does not match |
| 56 | api_suggestions_join_group | /api/suggestions/groups/{id}/join | Path does not match |
| 57 | api_suggestions_follow_user | /api/suggestions/users/{id}/follow | Path does not match |
| 58 | api_tchat_get_user_profile | /api/chat/user/profile | Path does not match |
| 59 | api_tchat_create_group | /api/chat/groups | Path does not match |
| 60 | api_tchat_get_groups | /api/chat/groups | Path does not match |
| 61 | api_tchat_get_group | /api/chat/groups/{id} | Path does not match |
| 62 | api_tchat_add_participant | /api/chat/groups/{id}/participants | Path does not match |
| 63 | api_tchat_send_message | /api/chat/groups/{id}/messages | Path does not match |
| 64 | api_tchat_get_messages | /api/chat/groups/{id}/messages | Path does not match |
| 65 | api_tchat_log_call | /api/chat/groups/{id}/calls/log | Path does not match |
| 66 | api_tchat_get_call_history | /api/chat/groups/{id}/calls/history | Path does not match |
| 67 | api_tchat_leave_group | /api/chat/groups/{id}/leave | Path does not match |
| 68 | api_tchat_delete_group | /api/chat/groups/{id} | Path does not match |
| 69 | user_list | /api/tchat/users/list | Path does not match |
| 70 | user_show | /api/tchat/users/{user}/show | Path does not match |
| 71 | api_timeline_list | /api/timeline | Path does not match |
| 72 | api_timeline_add_like | /api/timeline/{id}/like | Path does not match |
| 73 | api_timeline_remove_like | /api/timeline/{id}/like | Path does not match |
| 74 | api_timeline_list_comments | /api/timeline/{id}/comments | Path does not match |
| 75 | api_timeline_create_comment | /api/timeline/{id}/comments | Path does not match |
| 76 | api_timeline_create | /api/timeline | Path does not match |
| 77 | app_api | /api/test | Path does not match |
| 78 | account_link_twitch | /account/link/twitch | Path does not match |
| 79 | oauth_twitch_callback_link | /oauth/twitch/callback/link | Path does not match |
| 80 | login_twitch | /login/twitch | Path does not match |
| 81 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
| 82 | hwi_oauth_connect_service | /connect/service/{service} | Path does not match |
| 83 | hwi_oauth_connect_registration | /connect/registration/{key} | Path does not match |
| 84 | hwi_oauth_connect | /connect/ | Path does not match |
| 85 | connect_linkedin | /connect2/linkedin | Path does not match |
| 86 | connect_linkedin_check | /connect2/linkedin/check | Path does not match |
| 87 | connect_facebook | /connect2/facebook | Path does not match |
| 88 | connect_facebook_check | /connect2/facebook/check | Path does not match |
| 89 | connect_twitch | /connect2/twitch | Path does not match |
| 90 | connect_twitch_check | /connect2/twitch/check | Path does not match |
| 91 | backoffice_dashboard | /administration/dashboard | Path does not match |
| 92 | backoffice_users_list | /administration/users/list | Path does not match |
| 93 | backoffice_users_team | /administration/users/team | Path does not match |
| 94 | backoffice_users_new | /administration/users/new | Path does not match |
| 95 | backoffice_users_edit | /administration/users/edit/{id} | Path does not match |
| 96 | backoffice_users_edit_profile | /administration/users/profile/{id} | Path does not match |
| 97 | backoffice_users_delete | /administration/users/delete/{id} | Path does not match |
| 98 | backoffice_users_remove | /administration/users/remove/{id} | Path does not match |
| 99 | backoffice_users_new_password | /administration/users/password/{id}/new | Path does not match |
| 100 | backoffice_users_show_password | /administration/users/password/{id}/show | Path does not match |
| 101 | backoffice_pages_edit | /administration/pages/edit/{page} | Path does not match |
| 102 | backoffice_tools_list | /administration/tools/list | Path does not match |
| 103 | backoffice_tools_editvalue | /administration/tools/editvalue/{id} | Path does not match |
| 104 | backoffice_mails_list | /administration/mails/list | Path does not match |
| 105 | backoffice_mails_edit | /administration/mails/edit/{id} | Path does not match |
| 106 | backoffice_agencies_list | /administration/agencies/list | Path does not match |
| 107 | backoffice_agencies_new | /administration/agencies/new | Path does not match |
| 108 | backoffice_agencies_edit | /administration/agencies/edit/{agency} | Path does not match |
| 109 | backoffice_agencies_delete | /administration/agencies/delete/{agency} | Path does not match |
| 110 | backoffice_agencies_remove | /administration/agencies/remove/{agency} | Path does not match |
| 111 | backoffice_menu_parents_list | /administration/menu/parents/list | Path does not match |
| 112 | backoffice_menu_parents_new | /administration/menu/parents/new | Path does not match |
| 113 | backoffice_menu_parents_edit | /administration/menu/parents/{id}/edit | Path does not match |
| 114 | backoffice_menu_parents_next | /administration/menu/parents/{id}/next | Path does not match |
| 115 | backoffice_menu_parents_prev | /administration/menu/parents/{id}/prev | Path does not match |
| 116 | backoffice_menu_parents_remove | /administration/menu/parents/{id}/remove | Path does not match |
| 117 | backoffice_menu_parents_delete | /administration/menu/parents/{id}/delete | Path does not match |
| 118 | backoffice_menu_items_list | /administration/menu/parents-items/{parent}/list | Path does not match |
| 119 | backoffice_menu_items_new | /administration/menu/parents-items/{parent}/new | Path does not match |
| 120 | backoffice_menu_items_edit | /administration/menu/parents-items/{parent}/{item}/edit | Path does not match |
| 121 | backoffice_menu_items_prev | /administration/menu/parents-items/{parent}/{item}/prev | Path does not match |
| 122 | backoffice_menu_items_next | /administration/menu/parents-items/{parent}/{item}/next | Path does not match |
| 123 | backoffice_menu_items_remove | /administration/menu/parents-items/{parent}/{item}/remove | Path does not match |
| 124 | backoffice_menu_items_delete | /administration/menu/parents-items/{parent}/{item}/delete | Path does not match |
| 125 | backoffice_pages_list | /administration/vitrine/p/list | Path does not match |
| 126 | backoffice_pages_new | /administration/vitrine/p/new | Path does not match |
| 127 | backoffice_pages_clone | /administration/vitrine/p/{id}/clone | Path does not match |
| 128 | backoffice_pages_theme | /administration/vitrine/p/{id}/theme | Path does not match |
| 129 | backoffice_pages_theme_choice | /administration/vitrine/p/{id}/choice-theme | Path does not match |
| 130 | backoffice_pages_configuration | /administration/vitrine/p/{id}/configuration | Path does not match |
| 131 | backoffice_pages_specialisation | /administration/vitrine/p/{id}/specialisation | Path does not match |
| 132 | backoffice_pages_configuration_avanced | /administration/vitrine/p/{id}/configuration-avanced | Path does not match |
| 133 | backoffice_pages_remove | /administration/vitrine/p/{id}/remove | Path does not match |
| 134 | backoffice_pages_delete | /administration/vitrine/p/{id}/delete | Path does not match |
| 135 | backoffice_pages_search | /administration/vitrine/p/json/search/pages | Path does not match |
| 136 | backoffice_pages_visibility_off | /administration/vitrine/p/{id}/visibility-off | Path does not match |
| 137 | backoffice_pages_visibility_on | /administration/vitrine/p/{id}/visibility-on | Path does not match |
| 138 | backoffice_pages_prev | /administration/vitrine/p/{id}/prev | Path does not match |
| 139 | backoffice_pages_next | /administration/vitrine/p/{id}/next | Path does not match |
| 140 | backoffice_pages_premium_off | /administration/vitrine/p/{id}/premium-off | Path does not match |
| 141 | backoffice_pages_premium_on | /administration/vitrine/p/{id}/premium-on | Path does not match |
| 142 | backoffice_pageshasblocks_list | /administration/vitrine/phb/{page}/list | Path does not match |
| 143 | backoffice_pageshasblocks_new_html | /administration/vitrine/phb/{page}/new/html | Path does not match |
| 144 | backoffice_pageshasblocks_edit_html | /administration/vitrine/phb/{page}/{id}/edit/html | Path does not match |
| 145 | backoffice_pageshasblocks_remove | /administration/vitrine/phb/{page}/{id}/remove | Path does not match |
| 146 | backoffice_pageshasblocks_delete | /administration/vitrine/phb/{page}/{id}/delete | Path does not match |
| 147 | backoffice_pageshasblocks_removeall | /administration/vitrine/phb/{page}/removeall | Path does not match |
| 148 | backoffice_pageshasblocks_deleteall | /administration/vitrine/phb/{page}/deleteall | Path does not match |
| 149 | backoffice_pageshasblocks_online | /administration/vitrine/phb/{page}/{id}/online | Path does not match |
| 150 | backoffice_pageshasblocks_offline | /administration/vitrine/phb/{page}/{id}/offline | Path does not match |
| 151 | backoffice_pageshasblocks_next | /administration/vitrine/phb/{page}/{id}/next | Path does not match |
| 152 | backoffice_pageshasblocks_prev | /administration/vitrine/phb/{page}/{id}/prev | Path does not match |
| 153 | backoffice_pageshasblocks_visibility_online | /administration/vitrine/phb/{page}/{id}/user-online | Path does not match |
| 154 | backoffice_pageshasblocks_visibility_offline | /administration/vitrine/phb/{page}/{id}/user-offline | Path does not match |
| 155 | backoffice_pageshasblocks_visitor_online | /administration/vitrine/phb/{page}/{id}/visitor-online | Path does not match |
| 156 | backoffice_pageshasblocks_visitor_offline | /administration/vitrine/phb/{page}/{id}/visitor-offline | Path does not match |
| 157 | backoffice_pageshasblocks_components_edit_quick_title | /administration/vitrine/phb-components/quick/{page}/edit/title | Path does not match |
| 158 | backoffice_pageshasblocks_components_edit_quick_description | /administration/vitrine/phb-components/quick/{page}/edit/description | Path does not match |
| 159 | backoffice_pageshasblocks_components_edit_quick_titleblock | /administration/vitrine/phb-components/quick/block/{block}/edit/title | Path does not match |
| 160 | backoffice_pageshasblocks_components_edit_language | /administration/vitrine/phb-components/quick/{page}/edit/language | Path does not match |
| 161 | backoffice_pageshasblocks_components_edit_cover | /administration/vitrine/phb-components/{page}/{id}/edit/cover | Path does not match |
| 162 | backoffice_pageshasblocks_components_edit_classic | /administration/vitrine/phb-components/{page}/{id}/edit/classic | Path does not match |
| 163 | backoffice_pageshasblocks_components_edit_custom | /administration/vitrine/phb-components/{page}/{id}/edit/custom | Path does not match |
| 164 | backoffice_pageshasblocks_components_edit_html | /administration/vitrine/phb-components/{page}/{id}/edit/html | Path does not match |
| 165 | backoffice_pageshasblocks_components_show_startblock | /administration/vitrine/phb-components/{page}/{id}/show/startblock | Path does not match |
| 166 | backoffice_pageshasblocks_components_show_block | /administration/vitrine/phb-components/{page}/{id}/show/block | Path does not match |
| 167 | backoffice_articles_list | /administration/articles/list | Path does not match |
| 168 | backoffice_articles_list_identifiant | /administration/articles/identifiant-list/{slug} | Path does not match |
| 169 | backoffice_articles_show | /administration/articles/show/{slug} | Path does not match |
| 170 | backoffice_articles_new | /administration/articles/new | Path does not match |
| 171 | backoffice_articles_edit | /administration/articles/{id}/edit | Path does not match |
| 172 | backoffice_articles_edit_offline | /administration/articles/{id}/edit-offline | Path does not match |
| 173 | backoffice_articles_remove | /administration/articles/{id}/remove | Path does not match |
| 174 | backoffice_articles_valider | /administration/articles/{id}/valider | Path does not match |
| 175 | backoffice_articles_devalider | /administration/articles/{id}/devalider | Path does not match |
| 176 | backoffice_articles_delete | /administration/articles/{id}/delete | Path does not match |
| 177 | backoffice_articles_publish | /administration/articles/{id}/publish | Path does not match |
| 178 | backoffice_articles_unpublish | /administration/articles/{id}/unpublish | Path does not match |
| 179 | backoffice_articles_autolocale | /administration/articles/{id}/autolocale | Path does not match |
| 180 | backoffice_articles_edit_language | /administration/articles/quick/{article}/edit/language | Path does not match |
| 181 | backoffice_seo_list | /administration/seo/list | Path does not match |
| 182 | backoffice_seo_new | /administration/seo/new | Path does not match |
| 183 | backoffice_seo_edit | /administration/seo/{id}/edit | Path does not match |
| 184 | backoffice_seo_remove | /administration/seo/{id}/remove | Path does not match |
| 185 | backoffice_seo_delete | /administration/seo/{id}/delete | Path does not match |
| 186 | backoffice_sitemap_list | /administration/sitemap/all | Path does not match |
| 187 | backoffice_automatisations_article | /administration/automatisations/article/{article} | Path does not match |
| 188 | application_homepage | /app/ | Path does not match |
| 189 | application_first | /app/first | Path does not match |
| 190 | application_search | /app/search/users | Path does not match |
| 191 | application_search_groups | /app/search/groups | Path does not match |
| 192 | application_search_events | /app/search/events | Path does not match |
| 193 | application_chat_list | /app/chat/list | Path does not match |
| 194 | application_chat_new_conversation | /app/chat/conversation-new/{id} | Path does not match |
| 195 | application_chat_conversation | /app/chat/conversation/{group} | Path does not match |
| 196 | application_messages_likepost | /app/message/{message}/like | Path does not match |
| 197 | application_messages_lovepost | /app/message/{message}/love | Path does not match |
| 198 | application_messages_message | /app/message/{message}/view | Path does not match |
| 199 | application_followers | /app/social/followers | Path does not match |
| 200 | application_followers_friends | /app/social/friends | Path does not match |
| 201 | application_followers_friends_invitations | /app/social/friends/invitations/received | Path does not match |
| 202 | application_followers_friends_invitations_sent | /app/social/friends/invitations/sent | Path does not match |
| 203 | application_followers_accept_request | /app/social/accept-request/{id} | Path does not match |
| 204 | application_followers_reject_request | /app/social/reject-request/{id} | Path does not match |
| 205 | application_followers_cancel_request | /app/social/cancel-request/{id} | Path does not match |
| 206 | application_followers_friend_request | /app/social/friend-request/{id} | Path does not match |
| 207 | application_followers_follow | /app/social/follow/{id} | Path does not match |
| 208 | application_followers_unfollow | /app/social/unfollow/{id} | Path does not match |
| 209 | application_followers_relationship_status | /app/social/relationship-status/{id} | Path does not match |
| 210 | application_followers_pending_requests | /app/social/pending-requests | Path does not match |
| 211 | application_followers_followers | /app/social/followers | Path does not match |
| 212 | application_groups | /app/groups | Path does not match |
| 213 | application_groups_group | /app/group/{slug}/feed | Path does not match |
| 214 | application_groups_group_follow | /app/group/{slug}/follow | Path does not match |
| 215 | application_groups_group_unfollow | /app/group/{slug}/unfollow | Path does not match |
| 216 | application_groups_group_users | /app/group/{slug}/users | Path does not match |
| 217 | application_groups_group_videos | /app/group/{slug}/videos | Path does not match |
| 218 | application_groups_group_invitations | /app/group/{slug}/invitations | Path does not match |
| 219 | application_groups_group_photos | /app/group/{slug}/photos | Path does not match |
| 220 | application_groups_group_events | /app/group/{slug}/events | Path does not match |
| 221 | application_groups_group_newstory | /app/group/{slug}/story | Path does not match |
| 222 | application_groups_group_message | /app/group/{slug}/message/{message} | Path does not match |
| 223 | application_groups_new | /app/groups/new | Path does not match |
| 224 | application_groups_edit | /app/group/{group}/edit | Path does not match |
| 225 | application_events | /app/events | Path does not match |
| 226 | application_events_show | /app/events/show/{event} | Path does not match |
| 227 | application_events_new | /app/events/new | Path does not match |
| 228 | application_events_edit | /app/events/edit/{event} | Path does not match |
| 229 | application_events_delete | /app/events/delete/{event} | Path does not match |
| 230 | application_events_searchlisting | /app/events/search | Path does not match |
| 231 | application_profile_user | /app/profile/{user} | Path does not match |
| 232 | application_my_events | /app/my/events | Path does not match |
| 233 | application_my_profile | /app/my/profile | Path does not match |
| 234 | application_my_profile_edit | /app/my/profile/edit | Path does not match |
| 235 | application_my_messages | /app/my/messages | Path does not match |
| 236 | application_my_live | /app/my/live | Path does not match |
| 237 | application_my_tools | /app/my/configuration | Path does not match |
| 238 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.