Page not found (404)

Request Method: GET
Request URL: https://fit.boritsch.de/no/user/login?next=/de/workout/schedule/overview

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

  1. en/
  2. robots.txt [name='robots']
  3. api/v2/exercise/search/ [name='exercise-search']
  4. api/v2/ingredient/search/ [name='ingredient-search']
  5. api/v2/
  6. api/v2/login/ [name='api_user']
  7. api/v2/register/ [name='api_register']
  8. api/v2/token/ [name='token_obtain_pair']
  9. api/v2/token/refresh/ [name='token_refresh']
  10. api/v2/token/verify/ [name='token_verify']
  11. api/v2/version/ [name='app_version']
  12. api/v2/check-permission/ [name='permission']
  13. api/v2/min-app-version/ [name='min_app_version']
  14. api/v2/schema [name='schema']
  15. api/v2/schema/ui [name='api-swagger-ui']
  16. api/v2/schema/redoc [name='api-redoc']
  17. email/

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