Error after Installation ( newby to Linux and Netbox) #649
Replies: 4 comments 1 reply
-
hi, add this |
Beta Was this translation helpful? Give feedback.
-
I have added the DEBUG = True & DEVELOPER = True in the /opt/netbox/netbox/netbox/configuration file.py. Rebooted the VM after doing the sudo systemctl restart netbox. I get the same error message |
Beta Was this translation helpful? Give feedback.
-
Try adding it to the very bottom of the file and migrating it. There is no description in the instructions. python 3 manage.py Reschedule. manage.py lie down /opt/netbox/netbox/manage.py |
Beta Was this translation helpful? Give feedback.
-
It is very unlikely that this is a bug. Therfore, I converted the issue into a discussion. The error message states clearly that your database is missing some tables. This is usually a result of the migrations not having been applied (manage.py migrate). Please double check that you carefully followed the docs: https://github.com/netbox-community/netbox-topology-views?tab=readme-ov-file#install
This is neither necessary nor helpful in this specific scenario. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
v4.3.0
Topology Views version
v4.3.0
Steps to Reproduce
After I installed the Topology from within Nextbox --> plugins and followed the steps to install it ( this is my first time doing Linux and netbox)
I'm able to see the new section in my netbox but once I click on it I get this error:
Image
I’m not sure how to troubleshoot this.
I'm running ubunto 22.04 on my VSphere ESXI from work. I have check the prerequeset and mach all of them. not sure what is wrong.
Expected Behavior
should work
Observed Behavior
I get an error message
Beta Was this translation helpful? Give feedback.
All reactions