Debug toolbar fails to load css and scripts #1289
Unanswered
theS1LV3R
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally from netbox-community/netbox#17158, copied here for easier reading. See discussion there as well.
Note that the debug toolbar loads correctly in a standard installation, docker is the only failing environment.
Deployment Type
Self-hosted
NetBox Version
v4.0.8
Python Version
3.11
Steps to Reproduce
INTERNAL_IPS
to the correct IPs andDEBUG
to true to allow the toolbar to be loadedExpected Behavior
Toolbar loads with correct styling and functionality
Observed Behavior
HTML loads correctly, and requests are made by the browser to load css and js as well, however netbox returns a 404 and fails the loading.
Requests are made to
/static/debug_toolbar/css/toolbar.css
,/static/debug_toolbar/css/print.css
and/static/debug_toolbar/js/toolbar.js
, all three returns the same 404.Beta Was this translation helpful? Give feedback.
All reactions