Page not found (404)

Request Method: GET
Request URL: https://lists.resf.org/accounts/keycloak/login/?process=login&next=%2Farchives%2Flist%2Frocky-de%40lists.resf.org%2F

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

  1. ^$
  2. ^postorius/
  3. ^hyperkitty/
  4. ^user-profile/delete$ [name='mm_user_account_delete']
  5. ^user-profile/$ [name='mm_user_profile']
  6. ^accounts/ signup/ [name='account_signup']
  7. ^accounts/ login/ [name='account_login']
  8. ^accounts/ logout/ [name='account_logout']
  9. ^accounts/ password/change/ [name='account_change_password']
  10. ^accounts/ password/set/ [name='account_set_password']
  11. ^accounts/ inactive/ [name='account_inactive']
  12. ^accounts/ email/ [name='account_email']
  13. ^accounts/ confirm-email/ [name='account_email_verification_sent']
  14. ^accounts/ ^confirm-email/(?P<key>[-:\w]+)/$ [name='account_confirm_email']
  15. ^accounts/ password/reset/ [name='account_reset_password']
  16. ^accounts/ password/reset/done/ [name='account_reset_password_done']
  17. ^accounts/ ^password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$ [name='account_reset_password_from_key']
  18. ^accounts/ password/reset/key/done/ [name='account_reset_password_from_key_done']
  19. ^accounts/ social/
  20. ^accounts/ openid_connect/
  21. ^admin/
  22. ^mailman3/
  23. ^archives/

The current path, accounts/keycloak/login/, 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.