Page not found (404)

Request Method: GET
Request URL: http://galera.informatik.privat:8902/public/build/6029.0549a3fcb50e73c4b256.js

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

  1. ^admin/
  2. ^ api/backends/ [name='backend-list']
  3. ^ api/backends/<slug:slug>/ [name='backend-detail']
  4. ^ api/link/<str:identifier>/ [name='link-detail']
  5. ^ ^(?P<backend>[A-Za-z0-9\+@:()%\-_]*)(/(?P<short>[A-Za-z0-9]{6})?)?$ [name='index']
  6. ^ ^api/share$ [name='shareLink']
  7. ^ ^api/warmup/(?P<backend>[^/]+)/(?P<target>[a-zA-Z0-9_-]+)$ [name='warmup']
  8. ^ ^api/examples/(?P<backend>[^/]+)$ [name='examples']
  9. ^ ^api/prefixes/(?P<backend>[^/]+)$ [name='prefixes']
  10. ^ ^api/config/(?P<backend>[^/]+)$ [name='config']
  11. ^static/(?P<path>.*)$

The current path, public/build/6029.0549a3fcb50e73c4b256.js, 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.