Routing
app_dashboard
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Redirection
This page redirects to:
/en/login
(route: "n/a")
Route Matching Logs
Path to match:
/en/my-account/dashboard
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_resource_customShow | /admin/resources/{resourceName}/{id} | Path does not match |
| 2 | app_checkout_autocomplete | /checkout/auto-complete | Path does not match |
| 3 | app_account_address_create.en | /en/account/address-book/create | Path does not match |
| 4 | app_account_address_create.fr | /fr/mon-compte/carnet-adresses/creer | Path does not match |
| 5 | app_account_address_create.de | /de/mein-konto/adressbuch/erstellen | Path does not match |
| 6 | app_account_address_edit.en | /en/account/address-book/{id}/edit | Path does not match |
| 7 | app_account_address_edit.fr | /fr/mon-compte/carnet-adresses/{id}/edit | Path does not match |
| 8 | app_account_address_edit.de | /de/mein-konto/adressbuch/{id}/edit | Path does not match |
| 9 | app_account_address_set_default.en | /en/account/address-book/{id}/set-default | Path does not match |
| 10 | app_account_address_set_default.fr | /fr/mon-compte/carnet-adresses/{id}/set-default | Path does not match |
| 11 | app_account_address_set_default.de | /de/mein-konto/adressbuch/{id}/set-default | Path does not match |
| 12 | app_facture.en | /en/my-account/invoices-and-documents | Path does not match |
| 13 | app_facture.fr | /fr/mon-compte/factures-et-documents | Path does not match |
| 14 | app_facture.de | /de/mein-konto/rechnungen-und-dokumente | Path does not match |
| 15 | app_invoice_download.en | /en/my-account/invoices/{id}/download | Path does not match |
| 16 | app_invoice_download.fr | /fr/mon-compte/invoices/{id}/download | Path does not match |
| 17 | app_invoice_download.de | /de/mein-konto/invoices/{id}/download | Path does not match |
| 18 | app_invoice_download_all.en | /en/my-account/invoices/download-all | Path does not match |
| 19 | app_invoice_download_all.fr | /fr/mon-compte/invoices/download-all | Path does not match |
| 20 | app_invoice_download_all.de | /de/mein-konto/invoices/download-all | Path does not match |
| 21 | app_info_pers.en | /en/account/personal-information | Path does not match |
| 22 | app_info_pers.fr | /fr/mon-compte/informations-personnelles | Path does not match |
| 23 | app_info_pers.de | /de/mein-konto/persoenliche-daten | Path does not match |
| 24 | app_account_profile_edit_form.en | /en/account/profile/edit-form | Path does not match |
| 25 | app_account_profile_edit_form.fr | /fr/mon-compte/profil/formulaire-edition | Path does not match |
| 26 | app_account_profile_edit_form.de | /de/mein-konto/profil/bearbeitungsformular | Path does not match |
| 27 | app_assistance_support.en | /en/my-account/help-and-support | Path does not match |
| 28 | app_assistance_support.fr | /fr/mon-compte/assistance-et-support | Path does not match |
| 29 | app_assistance_support.de | /de/mein-konto/hilfe-und-support | Path does not match |
| 30 | app_assistance_support_ticket.en | /en/my-account/assistance-support/{id} | Path does not match |
| 31 | app_assistance_support_ticket.fr | /fr/mon-compte/assistance-support/{id} | Path does not match |
| 32 | app_assistance_support_ticket.de | /de/mein-konto/assistance-support/{id} | Path does not match |
| 33 | app_account_avatar_upload | /{_locale}/account/avatar | Path does not match |
| 34 | app_account_avatar_remove | /{_locale}/account/avatar/remove | Path does not match |
| 35 | app_dashboard.en | /en/my-account/dashboard | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.