Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | oauth2_authorize | /authorize | Path does not match |
| 3 | oauth2_token | /token | Path does not match |
| 4 | 2fa_login | /2fa | Path does not match |
| 5 | 2fa_login_check | /2fa_check | Path does not match |
| 6 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 7 | _wdt | /_wdt/{token} | Path does not match |
| 8 | _profiler_home | /_profiler/ | Path does not match |
| 9 | _profiler_search | /_profiler/search | Path does not match |
| 10 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 11 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 12 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 13 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | _webhook_controller | /webhook/{type} | Path does not match |
| 21 | admin_brands | /admin/brands | Path does not match |
| 22 | admin_brand_show | /admin/brands/{id} | Path does not match |
| 23 | admin_tenants | /admin/tenants | Path does not match |
| 24 | admin_tenant_show | /admin/tenants/{id} | Path does not match |
| 25 | admin_kyc | /admin/kyc | Path does not match |
| 26 | admin_kyc_approve | /admin/kyc/{id}/approve | Path does not match |
| 27 | admin_kyc_reject | /admin/kyc/{id}/reject | Path does not match |
| 28 | admin_numbers | /admin/numbers | Path does not match |
| 29 | admin_billing | /admin/billing | Path does not match |
| 30 | admin_ops | /admin/ops | Path does not match |
| 31 | admin_audit | /admin/ops/audit | Path does not match |
| 32 | admin_dashboard | /admin | Path does not match |
| 33 | admin_agents_provision_human | /api/v1/agents/human | Path does not match |
| 34 | admin_agents_provision_ai | /api/v1/agents/ai | Path does not match |
| 35 | billing_dashboard | /api/v1/billing/dashboard | Path does not match |
| 36 | billing_portal | /api/v1/billing/portal | Path does not match |
| 37 | caddy_tls_ask | /internal/caddy/tls-ask | Path does not match |
| 38 | public_brand | /public/brand | Path does not match |
| 39 | reseller_dashboard | /reseller | Path does not match |
| 40 | reseller_identity | /reseller/identity | Path does not match |
| 41 | reseller_domains | /reseller/domains | Path does not match |
| 42 | reseller_domain_verify | /reseller/domains/{id}/verify | Path does not match |
| 43 | reseller_domain_revoke | /reseller/domains/{id}/revoke | Path does not match |
| 44 | reseller_brand_get | /reseller/brand | Path does not match |
| 45 | reseller_theme_update | /reseller/brand/theme | Path does not match |
| 46 | reseller_domain_add | /reseller/brand/domains | Path does not match |
| 47 | reseller_plan_override | /reseller/brand/plan-overrides | Path does not match |
| 48 | reseller_tenants_list | /reseller/tenants | Path does not match |
| 49 | reseller_login | /reseller/login | Path does not match |
| 50 | reseller_logout | /reseller/logout | Path does not match |
| 51 | reseller_2fa_login | /reseller/2fa | Path does not match |
| 52 | reseller_2fa_login_check | /reseller/2fa/check | Path does not match |
| 53 | campaign_schedule | /api/v1/campaigns/{id}/schedule | Path does not match |
| 54 | campaign_start | /api/v1/campaigns/{id}/start | Path does not match |
| 55 | campaign_pause | /api/v1/campaigns/{id}/pause | Path does not match |
| 56 | campaign_resume | /api/v1/campaigns/{id}/resume | Path does not match |
| 57 | campaign_cancel | /api/v1/campaigns/{id}/cancel | Path does not match |
| 58 | case_assign | /api/v1/cases/{id}/assign | Path does not match |
| 59 | case_resolve | /api/v1/cases/{id}/resolve | Path does not match |
| 60 | case_escalate | /api/v1/cases/{id}/escalate | Path does not match |
| 61 | email_webhook_in | /webhooks/inbound/email/{provider} | Path does not match |
| 62 | sms_webhook_in | /webhooks/inbound/sms/{provider} | Path does not match |
| 63 | wa_webhook_verify | /webhooks/inbound/whatsapp | Path does not match |
| 64 | wa_webhook_receive | /webhooks/inbound/whatsapp | Path does not match |
| 65 | contact_activity | /api/v1/contacts/{id}/activity | Path does not match |
| 66 | contact_identity_add | /api/v1/contacts/{contactId}/identities | Path does not match |
| 67 | contact_identity_remove | /api/v1/contacts/{contactId}/identities/{identityId} | Path does not match |
| 68 | auth_google_start | /auth/google | Path does not match |
| 69 | auth_app_google_callback | /auth/google/callback | Path does not match |
| 70 | auth_forgot | /auth/forgot | Path does not match |
| 71 | app_login | /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.