Routing
app_subscription
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "2" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/subscription/2
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_account_change_password | /account/profile/change-password | Path does not match |
| 2 | app_account_change_profile | /account/profile/change-profile | Path does not match |
| 3 | app_account | /account | Path does not match |
| 4 | admin | /admin | Path does not match |
| 5 | app_cost_and_lessons | /cost-lessons | Path does not match |
| 6 | app_event | /event/{slug} | Path does not match |
| 7 | app_event_page | /event | Path does not match |
| 8 | app_event_export_csv | /event/export-csv | Path does not match |
| 9 | app_event_import_csv | /event/import-csv | Path does not match |
| 10 | app_subscribed_event | /subscribed_event | Path does not match |
| 11 | app_subscribed_event_delete | /subscribed_event/delete/{subscriptionId} | Path does not match |
| 12 | app_subscribed_event_export_csv | /subscribed_event/export-csv | Path does not match |
| 13 | deploy_getlogs | /deploygetlogs | Path does not match |
| 14 | deploy_launch | /deploylaunch | Path does not match |
| 15 | deploy_getlaunchjson | /deploygetlogsjson | Path does not match |
| 16 | payment_helloasso_error | /payment/helloasso/error | Path does not match |
| 17 | payment_helloasso_success | /payment/helloasso/success | Path does not match |
| 18 | payment_helloasso | /payment/helloasso/{paymentId} | Path does not match |
| 19 | payment_helloasso_callback | /payment/helloasso/callback | Path does not match |
| 20 | app_contact | /contact | Path does not match |
| 21 | app_home | / | Path does not match |
| 22 | app_error | /error | Path does not match |
| 23 | account_member | /account/members | Path does not match |
| 24 | account_member_export_csv | /account/members/export-csv | Path does not match |
| 25 | account_member_import_csv | /account/members/import-csv | Path does not match |
| 26 | account_member_add | /account/members/add | Path does not match |
| 27 | account_member_edit | /account/members/edit/{id} | Path does not match |
| 28 | account_member_delete | /account/members/delete/{id} | Path does not match |
| 29 | app_payment | /payment | Path does not match |
| 30 | app_pictures | /pictures | Path does not match |
| 31 | app_pictures_slug | /pictures/{slug} | Path does not match |
| 32 | app_register | /register | Path does not match |
| 33 | app_verify_email | /verify/email | Path does not match |
| 34 | app_rgpd | /rgpd | Path does not match |
| 35 | app_login | /login | Path does not match |
| 36 | app_logout | /logout | Path does not match |
| 37 | app_reset_password | /reset_password | Path does not match |
| 38 | new_password | /reset_password/{token} | Path does not match |
| 39 | payment_stripe | /payment/stripe/{paymentId} | Path does not match |
| 40 | app_stripe_payment_check_status | /stripe/payment-check-status | Path does not match |
| 41 | app_stripe_webhook | /stripe/webhook | Path does not match |
| 42 | payment_stripe_error | /payment/stripe/error/{paymentId} | Path does not match |
| 43 | payment_stripe_success | /payment/stripe/success/{paymentId} | Path does not match |
| 44 | app_subscription | /subscription/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.