Page not found (404)

Request Method: GET
Request URL: https://eagledovetaildrawers.sublimestore.us/payments/list/

Using the URLconf defined in sublimemvp.urls, Django tried these URL patterns, in this order:

  1. auth/<str:token> [name='magic-login-link']
  2. api/
  3. api-auth/
  4. export_invoice_csv/ [name='export_invoice_csv']
  5. [name='login']
  6. merchant/
  7. dunning/
  8. marketing/
  9. app/
  10. dashboard/
  11. invoice/
  12. payments/ list [name='payment-list']
  13. payments/ detail/<str:payment_uuid> [name='payment-detail']
  14. payments/ receipt/<str:pk> [name='payment-portal-receipt']
  15. payments/ confirm-card-payment-from-user-portal/<str:invoice_id>/payment_method/<str:payment_method_uuid> [name='confirm-card-payment-from-user-portal']
  16. payments/ confirm-card-payment-from-merchant-portal/<str:invoice_id>/customer/<str:customer_id>/payment_method/<str:payment_method_uuid> [name='confirm-card-payment-from-merchant-portal']
  17. payments/ confirm-card-payment-from-virtual-terminal/customer/<str:customer_id>/payment_method/<str:payment_method_uuid> [name='confirm-card-payment-from-virtual-terminal']
  18. payments/ confirm-card-refund-from-merchant-portal/payment/<str:payment_uuid> [name='confirm-card-refund-from-merchant-portal']
  19. payments/ add-new-payment-method-from-user-settings/<str:token> [name='add-new-payment-method-from-user-settings']
  20. payments/ add-new-payment-method-from-merchant-portal/<str:token>/customer/<str:customer_id> [name='add-new-payment-method-from-merchant-portal']
  21. payments/ add-bank-ach-payment-method-from-customer-portal/customer/<str:customer_id> [name='add-bank-ach-payment-method-from-customer-portal']
  22. payments/ add-bank-ach-payment-method/customer/<str:customer_id> [name='add-bank-ach-payment-method']
  23. payments/ payment-link-pay-invoice [name='payment-link-pay-invoice']
  24. payments/ paymentportalpay [name='payment-portal']
  25. payments/ addbankachfrompaymentportal [name='add-bank-ach-payment-method-from-payment-portal']
  26. payments/ merchant_make_cash_or_check_payment/<str:invoice_id> [name='merchant_make_cash_or_check_payment']
  27. bnpl/
  28. buyer/
  29. transaction/
  30. order/
  31. quote/
  32. login/ [name='login']
  33. logout/ [name='logout']
  34. register/ [name='register']
  35. register-passwordless-entity/<str:pk> [name='register-passwordless-entity']
  36. settings/ [name='settings']
  37. itworks/ [name='tailwind']
  38. tailwind/ [name='tailwind']
  39. sublimeadmin/
  40. event/
  41. onboarding/
  42. paymentportal [name='payment-portal']
  43. pay [name='payment-portal']
  44. reset_password/ [name='reset_password']
  45. reset_password_sent/ [name='password_reset_done']
  46. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  47. reset_password_complete/ [name='password_reset_complete']
  48. product-service-autocomplete/ [name='product-service-autocomplete']
  49. customer-autocomplete/ [name='customer-autocomplete']
  50. tax-autocomplete/ [name='tax-autocomplete']

The current path, payments/list/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.