Netbox Instalations #13355
Replies: 1 comment 5 replies
-
Since you just asked question #13356 about plugin development, does this mean you have successfully completed your Netbox install now? If not, then I suggest you fix this before trying to develop plugins.
The last step of that page is to test the application in development mode - did you do that, and did it work? If so, your problem is probably something with your http server. Review that page for more info. You haven't said whether you're using Apache or Nginx, but it's likely the problem lies there. It could be a config error or a permissions error. With RedHat-derived OSes it could also be SELinux. You may get some clues from your webserver logfile, or from the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ! I'm trying to install Netbox but i got a problem with it.
I got this :
"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 for further guidance.
STATIC_URL: /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."
I don't why i have this because i was following the tuto here : https://docs.netbox.dev/en/stable/installation/3-netbox/
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions