Replies: 2 comments 3 replies
-
Fixed it with changing the file: try: |
Beta Was this translation helpful? Give feedback.
-
If that is indeed the issue, per the issue comment
I would suggest you go through the AD users being imported into netbox and see if there are any invalid email addresses and fix the AD user. Then there is no issue with altering Django code base. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After successful upgrade i enabled ldap auth. Then installed djnago ldap with pip3 install django-auth-ldap. But now when i browse to it seems the front end is broken. All i get is error below
<class 'AttributeError'>
'NoneType' object has no attribute '_base_manager'
Python version: 3.7.5
NetBox version: 3.0.1
I have been googling and found a similar issue here #5515 but it is closed without solution. If anyone has any ideas that would be great.
Beta Was this translation helpful? Give feedback.
All reactions