NetBox no longer working after update from 3.4.10 to 3.5.0 #13192
-
Hello everyone, I have tried updating my testing environment from 3.4.10 to 3.5.0 but when trying to access NetBox after running the upgrade script, I am met with the following error message:
Could anyone help me out here? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should go straight for 3.5.6 - that rolls up a bunch of bug fixes. My guess is that you are being caught out by the new dashboard and the widget which makes outbound connections to download a list of Netbox news items. When introduced, this broke people in environments where the Netbox server is not allowed to make outbound connections, but fixes were made in later versions of v3.5.x so that this wouldn't stop Netbox from running. If that's not it, then get a full backtrace (either set |
Beta Was this translation helpful? Give feedback.
You should go straight for 3.5.6 - that rolls up a bunch of bug fixes.
My guess is that you are being caught out by the new dashboard and the widget which makes outbound connections to download a list of Netbox news items. When introduced, this broke people in environments where the Netbox server is not allowed to make outbound connections, but fixes were made in later versions of v3.5.x so that this wouldn't stop Netbox from running.
If that's not it, then get a full backtrace (either set
ADMINS
andEMAIL
in configuration.py, or setDEBUG=True
to get it via the web interface)