https://preprod.why.vision/login

Routing

app_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 app_company_crud_index /company/crud/ Path does not match
2 app_company_crud_new /company/crud/new Path does not match
3 app_company_crud_show /company/crud/{id} Path does not match
4 app_company_crud_edit /company/crud/{id}/edit Path does not match
5 app_company_crud_delete /company/crud/{id} Path does not match
6 app_connection_crud_index /connection/crud/ Path does not match
7 app_admin_dashboard /whydmin Path does not match
8 app_admin_project_crud_index /admin/project/crud/ Path does not match
9 app_admin_project_crud_new /admin/project/crud/new Path does not match
10 app_admin_project_crud_show /admin/project/crud/{id} Path does not match
11 app_admin_project_crud_edit /admin/project/crud/{id}/edit Path does not match
12 app_admin_project_crud_delete /admin/project/crud/{id} Path does not match
13 app_user_crud_index /user/crud/ Path does not match
14 app_user_crud_new /user/crud/new Path does not match
15 app_user_crud_show /user/crud/{id} Path does not match
16 app_user_crud_edit /user/crud/{id}/edit Path does not match
17 app_user_crud_delete /user/crud/{id} Path does not match
18 app_user_crud_change_client /user/crud/client/change/{id} Path does not match
19 app_user_crud_change_client_validation /user/crud/client/change/valid/{id} Path does not match
20 api_notification_delete /api/notification/delete/{id} Path does not match
21 api_notifications_get /api/notifications/get-all/{id} Path does not match
22 api_notifications_delete_all /api/notifications/delete-all/{id} Path does not match
23 api_projects_get_all /api/projects/get-all Path does not match
24 app_client_get_projects /api/client/projects/{id} Path does not match
25 app_admin_get_projects /api/admin/projects/{id} Path does not match
26 api_deliverable_get_versions /admin/livrable/get-versions/{id} Path does not match
27 api_deliverable_waitingForValid /api/livrable/waitingForValid Path does not match
28 api_deliverable_valid /api/livrable/validDeliverables Path does not match
29 api_deliverable_comments_send /api/livrable/commentsSendDeliverables Path does not match
30 api_version_valid /client/livrable/version/valid/{id} Path does not match
31 api_version_send_comments /client/livrable/version/send-comments/{id} Path does not match
32 api_version_get /api/version/get-version/{id} Path does not match
33 api_version_update /api/version/update/{id} Path does not match
34 api_version_add /api/version/add/{id} Path does not match
35 api_version_delete /api/version/delete/{id} Path does not match
36 app_apiuser_getallclients /api/clients/get-all Path does not match
37 api_user_role /api/user/role Path does not match
38 api_vimeo_folders /api/vimeo/folders Path does not match
39 api_vimeo_morefolder /api/vimeo/morefolder Path does not match
40 api_vimeo_folder_videos /api/vimeo/{folder}/videos Path does not match
41 api_vimeo_folder_subfolders /api/vimeo/{folder}/subfolders Path does not match
42 app_home / Path does not match
43 app_profile /profile/{id} Path does not match
44 app_project /projects Path does not match
45 app_client_project /client/project/{id} Path does not match
46 app_client_projects /client/projects Path does not match
47 app_admin_projects /admin/projects Path does not match
48 app_admin_project_editor /admin/project/{id} Path does not match
49 app_client_deliverable /client/livrable/{id} Path does not match
50 app_client_deliverable_version /client/livrable/version/{id} Path does not match
51 app_admin_deliverable /admin/livrable/{id} Path does not match
52 app_admin_version_edit /admin/version/edit/{id} Path does not match
53 app_admin_livrable_delete /admin/livrable/delete/{id} Path does not match
54 app_admin_project_send_mail /admin/project/send-mail/{id} Path does not match
55 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.