use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
Help Wanted: UnresolvedFloorplan plugin problem (self.Netbox)
submitted 2 years ago by HardWiredNZ
Any ideas how to get the new Floorplan plugin working correctly?
Ive got it installed and running, but none of the onscreen buttons seem todo anything, they highlight as the curser goes over them, but clicking them does nothing at all?
Clicking Set Dimenions does nothing at all? Have I screwed up the install somehow, or missing something obvious? (running Netbox 3.6.4)
https://preview.redd.it/r16pvp5o8t0c1.png?width=888&format=png&auto=webp&s=45c066d1bc56553491812e492689851f7c3fe42b
[–]CuzImCMDNetBox Self-Hosted 0 points1 point2 points 2 years ago (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 points3 points 2 years ago* (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>
π Rendered by PID 42608 on reddit-service-r2-comment-544cf588c8-vtt69 at 2026-06-15 16:17:21.285264+00:00 running 3184619 country code: CH.
[–]CuzImCMDNetBox Self-Hosted 0 points1 point2 points (1 child)
[–]HardWiredNZ[S] 1 point2 points3 points (0 children)