Routing
app_register
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_auth_refresh | /api/auth/refresh | Path does not match |
| 2 | api_auth_logout | /api/auth/logout | Path does not match |
| 3 | api_auth_logout_device | /api/auth/logout/{id} | Path does not match |
| 4 | api_auth_logout_all | /api/auth/logout-all | Path does not match |
| 5 | api_auth_privacy_confirm | /api/auth/privacy-confirm | Path does not match |
| 6 | api_auth_sessions | /api/auth/sessions | Path does not match |
| 7 | api_login_check | /api/auth/login | Path does not match |
| 8 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 9 | internal_system_db_check | /internal/system/db-check | Path does not match |
| 10 | internal_system_health_check | /internal/system/system-health | Path does not match |
| 11 | internal_system_logs_check | /internal/system/logs-check | Path does not match |
| 12 | internal_system_users_count | /internal/system/users-count | Path does not match |
| 13 | internal_system_cache_clear | /internal/system/cache-clear | Path does not match |
| 14 | internal_system_cache_last_line | /internal/system/cache-last-line | Path does not match |
| 15 | internal_system_maintenance_toggle | /internal/system/maintenance-toggle | Path does not match |
| 16 | internal_system_maintenance_status | /internal/system/maintenance-status | Path does not match |
| 17 | app_contact_submit | /{_locale}/contact-submit | Path does not match |
| 18 | app_me_user_contact | /{_locale}/user-contact | Path does not match |
| 19 | app_me_profile | /{_locale}/profile | Path does not match |
| 20 | app_me_avatar | /{_locale}/me/avatar/{id} | Path does not match |
| 21 | app_me_upload_avatar | /{_locale}/upload-avatar | Path does not match |
| 22 | app_me_delete_avatar | /{_locale}/delete-avatar | Path does not match |
| 23 | app_home | /{_locale}/ | Path does not match |
| 24 | app_home_redirect | /{_locale}/home | Path does not match |
| 25 | app_about | /{_locale}/about | Path does not match |
| 26 | app_terms | /{_locale}/terms-and-conditions | Path does not match |
| 27 | app_gdpr | /{_locale}/gdpr | Path does not match |
| 28 | account_dashboard | /{_locale}/account | Path does not match |
| 29 | admin_dashboard | /{_locale}/admin | Path does not match |
| 30 | admin_accounts_list | /{_locale}/admin/accounts | Path does not match |
| 31 | ycm_dashboard | /{_locale}/ycm | Path does not match |
| 32 | ycm_mobile_version | /{_locale}/ycm/mobile-version | Path does not match |
| 33 | app_register | /{_locale}/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.