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 | _uploader_upload_tmp | /_uploader/tmp/upload | Path does not match |
| 3 | uploads_chunks_check | /_uploads/chunks_check | Path does not match |
| 4 | backend_homepage | / | Path does not match |
| 5 | backend_dashboard | /dashboard | Path does not match |
| 6 | backend_login | /login | Path almost matches, but Host "gallery.netperv.com" does not match the requirement ("gallery-admin.netperv.com") |
| 7 | backend_logout | /logout | Path does not match |
| 8 | backend_two_factor.reset | /two-factor/reset | Path does not match |
| 9 | backend_two_factor_verify | /two-factor/verify | Path does not match |
| 10 | backend_two_factor_setup | /two-factor/setup | Path does not match |
| 11 | backend_two_factor_notice | /two-factor | Path does not match |
| 12 | backend_registration_create | /settings/backend-user/create | Path does not match |
| 13 | backend_registration_success | /settings/backend-user/create/success | Path does not match |
| 14 | backend_backend_user_list | /settings/backend-user/list | Path does not match |
| 15 | backend_backend_user_edit | /settings/backend-user/edit/{id} | Path does not match |
| 16 | backend_export_user | /users/export | Path does not match |
| 17 | backend_user_edit | /users/{id} | Path does not match |
| 18 | backend_user_create | /users/create | Path does not match |
| 19 | backend_user_impersonate | /users/impersonate/{id} | Path does not match |
| 20 | backend_user_edit_email | /users/edit_email/{id} | Path does not match |
| 21 | backend_login_log_list | /users/login-log/{id} | Path does not match |
| 22 | backend_user_gallery_image_purchase_list | /users/purchase-gallery/{user} | Path does not match |
| 23 | backend_gallery_image_bid_user_refund | /users/gallery-purchase-refund/{id} | Path does not match |
| 24 | backend_user_list | /users | Path does not match |
| 25 | backend_user_credit_purchases_list | /users/credits/{user} | Path does not match |
| 26 | backend_gallery_purchase_list | /gallery/purchase/{gallery} | Path does not match |
| 27 | backend_gallery_image_bid_gallery_image_refund | /refund/gallery-purchase-refund/{id} | Path does not match |
| 28 | backend_satellite_edit | /settings/satellite/{id} | Path does not match |
| 29 | backend_satellite_create | /settings/satellite/create | Path does not match |
| 30 | backend_satellite_list | /settings/satellite | Path does not match |
| 31 | backend_payment_package_list | /payment-package | Path does not match |
| 32 | backend_gallery_create | /gallery/create | Path does not match |
| 33 | backend_gallery_edit | /gallery/{id} | Path does not match |
| 34 | backend_gallery_preview | /gallery/preview/{id} | Path does not match |
| 35 | backend_gallery_list_preview | /gallery/preview-list/{id} | Path does not match |
| 36 | backend_gallery_delete | /gallery/delete/{id} | Path does not match |
| 37 | backend_gallery_list | /gallery/{tab} | Path does not match |
| 38 | backend_gallery_edit_metadata | /gallery/edit/{id} | Path does not match |
| 39 | backend_membership_cancel | /users/membership-cancel/{id} | Path does not match |
| 40 | backend_membership_downgrade | /users/membership-downgrade/{id} | Path does not match |
| 41 | backend_statistic_user | /users/statistic | Path does not match |
| 42 | backend_tag_edit | /settings/tag/{id} | Path does not match |
| 43 | backend_tag_create | /settings/tag/create | Path does not match |
| 44 | backend_tag_sync | /settings/tag/sync | Path does not match |
| 45 | backend_tag_list | /settings/tag/{tab} | Path does not match |
| 46 | backend_internal_tag_edit | /settings/internal-tag/{id} | Path does not match |
| 47 | backend_internal_tag_create | /settings/internal-tag/create | Path does not match |
| 48 | backend_internal_tag_list | /settings/internal-tag | Path does not match |
| 49 | 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.