-
Upgraded my main instance of netbox from 3.0.11 to 3.1.1 and was working fine for a while but then displayed the following after progressing through the login page: Server Error The complete exception is provided below: <class 'AttributeError'> 'NoneType' object has no attribute '_base_manager' Python version: 3.8.10 Attempted the same upgrade from 3.0.9 to 3.1.1 on my lab instance and hit the same issue. Further logs: Internal Server Error: / During handling of the above exception, another exception occurred: Traceback (most recent call last): Anyone seen similar and has an idea of a fix? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Do you have any plugins installed? I saw the same failure when I upgraded an installation which had the netbox-bgp plugin installed. I had to delete all ObjectChanges referencing the netbox-bgp plugin. |
Beta Was this translation helpful? Give feedback.
-
Yeah the plugin was the issue. Been running the onboarding plugin but hadn't installed. Caused issues because I'd run some plugin tasks just prior to upgrade and they were appearing in the Change Log table on the front page. A reload of the plugin fixed it. Cheers for the pointer. |
Beta Was this translation helpful? Give feedback.
Do you have any plugins installed? I saw the same failure when I upgraded an installation which had the netbox-bgp plugin installed. I had to delete all ObjectChanges referencing the netbox-bgp plugin.