Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.3
Python Version
3.12
Steps to Reproduce
upgrade from Docker image v4.1.4 to v4.3.3
results in home page showing
<class 'TypeError'>
argument of type 'NoneType' is not iterable
Python version: 3.12.3
NetBox version: 4.3.3-Docker-3.3.0
Plugins: None installed
Expected Behavior
For the home page to work
Observed Behavior
in debug i get
argument of type 'NoneType' is not iterable
Request Method: | GET |
---|---|
https://netbox.REMOVED/ | |
5.2.3 | |
TypeError | |
argument of type 'NoneType' is not iterable | |
/opt/netbox/netbox/utilities/proxy.py, line 34, in route | |
netbox.views.misc.HomeView | |
/opt/netbox/venv/bin/python | |
3.12.3 | |
['/opt/netbox/netbox/', '/usr/lib/python312.zip', '/usr/lib/python3.12', '/usr/lib/python3.12/lib-dynload', '/opt/netbox/venv/lib/python3.12/site-packages'] | |
Tue, 08 Jul 2025 14:34:32 +0000 |
Error during template rendering
In template /opt/netbox/netbox/templates/extras/dashboard/widget.html, error at line 43
42
43 {% render_widget widget %}