Page not found (404)

Request Method: GET
Request URL: https://financiering.stg.zonnepanelendelen.nl/nl/cases/paprikabedrijf-oostland-company/
Raised by: wagtail.core.views.serve

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

  1. django-admin/
  2. users/
  3. accounts/
  4. sentry-debug/
  5. grappelli/
  6. cms/
  7. documents/
  8. sitemap.xml
  9. 404.xml
  10. calculators/
  11. swagger<format>.json [name='schema-json']
  12. swagger/ [name='schema-swagger-ui']
  13. redoc/ [name='schema-redoc']
  14. nl/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  15. nl/ _util/login/ [name='wagtailcore_login']
  16. nl/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, nl/cases/paprikabedrijf-oostland-company/, matched the last one.

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.