Routing
app_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "de" |
Route Matching Logs
Path to match:
/de/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /{_locale}/admin | Path does not match |
2 | content_page_support | /{_locale}/page/support | Path does not match |
3 | api_declaration_product_save | /{_locale}/api/declaration/product | Path does not match |
4 | api_declaration_generate | /{_locale}/api/declaration/{id}/generate | Path does not match |
5 | api_field_positions | /{_locale}/api/fields/positions | Path does not match |
6 | api_files_declaration_load | /{_locale}/api/files/declaration | Path does not match |
7 | api_files_declaration_upload | /{_locale}/api/files/declaration | Path does not match |
8 | api_files_declaration_delete | /{_locale}/api/files/declaration | Path does not match |
9 | api_files_declaration_generate_attachment | /{_locale}/api/files/declaration/generate_attachment | Path does not match |
10 | home | /{_locale}/ | Path does not match |
11 | app_after_login | /{_locale}/after-login | Path does not match |
12 | address_index | /{_locale}/api/address/ | Path does not match |
13 | address_remove | /{_locale}/api/address/remove | Path does not match |
14 | api_generate_docx | /{_locale}/api/generate-docx | Path does not match |
15 | api_download_docx | /{_locale}/api/download-docx/{directory}/{fileName} | Path does not match |
16 | api_generate_pdf | /{_locale}/api/generate-pdf | Path does not match |
17 | api_download_pdf | /{_locale}/api/download-pdf/{directory}/{fileName} | Path does not match |
18 | api_submit_order | /{_locale}/api/submit-order | Path does not match |
19 | api_upload_index | /{_locale}/api/upload/{mappingName} | Path does not match |
20 | api_upload_delete | /{_locale}/api/upload/{mappingName} | Path does not match |
21 | test_product | /{_locale}/test/configurator/{namespace}/{product} | Path does not match |
22 | api_estimate_autofill_index | /api/autofill/ | Path does not match |
23 | api_estimate_autofill_remove | /api/autofill/remove | Path does not match |
24 | tus_upload | /_tus/upload | Path does not match |
25 | tus_token | /_tus/upload/{token} | Path does not match |
26 | tus_file_action | /_tus/file/{action}/{hash} | Path does not match |
27 | tus_meta_files | /_tus/files | Path does not match |
28 | api_feedback_submit | /{_locale}/api/feedback/submit | Path does not match |
29 | report_list | /{_locale}/report | Path does not match |
30 | report_detail | /{_locale}/report/view/{key} | Path does not match |
31 | report_subscribe | /{_locale}/report/subscribe/{key} | Path does not match |
32 | report_unsubscribe | /{_locale}/report/unsubscribe/{key} | Path does not match |
33 | app_change_password_index | /{_locale}/change-password | Path does not match |
34 | app_profile_index | /{_locale}/profile | Path does not match |
35 | app_registration_request | /{_locale}/registration | Path does not match |
36 | app_registration_check_email | /{_locale}/registration/check-email | Path does not match |
37 | app_registration_completed | /{_locale}/registration/completed | Path does not match |
38 | app_registration_confirm | /{_locale}/registration/confirm/{token} | Path does not match |
39 | app_forgot_password_request | /{_locale}/reset-password | Path does not match |
40 | app_check_email | /{_locale}/reset-password/check-email | Path does not match |
41 | app_reset_password | /{_locale}/reset-password/reset/{token} | Path does not match |
42 | app_login | /{_locale}/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.