Routing
app.home
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 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | nucleos_profile_registration_check_email | /register/check-email | Path does not match |
| 3 | nucleos_profile_registration_confirm | /register/confirm/{token} | Path does not match |
| 4 | nucleos_profile_registration_confirmed | /register/confirmed | Path does not match |
| 5 | nucleos_profile_registration_register | /register/ | Path does not match |
| 6 | nucleos_user_security_login | /login | Path does not match |
| 7 | nucleos_user_security_check | /login_check | Path does not match |
| 8 | nucleos_user_security_logout | /logout | Path does not match |
| 9 | nucleos_user_resetting_request | /resetting/request | Path does not match |
| 10 | nucleos_user_resetting_send_email | /resetting/send-email | Path does not match |
| 11 | nucleos_user_resetting_check_email | /resetting/check-email | Path does not match |
| 12 | nucleos_user_resetting_reset | /resetting/reset/{token} | Path does not match |
| 13 | nucleos_user_resetting | /resetting/ | Path does not match |
| 14 | nucleos_user_change_password | /security/change-password | Path does not match |
| 15 | nucleos_user_delete_account | /deletetion/delete | Path does not match |
| 16 | nucleos_profile_profile_edit | /profile/edit | Path does not match |
| 17 | nucleos_profile_profile_show | /profile/ | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 24 | _profiler_open_file | /_profiler/open | Path does not match |
| 25 | _profiler | /_profiler/{token} | Path does not match |
| 26 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 27 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 28 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 29 | app.rest.address.get | /addresses/{address}/get | Path does not match |
| 30 | app.bank_account.create | /bank-accounts/create | Path does not match |
| 31 | app.bank_account.delete | /bank-accounts/{account}/delete | Path does not match |
| 32 | app.bank_account.index | /bank-accounts/ | Path does not match |
| 33 | app.bank_account.update | /bank-accounts/{account}/update | Path does not match |
| 34 | app.company.create | /companies/create | Path does not match |
| 35 | app.company.address.consignee.create | /companies/{company}/addresses/consignee/create | Path does not match |
| 36 | app.company.customer.create | /companies/{company}/customers/create | Path does not match |
| 37 | app.company.address.delivery.create | /companies/{company}/addresses/delivery/create | Path does not match |
| 38 | app.company.address.invoice.create | /companies/{company}/addresses/invoice/create | Path does not match |
| 39 | app.company.delete | /companies/{company}/delete | Path does not match |
| 40 | app.company.address.delete | /companies/addresses/{address}/delete | Path does not match |
| 41 | app.company.customer.delete | /companies/customers/{customer}/delete | Path does not match |
| 42 | app.company.index | /companies/ | Path does not match |
| 43 | app.rest.company.address.delete | /companies/rest/addresses/{address}/delete | Path does not match |
| 44 | app.rest.company.customer.delete | /companies/rest/customers/{customer}/delete | Path does not match |
| 45 | app.rest.company.address | /companies/{company}/address | Path does not match |
| 46 | app.company.update | /companies/{company}/update | Path does not match |
| 47 | app.company.address.update | /companies/addresses/{address}/update | Path does not match |
| 48 | app.company.customer.update | /companies/customers/{customer}/update | Path does not match |
| 49 | app.component_inventory.delete | /component-inventory/{item}/delete | Path does not match |
| 50 | app.component_inventory.excel | /component-inventory/excel | Path does not match |
| 51 | app.component_inventory.index | /component-inventory/ | Path does not match |
| 52 | app.component_inventory.index.toggle_hide_zero_quantity | /component-inventory/toggle-hide-zero-quantity | Path does not match |
| 53 | app.component_inventory.item_log | /component-inventory/{item}/log | Path does not match |
| 54 | app.component_inventory.log | /component-inventory/log | Path does not match |
| 55 | app.component_inventory.log.excel | /component-inventory/log/excel | Path does not match |
| 56 | app.component_inventory.batch_decrease_quantity.modal | /component-inventory/batch-decrease-quantity | Path does not match |
| 57 | app.component_inventory.batch_decrease_quantity.preview | /component-inventory/batch-decrease-quantity/preview | Path does not match |
| 58 | app.component_inventory.batch_increase_quantity.modal | /component-inventory/batch-increase-quantity | Path does not match |
| 59 | app.component_inventory.batch_increase_quantity.preview | /component-inventory/batch-increase-quantity/preview | Path does not match |
| 60 | app.component_inventory.batch_set_quantity.modal | /component-inventory/batch-set-quantity | Path does not match |
| 61 | app.component_inventory.batch_set_quantity.preview | /component-inventory/batch-set-quantity/preview | Path does not match |
| 62 | app.component_inventory.decrease_quantity.modal | /component-inventory/{item}/decrease-quantity | Path does not match |
| 63 | app.component_inventory.increase_quantity.modal | /component-inventory/{item}/increase-quantity | Path does not match |
| 64 | app.component_inventory.create.modal | /component-inventory/create | Path does not match |
| 65 | app.component_inventory.update.modal | /component-inventory/{item}/update | Path does not match |
| 66 | app.currency.rate | /currency/rate/{currency} | Path does not match |
| 67 | app.home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.