Routing
registration_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "uk" |
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | uk__RG__callback_api | /api/{version}/callback | Path does not match |
| 2 | en__RG__callback_api | /en/api/{version}/callback | Path does not match |
| 3 | uk__RG__admin_cache_clear | /admin/cache_clear/ | Path does not match |
| 4 | en__RG__admin_cache_clear | /en/admin/cache_clear/ | Path does not match |
| 5 | uk__RG__index_page | / | Path does not match |
| 6 | en__RG__index_page | /en/ | Path does not match |
| 7 | uk__RG__operator_tariff_page | /operators/{slug} | Path does not match |
| 8 | en__RG__operator_tariff_page | /en/operators/{slug} | Path does not match |
| 9 | uk__RG__tariff_selected_page | /tariff-select/{tariff} | Path does not match |
| 10 | en__RG__tariff_selected_page | /en/tariff-select/{tariff} | Path does not match |
| 11 | uk__RG__how_it_works | /how-it-works | Path does not match |
| 12 | en__RG__how_it_works | /en/how-it-works | Path does not match |
| 13 | uk__RG__tariff_phones_page | /tariffs/{tariff} | Path does not match |
| 14 | en__RG__tariff_phones_page | /en/tariffs/{tariff} | Path does not match |
| 15 | uk__RG__accept_number | /accept/{id} | Path does not match |
| 16 | en__RG__accept_number | /en/accept/{id} | Path does not match |
| 17 | uk__RG__app_kyivstar_order | /kyivstar/order/{order} | Path does not match |
| 18 | en__RG__app_kyivstar_order | /en/kyivstar/order/{order} | Path does not match |
| 19 | uk__RG__app_kyivstar_payment | /kyivstar/payment/{number} | Path does not match |
| 20 | en__RG__app_kyivstar_payment | /en/kyivstar/payment/{number} | Path does not match |
| 21 | uk__RG__app_kyivstar_status_callback | /kyivstar/order-status | Path does not match |
| 22 | en__RG__app_kyivstar_status_callback | /en/kyivstar/order-status | Path does not match |
| 23 | uk__RG__app_kyivstar_payment_callback | /kyivstar/order-payment | Path does not match |
| 24 | en__RG__app_kyivstar_payment_callback | /en/kyivstar/order-payment | Path does not match |
| 25 | uk__RG__app_default_wayforpayform | /wayForPay/{number} | Path does not match |
| 26 | en__RG__app_default_wayforpayform | /en/wayForPay/{number} | Path does not match |
| 27 | uk__RG__payment_status | /payment/status | Path does not match |
| 28 | en__RG__payment_status | /en/payment/status | Path does not match |
| 29 | uk__RG__order_status_page | /orders/status/{reference} | Path does not match |
| 30 | en__RG__order_status_page | /en/orders/status/{reference} | Path does not match |
| 31 | uk__RG__payment_service_url | /payment/service | Path does not match |
| 32 | en__RG__payment_service_url | /en/payment/service | Path does not match |
| 33 | uk__RG__api_voucher_apply | /voucher/apply | Path does not match |
| 34 | en__RG__api_voucher_apply | /en/voucher/apply | Path does not match |
| 35 | uk__RG__profile_page | /profile | Path does not match |
| 36 | en__RG__profile_page | /en/profile | Path does not match |
| 37 | uk__RG__order_get_page | /orders/{reference} | Path does not match |
| 38 | en__RG__order_get_page | /en/orders/{reference} | Path does not match |
| 39 | uk__RG__order_receipt_get_page | /receipt/{reference} | Path does not match |
| 40 | en__RG__order_receipt_get_page | /en/receipt/{reference} | Path does not match |
| 41 | uk__RG__order_mail_resend_page | /resend/{reference} | Path does not match |
| 42 | en__RG__order_mail_resend_page | /en/resend/{reference} | Path does not match |
| 43 | uk__RG__registration_page | /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.