Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin_folder_list | /admin/folders | Path does not match |
2 | admin_folder_manage_investors_grant_revoke | /admin/folder/investors/{id}/{action} | Path does not match |
3 | admin_folder_manage_investors | /admin/folder/investors/{id} | Path does not match |
4 | admin_folder_edit | /admin/folders/{id} | Path does not match |
5 | admin_folder_create | /admin/folder/create | Path does not match |
6 | home | / | Path does not match |
7 | admin_home | /admin | Path does not match |
8 | admin_home_folder_manage_investors_grant_revoke | /admin/folder-manage/{action} | Path does not match |
9 | admin_project_list | /admin/projects | Path does not match |
10 | admin_project_create | /admin/project/create | Path does not match |
11 | admin_project_edit | /admin/project/edit/{id} | Path does not match |
12 | admin_investor_view_pdf | /admin/investor/pdf/view/{projectId} | Path does not match |
13 | admin_project_manage_permission_grant_revoke | /admin/project/permission/{id}/{action} | Path does not match |
14 | admin_project_manage_investors | /admin/project/investors/{id} | Path does not match |
15 | admin_project_notify_investors | /admin/project/{id}/notify | Path does not match |
16 | admin_user_list | /admin/users | Path does not match |
17 | admin_user_create | /admin/user/create | Path does not match |
18 | admin_user_view_permissions | /admin/user/permissions/{id} | Path does not match |
19 | admin_user_impersonalize | /admin/user/impersonate/{id} | Path does not match |
20 | admin_user_edit | /admin/user/edit/{id} | Path does not match |
21 | investor_home | /investor | Path does not match |
22 | investor_my_account | /investor/my-account | Path does not match |
23 | investor_privacy | /investor/privacy | Path does not match |
24 | investor_accept_privacy | /investor/accept-privacy | Path does not match |
25 | investor_request_new_password | /investor/request-new-password | Path does not match |
26 | investor_history_view_download | /investor/history/{type}/{projectId} | Path does not match |
27 | investor_view_pdf | /investor/pdf/view/{projectId} | Path does not match |
28 | investor_download_pdf | /investor/pdf/download/{projectId} | Path does not match |
29 | cookie_policy | /cookie-policy | Path does not match |
30 | legal_advice | /legal-advice | Path does not match |
31 | privacy_policy | /privacy-policy | Path does not match |
32 | terms_conditions_policies | /terms-conditions-and-policies | Path does not match |
33 | contact | /contact | Path does not match |
34 | app_2fa_enable | /authentication/2fa/enable | Path does not match |
35 | app_qr_code | /authentication/2fa/qr-code | Path does not match |
36 | 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.