Routing
(none)
Matched route
Route Redirection
This page redirects to:
/
Route Matching Logs
Path to match:
/var/task/nuxt.config.js
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin | /admin | Path does not match |
| 16 | blog_category | /blog/{slug} | Path does not match |
| 17 | blog_category_paginated | /blog/{slug}/{page} | Path does not match |
| 18 | cart_add | /cart/add/{id} | Path does not match |
| 19 | cart_remove | /cart/remove/{cartKey} | Path does not match |
| 20 | cart_page | /your/cart | Path does not match |
| 21 | checkout | /check/out | Path does not match |
| 22 | checkout_submit | /checkout/submit | Path does not match |
| 23 | submit_other | /checkout/submit-other | Path does not match |
| 24 | submit_bank_order | /checkout/submit-bank-order | Path does not match |
| 25 | order_confirmation | /checkout/order-confirmation/{orderId} | Path does not match |
| 26 | check_payment_status | /checkout/check-payment-status/{orderId} | Path does not match |
| 27 | cart_show | /cart/show | Path does not match |
| 28 | cart_reset | /cart/reset | Path does not match |
| 29 | update_cart | /cart/update | Path does not match |
| 30 | apply_coupon | /coupon/apply | Path does not match |
| 31 | create_ipay_order | /checkout/create-ipay-order | Path does not match |
| 32 | ipay_callback | /ipay/callback | Path does not match |
| 33 | app_index | / | Path does not match |
| 34 | app_page | /{page} | Path does not match |
| 35 | app_service | /service/{service} | Path does not match |
| 36 | blog_detail | /blog/post/{slug} | Path does not match |
| 37 | product_detail | /product/{slug} | Path does not match |
| 38 | product_tag | /product-tag/{tag} | Path does not match |
| 39 | get_current_attendant | /api/get-current-attendant | Path does not match |
| 40 | get_next_attendant | /api/get-next-attendant | Path does not match |
| 41 | contact_form | /send/message/contact/form | Path does not match |
| 42 | m_pesa | /m/pesa | Path does not match |
| 43 | m_pesa_auth | /m/pesa/auth | Path does not match |
| 44 | m_pesa_simulate | /m/pesa/simulate | Path does not match |
| 45 | make_payment_from_website | /make/online/payment/push | Path does not match |
| 46 | leepahnapush_status | /pmt/stk_push/check/status | Path does not match |
| 47 | callback | /touch/script/pmt | Path does not match |
| 48 | app_send_not_processed_reminders | /admin/orders/send-not-processed-reminders | Path does not match |
| 49 | app_send_processing_reminders | /admin/orders/send-processing-reminders | Path does not match |
| 50 | product_search | /products/search | Path does not match |
| 51 | product_info | /product/{id}/info | Path does not match |
| 52 | app_register | /security/register | Path does not match |
| 53 | app_forgot_password_request | /reset/reset-password | Path does not match |
| 54 | app_check_email | /reset/reset-password/reset/check-email | Path does not match |
| 55 | app_reset_password | /reset/reset-password/reset/{token} | Path does not match |
| 56 | app_login | /security/login | Path does not match |
| 57 | app_logout | /security/logout | Path does not match |
| 58 | app_setup_wizard | /initial/setup-wizard | Path does not match |
| 59 | app_setup_wizard_submit | /setup-wizard/submit | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.