Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _logout_main | /logout | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | app_conversations | /conversations | Path does not match |
| 17 | app_conversation | /conversation/{id} | Path does not match |
| 18 | app_conversation_messages | /conversation/{id}/messages | Path does not match |
| 19 | app_conversation_archive | /conversation/{id}/archive | Path does not match |
| 20 | app_message_archive | /message/{id}/archive | Path does not match |
| 21 | app_conversation_create | /conversation/create/{id} | Path does not match |
| 22 | favorite_add | /favorite/add | Path does not match |
| 23 | favorite_remove | /favorite/remove | Path does not match |
| 24 | favorite_check | /favorite/check | Path does not match |
| 25 | favorite_list | /favorites | Path does not match |
| 26 | app_main | / | Path does not match |
| 27 | photo_index | /photos | Path does not match |
| 28 | post_show | /post/{id} | Path does not match |
| 29 | posts_index | /posts | Path does not match |
| 30 | post_like | /post/{id}/like | Path does not match |
| 31 | post_comment | /post/{id}/comment | Path does not match |
| 32 | post_comment_delete | /post/{post}/comment/{comment}/delete | Path does not match |
| 33 | post_comments | /post/{id}/comments | Path does not match |
| 34 | posts_load_more | /posts/load_more | Path does not match |
| 35 | user_follow | /user/{id}/follow | Path does not match |
| 36 | user_unfollow | /user/{id}/unfollow | Path does not match |
| 37 | universe_load_more_posts | /universe/{id}/load_more | Path does not match |
| 38 | post_library_load_more | /library/load_more | Path does not match |
| 39 | post_library | /library | Path does not match |
| 40 | post_show_with_start | /posts/{id}/start | Path does not match |
| 41 | reel_like | /reel/{id}/like | Path does not match |
| 42 | reel_comment | /reel/{id}/comment | Path does not match |
| 43 | reel_comment_delete | /reel/{reel}/comment/{comment}/delete | Path does not match |
| 44 | reel_comments | /reel/{id}/comments | Path does not match |
| 45 | reel_delete | /reel/{id}/delete | Path does not match |
| 46 | reel_show | /reel/{userId}/{reelId} | Path does not match |
| 47 | post_edit | /post/{id}/edit | Path does not match |
| 48 | post_delete | /post/{id}/delete | Path does not match |
| 49 | post_set_premium | /post/{id}/set-premium | Path does not match |
| 50 | app_create_upload | /create/post/upload | Path does not match |
| 51 | app_create_post | /create/post | Path does not match |
| 52 | app_pre_inscription | /preinscription | Path does not match |
| 53 | app_payment | /preinscription/payment/{id} | Path does not match |
| 54 | app_validation | /preinscription/validation | Path does not match |
| 55 | app_validation_edit | /preinscription/validation/edit | Path does not match |
| 56 | app_profil | /profil | Path does not match |
| 57 | app_profil_edit | /profil/edit | Path does not match |
| 58 | search | /search | Path does not match |
| 59 | share_post | /share/post/{id} | Path does not match |
| 60 | share_universe | /share/universe/{id} | Path does not match |
| 61 | share_reel | /share/reel/{id} | Path does not match |
| 62 | app_countdown | /countdown | Path does not match |
| 63 | app_upload | /upload | Path does not match |
| 64 | app_nav | /nav | Path does not match |
| 65 | app_notifications | /notifications | Path does not match |
| 66 | app_notifications_members | /notifications/members | Path does not match |
| 67 | app_notifications_category | /notifications/{type} | Path does not match |
| 68 | accept_follow | /accept-follow/{actor_id} | Path does not match |
| 69 | decline_follow | /decline-follow/{actor_id} | Path does not match |
| 70 | app_reels | /reels | Path does not match |
| 71 | app_reels_load | /reels/load | Path does not match |
| 72 | app_register | /register | Path does not match |
| 73 | app_forgot_password_request | /reset-password | Path does not match |
| 74 | app_reset_password | /reset-password/{token} | Path does not match |
| 75 | 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.