Routing
app_first_tab
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | check_email_exists | /admin/check-email-exists | Path does not match |
| 2 | app_attribute_type_index | /admin/attribute-type/ | Path does not match |
| 3 | app_attribute_type_edit | /admin/attribute-type/edit | Path does not match |
| 4 | app_attribute_type_delete | /admin/attribute-type/{id} | Path does not match |
| 5 | app_claim_index | /claim/ | Path does not match |
| 6 | app_dictionary | /dictionary/ | Path does not match |
| 7 | api_dictionaries | /dictionary/api | Path does not match |
| 8 | app_dictionary_create | /dictionary/create | Path does not match |
| 9 | app_dictionary_get | /dictionary/get/{id} | Path does not match |
| 10 | app_dictionary_edit | /dictionary/edit/{id} | Path does not match |
| 11 | app_dictionary_delete | /dictionary/delete/{id} | Path does not match |
| 12 | app_dictionary_type | /dictionary/type/ | Path does not match |
| 13 | app_dictionary_type_create | /dictionary/type/create | Path does not match |
| 14 | app_dictionary_type_get | /dictionary/type/get/{id} | Path does not match |
| 15 | app_dictionary_type_edit | /dictionary/type/edit/{id} | Path does not match |
| 16 | app_dictionary_type_delete | /dictionary/type/delete/{id} | Path does not match |
| 17 | app_document_index | /document/ | Path does not match |
| 18 | app_document_new | /document/new | Path does not match |
| 19 | app_document_edit | /document/edit/{id} | Path does not match |
| 20 | app_document_delete | /document/delete | Path does not match |
| 21 | app_download_document | /document/download | Path does not match |
| 22 | app_document_preview | /document/preview | Path does not match |
| 23 | app_field_type_index | /admin/field-type/ | Path does not match |
| 24 | app_field_type_show | /admin/field-type/{id} | Path does not match |
| 25 | app_field_type_edit | /admin/field-type/edit/field-type | Path does not match |
| 26 | app_field_type_delete | /admin/field-type/{id} | Path does not match |
| 27 | app_form_index | /form/ | Path does not match |
| 28 | app_form_completing | /form/completing-form | Path does not match |
| 29 | app_form_completing_extension | /form/completing-form/extension | Path does not match |
| 30 | app_form_save_or_finish | /form/save-or-finish | Path does not match |
| 31 | app_form_edit | /form/edit/{id} | Path does not match |
| 32 | app_form_delete | /form/delete/ | Path does not match |
| 33 | get_file_img | /form/uploads/images/{id} | Path does not match |
| 34 | app_form_download_pdf | /form/download-pdf/{id} | Path does not match |
| 35 | app_form_view | /form/view/{id} | Path does not match |
| 36 | app_identification_type_index | /identification/type/ | Path does not match |
| 37 | app_identification_type_new | /identification/type/new | Path does not match |
| 38 | app_identification_type_edit | /identification/type/edit | Path does not match |
| 39 | app_identification_type_delete | /identification/type/delete/{id} | Path does not match |
| 40 | app_first_tab | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.