Page not found (404)

Request Method: GET
Request URL: https://dataone-dev.nkn.uidaho.edu/mn/v2/object

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

  1. ^ ^v1/monitor/ping/?$
  2. ^ ^v1/log/?$
  3. ^ ^v1/?$
  4. ^ ^v1/node/?$
  5. ^ ^v1/object/(.+)$
  6. ^ ^v1/meta/(.+)$
  7. ^ ^v1/checksum/(.+)$
  8. ^ ^v1/object/?$
  9. ^ ^v1/error/?$
  10. ^ ^v1/replica/(.+)/?$
  11. ^ ^v1/isAuthorized/(.+)/?$
  12. ^ ^v1/dirtySystemMetadata/?$
  13. ^ ^v1/generate/?$
  14. ^ ^v1/archive/(.+)/?$
  15. ^ ^v1/replicate/?$
  16. ^ ^home/?$
  17. ^ ^diag/get_replication_queue/?$
  18. ^ ^diag/replicate/(.+)$
  19. ^ ^diag/echo_session/?$
  20. ^ ^diag/echo_request_object/?$
  21. ^ ^diag/echo_raw_post_data/?$
  22. ^ ^diag/?$
  23. ^ ^diag/get_replication_queue/?$
  24. ^ ^diag/clear_replication_queue/?$
  25. ^ ^diag/set_access_policy/(.+?)/?$
  26. ^ ^diag/delete_all_access_policies/?$
  27. ^ ^diag/get_access_policy/(.+?)/?$
  28. ^ ^diag/create/(.+)$
  29. ^ ^diag/slash/(.+?)/(.+?)/(.+?)/?$
  30. ^ ^diag/exception/(.+?)/?$
  31. ^ ^diag/delete_all_objects/?$
  32. ^ ^diag/delete_single_object/(.+?)/?$
  33. ^ ^diag/trusted_subjects/?$
  34. ^ ^diag/permissions_for_object/(.+?)/?$
  35. ^ ^diag/get_setting/(.+)$
  36. ^ ^diag/delete_event_log/?$
  37. ^ ^diag/inject_fictional_event_log/?$

The current URL, v2/object, 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.