Routing
index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_analysis_sia | /analysis/simple-influencer/{username} | Path does not match |
| 2 | app_analysis_sia_with_download | /analysis/simple-influencer-with-download | Path does not match |
| 3 | api_client_index | /api-client/ | Path does not match |
| 4 | api_client_new | /api-client/new | Path does not match |
| 5 | api_client_show | /api-client/{id} | Path does not match |
| 6 | api_client_edit | /api-client/{id}/edit | Path does not match |
| 7 | api_client_delete | /api-client/{id} | Path does not match |
| 8 | app_ig_asset_dl | /assets/download-ig-post-asset | Path does not match |
| 9 | app_ig_avatar_dl | /assets/download-ig-avatar | Path does not match |
| 10 | app_audience_analysis_create | /audience-analysis/create | Path does not match |
| 11 | app_audience_analysis_view | /audience-analysis/{id} | Path does not match |
| 12 | app_content_tracker | /content-tracker/add | Path does not match |
| 13 | app_content_tracker_job_status | /content-tracker/{taskId} | Path does not match |
| 14 | demo | /demo/influencer | Path does not match |
| 15 | testem | /demo/testem | Path does not match |
| 16 | testenv | /demo/testenv | Path does not match |
| 17 | app_ig_profile_bio | /ig-profile/bio/{username} | Path does not match |
| 18 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.