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_/personas/{persona}/datosadministrativos_get | /personas/{persona}/datosadministrativos | Path does not match |
| 12 | _api_/personas/{persona}/datosanalitico_get_collection | /personas/{persona}/datosanalitico | Path does not match |
| 13 | _api_/sidcer_datos_analiticos/{id}{._format}_get | /sidcer_datos_analiticos/{id}.{_format} | Path does not match |
| 14 | _api_/personas/{persona}/datospersonales_get | /personas/{persona}/datospersonales | Path does not match |
| 15 | _api_/personas_get | /personas | Path does not match |
| 16 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 17 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 18 | _wdt | /_wdt/{token} | Path does not match |
| 19 | _profiler_home | /_profiler/ | Path does not match |
| 20 | _profiler_search | /_profiler/search | Path does not match |
| 21 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 22 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 23 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 24 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 25 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 26 | _profiler_open_file | /_profiler/open | Path does not match |
| 27 | _profiler | /_profiler/{token} | Path does not match |
| 28 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 29 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 30 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 31 | app_alumnos | /alumnos | Path does not match |
| 32 | app_alumno_ficha | /alumnos/{id} | Path does not match |
| 33 | app_alumno_editar | /alumnos/{id}/editar | Path does not match |
| 34 | app_alumno_formacion_editar | /alumnos/{id}/formacion/{formacionId} | Path does not match |
| 35 | app_alumno_formacion_nueva | /alumnos/{id}/formacion/nueva | Path does not match |
| 36 | app_alumno_formacion_eliminar | /alumnos/{id}/formacion/{formacionId}/eliminar | Path does not match |
| 37 | app_api_formacion_instituciones | /api/formacion/instituciones | Path does not match |
| 38 | app_api_formacion_titulos | /api/formacion/titulos | Path does not match |
| 39 | app_alumno_certificados | /alumnos/{id}/certificados/{posgradoId} | Path does not match |
| 40 | app_alumno_certificado_toggle | /alumnos/{id}/certificados/{posgradoId}/toggle | Path does not match |
| 41 | app_alumno_certificado_pdf | /alumnos/{id}/certificados/{posgradoId}/pdf/{tipo} | Path does not match |
| 42 | app_alumno_certificado_regenerar | /alumnos/{id}/certificados/{posgradoId}/regenerar | Path does not match |
| 43 | app_api_alumnos_buscar | /api/alumnos/buscar | Path does not match |
| 44 | app_api_alumno_programas | /api/alumnos/{id}/programas | Path does not match |
| 45 | app_araucano | /araucano | Path does not match |
| 46 | app_araucano_export | /araucano/export | Path does not match |
| 47 | app_dashboard | /dashboard | Path does not match |
| 48 | app_certificados | /certificados | Path does not match |
| 49 | app_certificado_edit | /certificados/{tipo} | Path does not match |
| 50 | app_certificado_save | /certificados/{tipo}/save | Path does not match |
| 51 | app_certificado_crear | /certificados/crear | Path does not match |
| 52 | app_certificado_delete | /certificados/{tipo}/delete | Path does not match |
| 53 | app_certificado_preview | /certificados/{tipo}/preview | Path does not match |
| 54 | app_verificacion | /verificacion | Path does not match |
| 55 | app_verificacion_publica | /verificacion-publica | Path does not match |
| 56 | app_config | /configuracion | Path does not match |
| 57 | app_api_docs | /api-docs | Path does not match |
| 58 | app_programas | /programas | Path does not match |
| 59 | app_programas_area | /programas/area/{id} | Path does not match |
| 60 | app_programas_posgrado | /programas/posgrado/{id} | Path does not match |
| 61 | app_programas_cohorte | /programas/cohorte/{id} | Path does not match |
| 62 | 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.