Routing
to_account_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| country | "sn" |
Route Matching Logs
Path to match:
/en-sn/account/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_privacy_policy | /app/privacy_policy | Path does not match |
| 2 | app_app_terms_of_use | /app/terms_of_use | Path does not match |
| 3 | app_premium_success | /app/premium/{account}/{service}/success | Path does not match |
| 4 | app_premium_fail | /app/premium/{account}/{service}/fail | Path does not match |
| 5 | index | / | Path does not match |
| 6 | account | /account/delete/all/data | Path does not match |
| 7 | image_ad | /image/ad/{country}/{path} | Path does not match |
| 8 | image_ad_mobile | /image/mobile/ad/{country}/{file} | Path does not match |
| 9 | image_car | /image/car/{country}/{path} | Path does not match |
| 10 | image_car_mobile | /image/mobile/car/{country}/{file} | Path does not match |
| 11 | image_land | /image/land/{country}/{path} | Path does not match |
| 12 | image_land_mobile | /image/mobile/land/{country}/{file} | Path does not match |
| 13 | image_jackpot | /image/jackpot/{country}/{path} | Path does not match |
| 14 | image_jackpot_mobile | /image/mobile/jackpot/{country}/{file} | Path does not match |
| 15 | image_ticketer | /image/ticketer/{country}/{path} | Path does not match |
| 16 | image_ticketer_mobile | /image/mobile/ticketer/{country}/{file} | Path does not match |
| 17 | image_insurance_mobile | /image/mobile/insurance/{country}/{file} | Path does not match |
| 18 | image_restaurant_mobile | /image/mobile/restaurant/{country}/{file} | Path does not match |
| 19 | image_img | /image/{country}/{path} | Path does not match |
| 20 | image_recruitment | /image/recruitment/{country}/{path} | Path does not match |
| 21 | image_insurance | /image/insurance/{country}/{path} | Path does not match |
| 22 | image_restaurant | /image/restaurant/{country}/{path} | Path does not match |
| 23 | to_account_logout | /{_locale}-{country}/account/logout | Path does not match |
| 24 | to_account_delete | /{_locale}-{country}/account/delete | Path does not match |
| 25 | to_account_confirm_delete | /{_locale}-{country}/account/confirm/delete | Path does not match |
| 26 | to_account_login | /{_locale}-{country}/account/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.