POST http://todo.betterb.dev/login

Routing

app_login Matched route

Route Parameters

Name Value
_locale
"fr"

Route Redirection

This page redirects to:

http://todo.betterb.dev/private/actions/

Route Matching Logs

Path to match: /login
# Route name Path Log
1 _wdt /_wdt/{token} Path does not match
2 _profiler_home /_profiler/ Path does not match
3 _profiler_search /_profiler/search Path does not match
4 _profiler_search_bar /_profiler/search_bar Path does not match
5 _profiler_phpinfo /_profiler/phpinfo Path does not match
6 _profiler_xdebug /_profiler/xdebug Path does not match
7 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
8 _profiler_search_results /_profiler/{token}/search/results Path does not match
9 _profiler_open_file /_profiler/open Path does not match
10 _profiler /_profiler/{token} Path does not match
11 _profiler_router /_profiler/{token}/router Path does not match
12 _profiler_exception /_profiler/{token}/exception Path does not match
13 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
14 api_doc /api/docs.{_format} Path does not match
15 api_genid /api/.well-known/genid/{id} Path does not match
16 api_validation_errors /api/validation_errors/{id} Path does not match
17 api_entrypoint /api/{index}.{_format} Path does not match
18 api_jsonld_context /api/contexts/{shortName}.{_format} Path does not match
19 _api_errors /api/errors/{status}.{_format} Path does not match
20 _api_validation_errors_problem /api/validation_errors/{id} Path does not match
21 _api_validation_errors_hydra /api/validation_errors/{id} Path does not match
22 _api_validation_errors_jsonapi /api/validation_errors/{id} Path does not match
23 _api_validation_errors_xml /api/validation_errors/{id} Path does not match
24 _api_/actions/{uuid}_get /api/actions/{uuid} Path does not match
25 _api_/actions{._format}_get_collection /api/actions.{_format} Path does not match
26 _api_/actions{._format}_post /api/actions.{_format} Path does not match
27 _api_/actions/{uuid}_put /api/actions/{uuid} Path does not match
28 _api_/actions/{uuid}_patch /api/actions/{uuid} Path does not match
29 _api_/actions/{uuid}_delete /api/actions/{uuid} Path does not match
30 _api_/categories/{uuid}_get /api/categories/{uuid} Path does not match
31 _api_/categories{._format}_get_collection /api/categories.{_format} Path does not match
32 _api_/categories{._format}_post /api/categories.{_format} Path does not match
33 _api_/categories/{uuid}_put /api/categories/{uuid} Path does not match
34 _api_/categories/{uuid}_patch /api/categories/{uuid} Path does not match
35 _api_/categories/{uuid}_delete /api/categories/{uuid} Path does not match
36 _api_/groupes/{id}{._format}_get /api/groupes/{id}.{_format} Path does not match
37 _api_/groupes{._format}_get_collection /api/groupes.{_format} Path does not match
38 _api_/groupes{._format}_post /api/groupes.{_format} Path does not match
39 _api_/groupes/{id}{._format}_put /api/groupes/{id}.{_format} Path does not match
40 _api_/groupes/{id}{._format}_patch /api/groupes/{id}.{_format} Path does not match
41 _api_/groupes/{id}{._format}_delete /api/groupes/{id}.{_format} Path does not match
42 _api_/users/{uuid}_get /api/users/{uuid} Path does not match
43 _api_/users{._format}_get_collection /api/users.{_format} Path does not match
44 _api_/users{._format}_post /api/users.{_format} Path does not match
45 _api_/users/{uuid}_put /api/users/{uuid} Path does not match
46 _api_/users/{uuid}_patch /api/users/{uuid} Path does not match
47 _api_/users/{uuid}_delete /api/users/{uuid} Path does not match
48 _preview_error /_error/{code}.{_format} Path does not match
49 app_action_index /private/actions/ Path does not match
50 app_action_search /private/actions/search Path does not match
51 app_action_completed /private/actions/terminees Path does not match
52 app_action_new /private/actions/new Path does not match
53 app_action_print_todo_list /private/actions/print-todo-list Path does not match
54 app_action_show /private/actions/{uuid}/show Path does not match
55 app_action_duplicate /private/actions/{uuid}/duplicate Path does not match
56 app_action_edit /private/actions/{uuid}/edit Path does not match
57 app_action_print /private/actions/{uuid}/print Path does not match
58 app_action_update_echeance /private/actions/{uuid}/update-echeance Path does not match
59 app_action_toggle /private/actions/{uuid}/toggle Path does not match
60 app_action_delete /private/actions/{uuid}/delete Path does not match
61 app_action_delete_completed /private/actions/delete-completed Path does not match
62 app_categorie_index /private/categories/ Path does not match
63 app_categorie_new /private/categories/new Path does not match
64 app_categorie_show /private/categories/{uuid}/show Path does not match
65 app_categorie_edit /private/categories/{uuid}/edit Path does not match
66 app_categorie_toggle_commun /private/categories/{uuid}/toggle-commun Path does not match
67 app_categorie_delete /private/categories/{uuid}/delete Path does not match
68 app_groupe_index /private/groupes/ Path does not match
69 app_groupe_new /private/groupes/new Path does not match
70 app_groupe_show /private/groupes/{uuid}/show Path does not match
71 app_groupe_edit /private/groupes/{uuid}/edit Path does not match
72 app_groupe_delete /private/groupes/{uuid} Path does not match
73 app_home_index / Path does not match
74 app_metric_index /private/metrics/ Path does not match
75 app_forgot_password_request /reset-password Path does not match
76 app_check_email /reset-password/check-email Path does not match
77 app_reset_password /reset-password/reset/{token} Path does not match
78 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.