Back to Netbox

{% trans "Static Media Failure" %}

netbox/templates/media_failure.html

4.6.91.2 KB
Original Source

{% load static %} {% load i18n %}

{% trans "Static Media Failure - NetBox" %}

{% trans "Static Media Failure" %}

{% trans "The following static media file failed to load" %}: {{ filename }}

{% trans "Check the following" %}:

  • {% blocktrans trimmed with command="manage.py collectstatic" %} {{ command }} was run during the most recent upgrade. This installs the most recent iteration of each static file into the static root path. {% endblocktrans %}

  • {% blocktrans trimmed with docs_url="https://docs.netbox.dev/en/stable/installation/" %} The HTTP service (e.g. nginx or Apache) is configured to serve files from the STATIC_ROOT path. Refer to the installation documentation for further guidance. {% endblocktrans %} {% if request.user.is_superuser %} - STATIC_ROOT: {{ settings.STATIC_ROOT }} {% endif %} - STATIC_URL: {{ settings.STATIC_URL }}

  • {% blocktrans trimmed %} The file {{ filename }} exists in the static root directory and is readable by the HTTP server. {% endblocktrans %}

{% url 'home' as home_url %} {% blocktrans trimmed %} Click here to attempt loading NetBox again. {% endblocktrans %}