Routing
index
Matched route
Route Parameters
| Name | Value |
|---|---|
| route | "app_backend_dashboard" |
Route Redirection
This page redirects to:
http://preprod.pellipop.com/admin/
(route: "index")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login_check | /api/authentication_token | Path does not match |
| 2 | api_refresh_token | /api/token/refresh | Path does not match |
| 3 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 7 | _api_/addresses{._format}_post | /api/addresses.{_format} | Path does not match |
| 8 | _api_/addresses/{id}{._format}_put | /api/addresses/{id}.{_format} | Path does not match |
| 9 | _api_/addresses/{id}{._format}_delete | /api/addresses/{id}.{_format} | Path does not match |
| 10 | _api_/addresses{._format}_get_collection | /api/addresses.{_format} | Path does not match |
| 11 | _api_/addresses/{id}{._format}_get | /api/addresses/{id}.{_format} | Path does not match |
| 12 | _api_/countries{._format}_get_collection | /api/countries.{_format} | Path does not match |
| 13 | _api_/countries/{id}{._format}_get | /api/countries/{id}.{_format} | Path does not match |
| 14 | _api_/credit_packs/{id}{._format}_get | /api/credit_packs/{id}.{_format} | Path does not match |
| 15 | _api_/credit_packs{._format}_get_collection | /api/credit_packs.{_format} | Path does not match |
| 16 | _api_/credit_packs/{id}/apply-coupon_post | /api/credit_packs/{id}/apply-coupon | Path does not match |
| 17 | _api_/customers{._format}_post | /api/customers.{_format} | Path does not match |
| 18 | _api_/request_password_post | /api/request_password | Path does not match |
| 19 | _api_/reset_password/{token}_patch | /api/reset_password/{token} | Path does not match |
| 20 | _api_/customers/{id}{._format}_get | /api/customers/{id}.{_format} | Path does not match |
| 21 | _api_/customers/{id}{._format}_put | /api/customers/{id}.{_format} | Path does not match |
| 22 | _api_customers/{id}/password_patch | /api/customers/{id}/password | Path does not match |
| 23 | _api_customers/{id}/disable_patch | /api/customers/{id}/disable | Path does not match |
| 24 | _api_/devices/{token}{._format}_delete | /api/devices/{token}.{_format} | Path does not match |
| 25 | _api_/devices/register_post | /api/devices/register | Path does not match |
| 26 | _api_/devices/{token}{._format}_get | /api/devices/{token}.{_format} | Path does not match |
| 27 | _api_/orders{._format}_post | /api/orders.{_format} | Path does not match |
| 28 | _api_/orders{._format}_get_collection | /api/orders.{_format} | Path does not match |
| 29 | _api_/orders/price_post | /api/orders/price | Path does not match |
| 30 | _api_/orders/{id}{._format}_get | /api/orders/{id}.{_format} | Path does not match |
| 31 | _api_/order_item_photos/{id}{._format}_get | /api/order_item_photos/{id}.{_format} | Path does not match |
| 32 | _api_/orders/{id}/photos_post | /api/orders/{id}/photos | Path does not match |
| 33 | _api_/orders/{id}/photos/{tag}_post | /api/orders/{id}/photos/{tag} | Path does not match |
| 34 | _api_/payments/{id}{._format}_get | /api/payments/{id}.{_format} | Path does not match |
| 35 | _api_/payments{._format}_post | /api/payments.{_format} | Path does not match |
| 36 | _api_/payments/direct-intent_post | /api/payments/direct-intent | Path does not match |
| 37 | _api_/photo-upload-errors/report_post | /api/photo-upload-errors/report | Path does not match |
| 38 | _api_/photo_upload_error_reports/{id}{._format}_get | /api/photo_upload_error_reports/{id}.{_format} | Path does not match |
| 39 | _api_/promotion_codes/{code}{._format}_get | /api/promotion_codes/{code}.{_format} | Path does not match |
| 40 | _api_/promotion_codes/{code}/add-credits_put | /api/promotion_codes/{code}/add-credits | Path does not match |
| 41 | app_backend_dashboard | /admin/ | Path does not match |
| 42 | sylius_backend_partial_customer_latest | /admin/_partial/customers/latest/{count} | Path does not match |
| 43 | sylius_backend_admin_user_index | /admin/users/ | Path does not match |
| 44 | sylius_backend_admin_user_create | /admin/users/new | Path does not match |
| 45 | sylius_backend_admin_user_update | /admin/users/{id}/edit | Path does not match |
| 46 | sylius_backend_admin_user_bulk_delete | /admin/users/bulk-delete | Path does not match |
| 47 | sylius_backend_admin_user_delete | /admin/users/{id} | Path does not match |
| 48 | sylius_backend_customer_index | /admin/customers/ | Path does not match |
| 49 | sylius_backend_customer_create | /admin/customers/new | Path does not match |
| 50 | sylius_backend_customer_update | /admin/customers/{id}/edit | Path does not match |
| 51 | sylius_backend_customer_bulk_delete | /admin/customers/bulk-delete | Path does not match |
| 52 | sylius_backend_customer_delete | /admin/customers/{id} | Path does not match |
| 53 | sylius_backend_customer_bulk_export | /admin/customers/bulk-export | Path does not match |
| 54 | sylius_backend_customer_bulk_export_b2c | /admin/customers/bulk-export-b2c | Path does not match |
| 55 | sylius_backend_customer_bulk_export_b2b | /admin/customers/bulk-export-b2b | Path does not match |
| 56 | sylius_backend_customer_show | /admin/customers/{id} | Path does not match |
| 57 | sylius_backend_login | /admin/login | Path does not match |
| 58 | sylius_backend_login_check | /admin/login-check | Path does not match |
| 59 | sylius_backend_logout | /admin/logout | Path does not match |
| 60 | app_backend_ajax_customers_by_name_or_email_phrase | /admin/ajax/customers/search | Path does not match |
| 61 | app_backend_ajax_customers | /admin/ajax/customers | Path does not match |
| 62 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 63 | gesdinet_jwt_refresh_token | /api/token/refresh | Path does not match |
| 64 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 65 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 66 | app_backend_fuji_transit_index | /admin/fuji-transits/ | Path does not match |
| 67 | app_backend_fuji_transit_show | /admin/fuji-transits/{id} | Path does not match |
| 68 | app_backend_country_index | /admin/countrys/ | Path does not match |
| 69 | app_backend_country_create | /admin/countrys/new | Path does not match |
| 70 | app_backend_country_update | /admin/countrys/{id}/edit | Path does not match |
| 71 | app_backend_country_bulk_delete | /admin/countrys/bulk-delete | Path does not match |
| 72 | app_backend_country_delete | /admin/countrys/{id} | Path does not match |
| 73 | app_backend_country_bulk_export | /admin/countrys/bulk-export | Path does not match |
| 74 | app_backend_order_index | /admin/orders/ | Path does not match |
| 75 | app_backend_order_show | /admin/orders/{id} | Path does not match |
| 76 | app_backend_payment_index | /admin/payments/ | Path does not match |
| 77 | app_backend_payment_show | /admin/payments/{id} | Path does not match |
| 78 | app_backend_photo_upload_error_report_index | /admin/photo-upload-errors/ | Path does not match |
| 79 | app_backend_photo_upload_error_report_show | /admin/photo-upload-errors/{id} | Path does not match |
| 80 | app_backend_credit_pack_index | /admin/credit-packs/ | Path does not match |
| 81 | app_backend_credit_pack_create | /admin/credit-packs/new | Path does not match |
| 82 | app_backend_credit_pack_update | /admin/credit-packs/{id}/edit | Path does not match |
| 83 | app_backend_credit_pack_bulk_delete | /admin/credit-packs/bulk-delete | Path does not match |
| 84 | app_backend_credit_pack_delete | /admin/credit-packs/{id} | Path does not match |
| 85 | app_backend_credit_pack_bulk_export | /admin/credit-packs/bulk-export | Path does not match |
| 86 | app_backend_product_index | /admin/products/ | Path does not match |
| 87 | app_backend_product_create | /admin/products/new | Path does not match |
| 88 | app_backend_product_update | /admin/products/{id}/edit | Path does not match |
| 89 | app_backend_product_bulk_delete | /admin/products/bulk-delete | Path does not match |
| 90 | app_backend_product_delete | /admin/products/{id} | Path does not match |
| 91 | app_backend_product_bulk_export | /admin/products/bulk-export | Path does not match |
| 92 | app_backend_promotion_code_index | /admin/promotion-codes/ | Path does not match |
| 93 | app_backend_promotion_code_update | /admin/promotion-codes/{id}/edit | Path does not match |
| 94 | app_backend_promotion_code_bulk_delete | /admin/promotion-codes/bulk-delete | Path does not match |
| 95 | app_backend_promotion_code_delete | /admin/promotion-codes/{id} | Path does not match |
| 96 | app_backend_promotion_code_bulk_export | /admin/promotion-codes/bulk-export | Path does not match |
| 97 | app_backend_unique_promotion_index | /admin/unique-promotion/ | Path does not match |
| 98 | app_backend_unique_promotion_create | /admin/unique-promotion/new | Path does not match |
| 99 | app_backend_unique_promotion_show | /admin/unique-promotion/{id} | Path does not match |
| 100 | app_backend_unique_promotion_download | /admin/unique-promotion/{id}/download | Path does not match |
| 101 | app_backend_promotion_code_create | /admin/promotion-codes/new/{type} | Path does not match |
| 102 | _wdt | /_wdt/{token} | Path does not match |
| 103 | _profiler_home | /_profiler/ | Path does not match |
| 104 | _profiler_search | /_profiler/search | Path does not match |
| 105 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 106 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 107 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 108 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 109 | _profiler_open_file | /_profiler/open | Path does not match |
| 110 | _profiler | /_profiler/{token} | Path does not match |
| 111 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 112 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 113 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 114 | 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.