GET https://chu.bluewire.dev/login

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 ux_live_component /_components/{_live_component}/{_live_action} Path does not match
3 _wdt_stylesheet /_wdt/styles Path does not match
4 _wdt /_wdt/{token} Path does not match
5 _profiler_home /_profiler/ Path does not match
6 _profiler_search /_profiler/search Path does not match
7 _profiler_search_bar /_profiler/search_bar Path does not match
8 _profiler_phpinfo /_profiler/phpinfo Path does not match
9 _profiler_xdebug /_profiler/xdebug Path does not match
10 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
11 _profiler_search_results /_profiler/{token}/search/results Path does not match
12 _profiler_open_file /_profiler/open Path does not match
13 _profiler /_profiler/{token} Path does not match
14 _profiler_router /_profiler/{token}/router Path does not match
15 _profiler_exception /_profiler/{token}/exception Path does not match
16 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
17 app_access_level_index /access-level Path does not match
18 app_access_level_get_data_table /access-level/get-data-table Path does not match
19 app_access_level_get_access_level_data /access-level/{accessLevelId}/get-data Path does not match
20 app_access_level_edit /access-level/{accessLevelId}/edit Path does not match
21 app_access_level_create /access-level/create Path does not match
22 app_access_level_get_data /access-level/get-data Path does not match
23 app_access_level_delete /access-level/{accessLevelId}/delete Path does not match
24 app_access_level_app_access_level_export /access-level/export Path does not match
25 app_applog_index /applog Path does not match
26 app_applog_get_data_table /applog/get-data-table Path does not match
27 app_applog_export /applog/export Path does not match
28 app_chu_user_index /chru-users Path does not match
29 app_chu_user_upload /chru-users/upload Path does not match
30 app_chu_user_upload_to_delete /chru-users/upload-to-delete Path does not match
31 app_chu_user_count /chru-users/count Path does not match
32 app_chu_user_get_data_table /chru-users/get-data-table Path does not match
33 app_chu_user_get_access_levels /chru-users/{chuUserId}/get-access-levels Path does not match
34 app_chu_user_set_access_levels /chru-users/{chuUserId}/set-access-levels Path does not match
35 app_chu_user_get_access_levels_datatable /chru-users/{chuUserId}/view/access-levels/get-datatable Path does not match
36 app_chu_user_get_doors_datatable /chru-users/{chuUserId}/view/doors/get-datatable Path does not match
37 app_chu_user_get_logs_granted_accesses_given_datatable /chru-users/{chuUserId}/view/logs-granted-accesses-given/get-datatable Path does not match
38 app_chu_user_import_to_app /chru-users/{chuUserId}/import-to-app Path does not match
39 app_chu_user_delete /chru-users/{chuUserId}/delete Path does not match
40 app_chu_user_update_note /chru-users/{chuUserId}/update-note Path does not match
41 app_chu_user_export /chru-users/export Path does not match
42 app_chu_user_export_events_credo_id /chru-users/export-events-credo-id/{id} Path does not match
43 app_chu_user_export_doors /chru-users/export-doors/{id} Path does not match
44 app_cr_index /cr Path does not match
45 app_cr_upload /cr/upload Path does not match
46 app_cr_create /cr/create Path does not match
47 app_cr_edit /cr/{crId}/edit Path does not match
48 app_cr_get_data_table /cr/get-data-table Path does not match
49 app_cr_delete /cr/{crId}/delete Path does not match
50 app_cr_export /cr/export Path does not match
51 app_credoid_log_index /credoid-log Path does not match
52 app_credoid_log_get_data_table /credoid-log/get-data-table Path does not match
53 app_credoid_log_export /credoid-log/export Path does not match
54 app_door_index /door Path does not match
55 app_door_get_doors /door/get-doors Path does not match
56 app_door_get_data_table /door/get-data-table Path does not match
57 app_door_export /door/export Path does not match
58 app_home / Path does not match
59 app_job_index /job Path does not match
60 app_job_get_data_table /job/get-data-table Path does not match
61 app_job_create /job/create Path does not match
62 app_job_edit /job/{jobId}/edit Path does not match
63 app_job_delete /job/{jobId}/delete Path does not match
64 app_job_upload /job/upload Path does not match
65 app_job_export /job/export Path does not match
66 app_recipient_index /recipient/ Path does not match
67 app_recipient_get_data_table /recipient/get-data-table Path does not match
68 app_recipient_create /recipient/create Path does not match
69 app_recipient_edit /recipient/{recipientId}/edit Path does not match
70 app_recipient_delete /recipient/{recipientId}/delete Path does not match
71 app_recipient_export /recipient/export Path does not match
72 app_reset_password_forgot_password_request /reset-password Path does not match
73 app_reset_password_check_email /reset-password/check-email Path does not match
74 app_reset_password_reset_password /reset-password/reset/{token} Path does not match
75 app_reset_password_set_password /reset-password/set-password/{token} Path does not match
76 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.