Page not found (404)

Request Method: GET
Request URL: https://icare.sanita.toscana.it/bn/%25E0%25A6%25B8%25E0%25A6%2595%25E0%25A6%25B0%25E0%25A6%25AF-%25E0%25A6%25AF%25E0%25A6%25A4%25E0%25A6%25B0%25E0%25A6%25AA%25E0%25A6%25A5%25E0%25A6%2597%25E0%25A6%25B2/?area_vasta=8

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

  1. django-admin/
  2. admin/
  3. documents/
  4. ^static/(?P<path>.*)$
  5. ^media/(?P<path>.*)$
  6. bn/ search/ [name='search']
  7. bn/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  8. bn/ _util/login/ [name='wagtailcore_login']
  9. bn/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, bn/%E0%A6%B8%E0%A6%95%E0%A6%B0%E0%A6%AF-%E0%A6%AF%E0%A6%A4%E0%A6%B0%E0%A6%AA%E0%A6%A5%E0%A6%97%E0%A6%B2/, 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.