AttributeError: 'AnonymousUser' object has no attribute 'config' #3647

Closed
opened 2025-12-29 18:30:20 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (May 7, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.8.2

Steps to Reproduce

  1. Disable any installed plugins by commenting out the PLUGINS setting in
    configuration.py.
  2. View any object list as a non-authenticated user

Expected Behavior

The view should render normally.

Observed Behavior

An AttributeError exception is raised.

Originally created by @jeremystretch on GitHub (May 7, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.8.2 ### Steps to Reproduce 1. Disable any installed plugins by commenting out the `PLUGINS` setting in `configuration.py`. 2. View any object list as a non-authenticated user ### Expected Behavior The view should render normally. ### Observed Behavior An AttributeError exception is raised.
adam added the type: bugstatus: accepted labels 2025-12-29 18:30:20 +01:00
adam closed this issue 2025-12-29 18:30:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3647