Page not found (404)

Page is not “last”, nor can it be converted to an int.
Request Method: GET
Request URL: https://apis.acdh.oeaw.ac.at/search/?selected_facets=place_of_birth_exact%3AKlagenfurt&selected_facets=profession_exact%3AReligionen+und+Theologie&selected_facets=career_exact%3AHandels-+und+Gewerbekammer+Triest&selected_facets=profession_exact%3ALiteratur%2C+Buch-+und+Zeitungswesen+%3E%3E+Schriftsteller&selected_facets=place_of_death_exact%3AGraz&selected_facets=profession_exact%3ALiteratur%2C+Buch-+und+Zeitungswesen&page=1%20%3E%3E%20Journalist&selected_facets=profession_exact:Geisteswissenschaft&selected_facets=career_exact:%C3%96sterreichische%20Marine-Zeitschrift&selected_facets=career_exact:Triester%20Zeitung
Raised by: theme.views.SearchView

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

  1. apis/
  2. api-auth/
  3. entity/<int:pk>/ [name='GetEntityGenericRoot']
  4. admin/
  5. info/
  6. webpage/
  7. [name='start']
  8. imprint/ [name='imprint']
  9. about/ [name='about']
  10. contact/ [name='contact']
  11. expert-search/ [name='expert-search']
  12. search/ [name='search']

The current path, search/, 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.