Routing
app_front_callback
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/callback
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_add_display | /ajout-afficheur | Path does not match |
| 17 | app_admin_organization_index | /sadmin/organization | Path does not match |
| 18 | app_admin_organization_new | /sadmin/organization/new | Path does not match |
| 19 | app_admin_organization_show | /sadmin/organization/{id} | Path does not match |
| 20 | app_admin_organization_edit | /sadmin/organization/{id}/edit | Path does not match |
| 21 | app_admin_organization_delete | /sadmin/organization/{id} | Path does not match |
| 22 | app_organization_members | /admin/organization/{id}/members | Path does not match |
| 23 | app_organization_members_invite | /admin/organization/{id}/members/invite | Path does not match |
| 24 | app_organization_member_role | /admin/organization/{id}/members/{memberId}/role | Path does not match |
| 25 | app_organization_member_remove | /admin/organization/{id}/members/{memberId}/remove | Path does not match |
| 26 | app_organization_member_default | /admin/organization/{id}/members/{memberId}/default | Path does not match |
| 27 | app_organization_invite_revoke | /admin/organization/{id}/invites/{inviteId}/revoke | Path does not match |
| 28 | app_organization_settings | /admin/organization/{id}/settings | Path does not match |
| 29 | app_admin_storage_volume_index | /admin/storage/volume | Path does not match |
| 30 | app_admin_storage_volume_new | /admin/storage/volume/new | Path does not match |
| 31 | app_admin_storage_volume_show | /admin/storage/volume/{id} | Path does not match |
| 32 | app_admin_storage_volume_edit | /admin/storage/volume/{id}/edit | Path does not match |
| 33 | app_admin_storage_volume_delete | /admin/storage/volume/{id} | Path does not match |
| 34 | admin_storage_volume_stats | /admin/storage/volume/{id}/stats | Path does not match |
| 35 | admin_org_migrate | /admin/storage/volume/migrate-org/{id} | Path does not match |
| 36 | app_admin_user_index | /sadmin/user | Path does not match |
| 37 | app_admin_user_new | /sadmin/user/new | Path does not match |
| 38 | app_admin_user_show | /sadmin/user/{id} | Path does not match |
| 39 | app_admin_user_edit | /sadmin/user/{id}/edit | Path does not match |
| 40 | app_admin_user_delete | /sadmin/user/{id} | Path does not match |
| 41 | app_admin_user_organizations | /sadmin/user/{id}/organizations | Path does not match |
| 42 | app_admin_user_remove_organization | /sadmin/user/{id}/organizations/remove/{orgId} | Path does not match |
| 43 | api_canva_import | /api/integrations/canva/import | Path does not match |
| 44 | api_auth_device_challenge | /api/auth/device/challenge | Path does not match |
| 45 | api_auth_device_enroll | /api/auth/device/enroll | Path does not match |
| 46 | api_auth_device_pairing | /api/auth/device/pairing | Path does not match |
| 47 | api_auth_device_token | /api/auth/device/token | Path does not match |
| 48 | api_display_check | /api/display/check | Path does not match |
| 49 | api_display_media_get | /api/display/media/{filename} | Path does not match |
| 50 | api_planning_export | /api/planning/{id}/export | Path does not match |
| 51 | app_dashboard | /dashboard | Path does not match |
| 52 | app_display_index | /display | Path does not match |
| 53 | app_display_new | /display/new | Path does not match |
| 54 | app_display_show | /display/{id} | Path does not match |
| 55 | app_display_edit | /display/{id}/edit | Path does not match |
| 56 | app_display_delete | /display/{id} | Path does not match |
| 57 | api_display_sync | /api/display/{uuid}/sync | Path does not match |
| 58 | app_front_callback | /callback | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.