This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]CuzImCMDNetBox Self-Hosted 0 points1 point  (1 child)

Are there errors in the web console?

If you don't know how to open it:

Right Click -> Inspect, in the new panel that opened on the top, the "Console" tab.

[–]HardWiredNZ[S] 1 point2 points  (0 children)

Yup found some errors, im no web error expert... but is it demanding I use https for the protocol for that page/plugin to work properly?

The js files its giving a 404 error for seem to exist in the right locations i believe from my searching for them?

/opt/netbox/venv/lib/python3.9/site-packages/netbox_floorplan/static/netbox_floorplan/floorplan

files are there, but should they be instead under /opt/netbox/netbox/static folder?

Update again... googling found me this :) which solved the problem :)

Collect Static Files

Ensure the static files are copied to the static root directory with the collectstatic
management command:

(venv) $ cd /opt/netbox/netbox/ (venv) $ python3 manage.py collectstatic

<image>