Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /docs.{_format} | Path does not match |
| 2 | api_genid | /.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 5 | api_jsonld_context | /contexts/{shortName}.{_format} | Path does not match |
| 6 | _api_errors | /errors/{status}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /validation_errors/{id} | Path does not match |
| 10 | _api_validation_errors_xml | /validation_errors/{id} | Path does not match |
| 11 | _api_/budgets{._format}_get_collection | /budgets.{_format} | Path does not match |
| 12 | _api_/budgets/{id}{._format}_get | /budgets/{id}.{_format} | Path does not match |
| 13 | _api_/categories{._format}_get_collection | /categories.{_format} | Path does not match |
| 14 | _api_/categories/{id}{._format}_get | /categories/{id}.{_format} | Path does not match |
| 15 | _api_/credit-purchases_post | /credit-purchases | Path does not match |
| 16 | _api_/credit_purchases/{id}{._format}_get | /credit_purchases/{id}.{_format} | Path does not match |
| 17 | get_my_credit_purchases | /credit-purchases/my-purchases | Path does not match |
| 18 | create_order | /projects/{id}/orders | Path does not match |
| 19 | _api_/orders/{id}{._format}_get | /orders/{id}.{_format} | Path does not match |
| 20 | _api_/payments/confirm_post | /payments/confirm | Path does not match |
| 21 | _api_/.well-known/genid/{id}{._format}_get | /.well-known/genid/{id}.{_format} | Path does not match |
| 22 | _api_/projects_post | /projects | Path does not match |
| 23 | _api_/projects/{id}{._format}_get | /projects/{id}.{_format} | Path does not match |
| 24 | get_available_not_accompanied | /projects/available/not-accompanied | Path does not match |
| 25 | get_available_accompanied | /projects/available/accompanied | Path does not match |
| 26 | get_user_orders | /projects/my/orders | Path does not match |
| 27 | _api_/project_types{._format}_get_collection | /project_types.{_format} | Path does not match |
| 28 | _api_/project_types/{id}{._format}_get | /project_types/{id}.{_format} | Path does not match |
| 29 | _api_/users{._format}_post | /users.{_format} | Path does not match |
| 30 | get_current_user | /users/me | Path does not match |
| 31 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 32 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 33 | _wdt | /_wdt/{token} | Path does not match |
| 34 | _profiler_home | /_profiler/ | Path does not match |
| 35 | _profiler_search | /_profiler/search | Path does not match |
| 36 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 37 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 38 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 39 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 40 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 41 | _profiler_open_file | /_profiler/open | Path does not match |
| 42 | _profiler | /_profiler/{token} | Path does not match |
| 43 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 44 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 45 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 46 | app_admin_budgets | /budgets/ | Path does not match |
| 47 | app_admin_budgets_create | /budgets/create | Path does not match |
| 48 | app_admin_budgets_update | /budgets/update/{id} | Path does not match |
| 49 | app_admin_budgets_delete | /budgets/delete/{id} | Path does not match |
| 50 | app_admin_categories | /categories/ | Path does not match |
| 51 | app_admin_categories_create | /categories/create | Path does not match |
| 52 | app_admin_categories_update | /categories/update/{id} | Path does not match |
| 53 | app_admin_categories_delete | /categories/delete/{id} | Path does not match |
| 54 | app_admin_dashboard | / | Path does not match |
| 55 | app_admin_payments | /payments | Path does not match |
| 56 | app_admin_projects | /projects/ | Path does not match |
| 57 | app_admin_projects_create | /projects/create | Path does not match |
| 58 | app_admin_projects_update | /projects/update/{id} | Path does not match |
| 59 | app_admin_projects_activate | /projects/activate/{id} | Path does not match |
| 60 | app_admin_projects_deactivate | /projects/deactivate/{id} | Path does not match |
| 61 | app_admin_projects_archive | /projects/archive/{id} | Path does not match |
| 62 | app_admin_project_types | /project-types/ | Path does not match |
| 63 | app_admin_project_types_create | /project-types/create | Path does not match |
| 64 | app_admin_project_types_update | /project-types/update/{id} | Path does not match |
| 65 | app_admin_project_types_delete | /project-types/delete/{id} | Path does not match |
| 66 | app_admin_rules | /rules/ | Path does not match |
| 67 | app_admin_rules_create | /rules/create | Path does not match |
| 68 | app_admin_rules_update | /rules/update/{id} | Path does not match |
| 69 | app_admin_rules_delete | /rules/delete/{id} | Path does not match |
| 70 | 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.