Page not found (404)

Request Method: GET
Request URL: https://www.n-corps.org/static/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.n-corps.org%2F&

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. blockchainfund/ [name='blockchain-fund']
  5. liquidtoken/ [name='liquid-token']
  6. bitcointradingfund/ [name='bitcoin-trading-fund']
  7. earlystagetoken/ [name='early-stage-token']
  8. stakingfund/ [name='staking-fund']
  9. energies/ [name='energies']
  10. sharestrading/ [name='shares-trading']
  11. agriculturalfund/ [name='agricultural-fund']
  12. nonfarmpayroll/ [name='non-farm-payroll']
  13. renewableenergy/ [name='renewable-energy']
  14. investmentmanagement/ [name='investment-management']
  15. financialservice/ [name='financial-service']
  16. portfoliomanagementservice/ [name='portfolio-management-service']
  17. financialadvising/ [name='financial-advising']
  18. pressrelease/ [name='press-release']
  19. faqs/ [name='faqs']
  20. terms/ [name='terms']
  21. privacy/ [name='privacy']
  22. otherpayment/ [name='otherpayment']
  23. contact/ [name='contact']
  24. main-view/ [name='main-view']
  25. main-view/<str:ref_code>/ [name='main-view']
  26. signin/ [name='signin']
  27. signup/ [name='signup']
  28. dashboard/ [name='dashboard']
  29. plans/ [name='plans']
  30. notifications/ [name='notifications']
  31. admindashboard/ [name='admindashboard']
  32. deposit/ [name='deposit']
  33. withdrawal/ [name='withdrawal']
  34. history/ [name='history']
  35. pending_deposit/ [name='pending_deposit']
  36. pending_withdrawal/ [name='pending_withdrawal']
  37. pending_bonus/ [name='pending_bonus']
  38. completed_transaction/ [name='completed_transaction']
  39. myreferals/ [name='myreferals']
  40. confirm_withdrawal/ [name='confirm_withdrawal']
  41. update_withdrawal/<str:pk>/ [name='update_withdrawal']
  42. decline_wihdrawal/<str:pk>/ [name='decline_wihdrawal']
  43. confirm_deposit/ [name='confirm_deposit']
  44. update_payment/<str:pk>/ [name='update_payment']
  45. account_settings/ [name='account_settings']
  46. create_bonus/ [name='create_bonus']
  47. use_bonus/ [name='use_bonus']
  48. transfer_funds/ [name='transfer_funds']
  49. reset_password/ [name='reset_password']
  50. reset_password_sent/ [name='password_reset_done']
  51. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  52. reset_password_complete/ [name='password_reset_complete']
  53. video_page/ [name='video_page']
  54. reinvest/ [name='reinvest']
  55. logout/ [name='logout']
  56. messageBoard/ [name='messageBoard']
  57. ^images/(?P<path>.*)$

The current path, static/wp-json/oembed/1.0/embed, 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.