SystemCheckError: System check identified some issues error. Prevents develop branch from starting. #594

Closed
opened 2025-12-29 16:23:39 +01:00 by adam · 1 comment
Owner

Originally created by @linuxsimba on GitHub (Dec 29, 2016).

Built the latest netbox version in the develop branch. Received the following error on bootup

netbox             | ERRORS:
netbox             | ?: debug_toolbar.middleware.DebugToolbarMiddleware is missing from MIDDLEWARE.
netbox             | 	HINT: Add debug_toolbar.middleware.DebugToolbarMiddleware to MIDDLEWARE.
netbox             | SystemCheckError: System check identified some issues:
netbox      

Added 'debug_toolbar.middleware.DebugToolbarMiddleware to netbox/netbox/settings.py MIDDLEWARE variable, and this resolved the issue.

Not sure if its a bug. Not a Django expert.

Originally created by @linuxsimba on GitHub (Dec 29, 2016). Built the latest netbox version in the develop branch. Received the following error on bootup ``` netbox | ERRORS: netbox | ?: debug_toolbar.middleware.DebugToolbarMiddleware is missing from MIDDLEWARE. netbox | HINT: Add debug_toolbar.middleware.DebugToolbarMiddleware to MIDDLEWARE. netbox | SystemCheckError: System check identified some issues: netbox ``` Added ``'debug_toolbar.middleware.DebugToolbarMiddleware`` to netbox/netbox/settings.py MIDDLEWARE variable, and this resolved the issue. Not sure if its a bug. Not a Django expert.
adam added the type: bug label 2025-12-29 16:23:39 +01:00
adam closed this issue 2025-12-29 16:23:39 +01:00
Author
Owner

@jeremystretch commented on GitHub (Dec 29, 2016):

Easy fix. Thanks for the report!

@jeremystretch commented on GitHub (Dec 29, 2016): Easy fix. Thanks for the report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#594