Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 2 | ajax_products_by_sector | /ajax/products-by-sector/{id} | Path does not match |
| 3 | ajax_alternatives_by_product | /ajax/alternatives-by-product/{id} | Path does not match |
| 4 | app_business_plan_submit | /dashboard/business-plan/submit | Path does not match |
| 5 | app_business_plan_payment | /dashboard/business-plan/payment/{token} | Path does not match |
| 6 | app_business_plan_payment_return | /dashboard/business-plan/payment-return/{token} | Path does not match |
| 7 | app_business_plan_payment_cancel | /dashboard/business-plan/payment-cancel/{token} | Path does not match |
| 8 | app_business_plan_progress | /dashboard/business-plan/progress/{token} | Path does not match |
| 9 | app_business_plan_progress_connect | /dashboard/business-plan/progress-connect/{token} | Path does not match |
| 10 | app_business_plan_connect_test | /dashboard/business-plan/connect-test/{token} | Path does not match |
| 11 | app_business_plan_progress_report | /dashboard/business-plan/progress-report/{token} | Path does not match |
| 12 | app_business_plan_progress_pdf | /dashboard/business-plan/progress-pdf/{token} | Path does not match |
| 13 | app_business_plan_progress_complete | /dashboard/business-plan/progress-complete/{token} | Path does not match |
| 14 | app_business_plan_report_generate | /dashboard/business-plan/report-generate/{token} | Path does not match |
| 15 | app_business_plan_pdf_generate | /dashboard/business-plan/pdf-generate/{token} | Path does not match |
| 16 | app_business_plan_generate | /dashboard/business-plan/generate/{token} | Path does not match |
| 17 | app_business_plan_pdf_open | /dashboard/business-plan/file/open/{token} | Path does not match |
| 18 | app_business_plan_pdf_download | /dashboard/business-plan/file/download/{token} | Path does not match |
| 19 | app_admin_category_plan_translation_template_download | /admin/category-plan-translation/template/{id}/download | Path does not match |
| 20 | app_client_business_plans | /dashboard/my-business-plans | Path does not match |
| 21 | app_payment_stripe_start | /payment/stripe/start | Path does not match |
| 22 | app_login | / | Path does not match |
| 23 | app_login_alias | /login | Path does not match |
| 24 | app_logout | /logout | Path does not match |
| 25 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.