Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | instance_embed | /embed/{slug} | Path does not match |
| 2 | instance_embed_property_detail | /embed/{slug}/property-detail | Path does not match |
| 3 | instance_embed_biens_partial | /embed/{slug}/biens | Path does not match |
| 4 | instance_embed_view_data | /embed/{slug}/view-data | Path does not match |
| 5 | instance_index | / | Path does not match |
| 6 | instance_new | /instances/new | Path does not match |
| 7 | instance_show | /instances/{id} | Path does not match |
| 8 | instance_presentation_upload | /instances/{id}/presentation | Path does not match |
| 9 | instance_view_mesh_map_save | /instances/{id}/views/mesh-map | Path does not match |
| 10 | instance_presentation_delete | /instances/{id}/presentation/{mediaId}/delete | Path does not match |
| 11 | instance_drive_import_status | /instances/{id}/drive-import-status | Path does not match |
| 12 | instance_biens_partial | /instances/{id}/biens | Path does not match |
| 13 | instance_drive_import_batch_delete | /instances/{id}/drive-import-batches/{batchId}/delete | Path does not match |
| 14 | instance_logo_upload | /instances/{id}/logo | Path does not match |
| 15 | instance_view_create | /instances/{id}/views | Path does not match |
| 16 | instance_view_glb_upload | /instances/{id}/views/glb | Path does not match |
| 17 | instance_view_edit | /instances/{id}/views/edit | Path does not match |
| 18 | instance_view_default | /instances/{id}/views/{viewId}/default | Path does not match |
| 19 | instance_view_delete | /instances/{id}/views/{viewId}/delete | Path does not match |
| 20 | instance_delete | /instances/{id}/delete | Path does not match |
| 21 | app_profile | /profile | Path does not match |
| 22 | 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.