netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.71k stars 2.53k forks source link

Current Cofig page leading to AttributeError #13622

Closed Pythbit closed 1 year ago

Pythbit commented 1 year ago

NetBox version

v3.6.0

Python version

3.10

Steps to Reproduce

  1. Navigate to Admin > Configuration > Current Config

Expected Behavior

Not to be returned a server error

Observed Behavior

Page returns HTTP 500 with:

<class 'AttributeError'>

'NoneType' object has no attribute '_meta'

Python version: 3.10.12
Netbox version: 3.6.0
Plugins: None installed
illgetmine16 commented 1 year ago

Should this have fixed the docker image as well? I just updated and getting the error on there.

jeremystretch commented 1 year ago

@illgetmine16 this hasn't even been released yet. It will be included in NetBox v3.6.1.

illgetmine16 commented 1 year ago

Oh, alright. Thank you!