Issue After Upgrading Netbox from 2.9.4 to 3.6.5. #8836

Closed
opened 2025-12-29 20:41:54 +01:00 by adam · 0 comments
Owner

Originally created by @petrospetrou1995 on GitHub (Nov 14, 2023).

NetBox version

v2.9.4

Python version

3.8

Steps to Reproduce

Using Clone from the Git Repository Netbox installation.

Using command sudo ./upgrade.shthe

Expected Behavior

Static Media Failure
The following static media file failed to load: netbox-print.css

Check the following:

manage.py collectstatic was run during the most recent upgrade. This installs the most recent iteration of each static file into the static root path.
The HTTP service (e.g. nginx or Apache) is configured to serve files from the STATIC_ROOT path. Refer to [the installation documentation](https://netbox.readthedocs.io/en/stable/installation/) for further guidance.
    STATIC_URL: /netbox/static/
The file netbox-print.css exists in the static root directory and is readable by the HTTP process.

Click here to attempt loading NetBox again.
nginx.conf

Observed Behavior

Page not loading

Originally created by @petrospetrou1995 on GitHub (Nov 14, 2023). ### NetBox version v2.9.4 ### Python version 3.8 ### Steps to Reproduce Using Clone from the Git Repository Netbox installation. Using command sudo ./upgrade.shthe ### Expected Behavior Static Media Failure The following static media file failed to load: [netbox-print.css](https://netbox.myFQDN.here/netbox/static/netbox-print.css) Check the following: manage.py collectstatic was run during the most recent upgrade. This installs the most recent iteration of each static file into the static root path. The HTTP service (e.g. nginx or Apache) is configured to serve files from the STATIC_ROOT path. Refer to [the installation documentation](https://netbox.readthedocs.io/en/stable/installation/) for further guidance. STATIC_URL: /netbox/static/ The file netbox-print.css exists in the static root directory and is readable by the HTTP process. Click [here](https://netbox.myFQDN.here/netbox/) to attempt loading NetBox again. nginx.conf ### Observed Behavior Page not loading
adam closed this issue 2025-12-29 20:41:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8836