Replies: 3 comments
-
Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v3.2.2. Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data. |
Beta Was this translation helpful? Give feedback.
-
Moving this to a discussion as the error indicates a configuration issue, not a bug. |
Beta Was this translation helpful? Give feedback.
-
Your first step should be to start over with the original migration files. There is no need to modify any of them. If you encounter an issue applying database migrations, you'll need to determine the cause before proceeding. |
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.
-
NetBox version
3.2
Python version
3.9
Steps to Reproduce
Expected Behavior
requirements.txt
Expect static files to be loaded when I run the server.
Observed Behavior
runed server locally, completed manage.py collectstatic command which created static folder in root. When I run the server and go to homepage also some others endpoint get result shown on the screenshot

. It seams that the folder **dist** is not seen by the server as it can not fin files specifically in this folder. It also seams that those files are expected to be in static root , but that did not work as well. Static files to the APIs that are using UI from rest framework or django admin (other folders in static folder) are working. It did work smoothly with older Netbox version.Beta Was this translation helpful? Give feedback.
All reactions