Routing
hwi_oauth_service_redirect
Matched route
Route Parameters
| Name | Value |
|---|---|
| service | "google" |
Route Matching Logs
Path to match:
/connect/google
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | magazine_by_slug | /magazine/{slug} | Path does not match |
| 2 | admin | /admin | Path does not match |
| 3 | app_profile_change_email | /profile/change-email | Path does not match |
| 4 | app_download_edition | /download/edition/{id} | Path does not match |
| 5 | edition_like | /edition/{id}/like | Path does not match |
| 6 | login2 | /login2 | Path does not match |
| 7 | magazine_index | /magazine/ | Path does not match |
| 8 | magazine_show | /magazine/{slug}/{edition_number} | Path does not match |
| 9 | react_demo | /react-demo | Path does not match |
| 10 | app_switch_theme | /switch-theme | Path does not match |
| 11 | admin_area_index | /admin/area | Path does not match |
| 12 | admin_area_new | /admin/area/new | Path does not match |
| 13 | admin_area_batch_delete | /admin/area/batch-delete | Path does not match |
| 14 | admin_area_autocomplete | /admin/area/autocomplete | Path does not match |
| 15 | admin_area_render_filters | /admin/area/render-filters | Path does not match |
| 16 | admin_area_edit | /admin/area/{entityId}/edit | Path does not match |
| 17 | admin_area_delete | /admin/area/{entityId}/delete | Path does not match |
| 18 | admin_area_detail | /admin/area/{entityId} | Path does not match |
| 19 | admin_banner_index | /admin/banner | Path does not match |
| 20 | admin_banner_new | /admin/banner/new | Path does not match |
| 21 | admin_banner_batch_delete | /admin/banner/batch-delete | Path does not match |
| 22 | admin_banner_autocomplete | /admin/banner/autocomplete | Path does not match |
| 23 | admin_banner_render_filters | /admin/banner/render-filters | Path does not match |
| 24 | admin_banner_edit | /admin/banner/{entityId}/edit | Path does not match |
| 25 | admin_banner_delete | /admin/banner/{entityId}/delete | Path does not match |
| 26 | admin_banner_detail | /admin/banner/{entityId} | Path does not match |
| 27 | admin_edition_index | /admin/edition | Path does not match |
| 28 | admin_edition_new | /admin/edition/new | Path does not match |
| 29 | admin_edition_batch_delete | /admin/edition/batch-delete | Path does not match |
| 30 | admin_edition_autocomplete | /admin/edition/autocomplete | Path does not match |
| 31 | admin_edition_render_filters | /admin/edition/render-filters | Path does not match |
| 32 | admin_edition_edit | /admin/edition/{entityId}/edit | Path does not match |
| 33 | admin_edition_delete | /admin/edition/{entityId}/delete | Path does not match |
| 34 | admin_edition_detail | /admin/edition/{entityId} | Path does not match |
| 35 | admin_magazine_index | /admin/magazine | Path does not match |
| 36 | admin_magazine_new | /admin/magazine/new | Path does not match |
| 37 | admin_magazine_batch_delete | /admin/magazine/batch-delete | Path does not match |
| 38 | admin_magazine_autocomplete | /admin/magazine/autocomplete | Path does not match |
| 39 | admin_magazine_render_filters | /admin/magazine/render-filters | Path does not match |
| 40 | admin_magazine_edit | /admin/magazine/{entityId}/edit | Path does not match |
| 41 | admin_magazine_delete | /admin/magazine/{entityId}/delete | Path does not match |
| 42 | admin_magazine_detail | /admin/magazine/{entityId} | Path does not match |
| 43 | admin_misc_index | /admin/misc | Path does not match |
| 44 | admin_misc_new | /admin/misc/new | Path does not match |
| 45 | admin_misc_batch_delete | /admin/misc/batch-delete | Path does not match |
| 46 | admin_misc_autocomplete | /admin/misc/autocomplete | Path does not match |
| 47 | admin_misc_render_filters | /admin/misc/render-filters | Path does not match |
| 48 | admin_misc_edit | /admin/misc/{entityId}/edit | Path does not match |
| 49 | admin_misc_delete | /admin/misc/{entityId}/delete | Path does not match |
| 50 | admin_misc_detail | /admin/misc/{entityId} | Path does not match |
| 51 | admin_school_index | /admin/school | Path does not match |
| 52 | admin_school_new | /admin/school/new | Path does not match |
| 53 | admin_school_batch_delete | /admin/school/batch-delete | Path does not match |
| 54 | admin_school_autocomplete | /admin/school/autocomplete | Path does not match |
| 55 | admin_school_render_filters | /admin/school/render-filters | Path does not match |
| 56 | admin_school_edit | /admin/school/{entityId}/edit | Path does not match |
| 57 | admin_school_delete | /admin/school/{entityId}/delete | Path does not match |
| 58 | admin_school_detail | /admin/school/{entityId} | Path does not match |
| 59 | admin_user_index | /admin/user | Path does not match |
| 60 | admin_user_new | /admin/user/new | Path does not match |
| 61 | admin_user_batch_delete | /admin/user/batch-delete | Path does not match |
| 62 | admin_user_autocomplete | /admin/user/autocomplete | Path does not match |
| 63 | admin_user_render_filters | /admin/user/render-filters | Path does not match |
| 64 | admin_user_edit | /admin/user/{entityId}/edit | Path does not match |
| 65 | admin_user_delete | /admin/user/{entityId}/delete | Path does not match |
| 66 | admin_user_detail | /admin/user/{entityId} | Path does not match |
| 67 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 68 | hwi_oauth_service_redirect | /connect/{service} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.