Cannot view changelog after upgrade from v3.0.8 to v3.1.6 and postgresql upgrade from 9.5 to 10.0 #8418
Unanswered
michael-edobor
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I just noticed something ODD. I am able to view this same page on this exact netbox instance with a different superuser account. There are no permissions to restrict access to the changelog view so it is quite strange that this is happening |
Beta Was this translation helpful? Give feedback.
3 replies
-
I've opened #8425 as a bug report to capture this as a reproducible error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
v3.1.6
Python version
3.9
Steps to Reproduce
https://{my_domain_name}/extras/changelog/
Expected Behavior
I should be able to view all changelogs as I could before the upgrade. It was working before my upgrade.
Observed Behavior
An AttributeError is raised.
<class 'AttributeError'>
'NoneType' object has no attribute '_base_manager'
Python version: 3.9.4

NetBox version: 3.1.6
Beta Was this translation helpful? Give feedback.
All reactions