Replies: 2 comments 3 replies
-
Netbox version? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Also set: EXEMPT_VIEW_PERMISSIONS = ['*'] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have LOGIN_REQUIRED set to the default value of False. According to the docs (quoted below), I should be able to access most data in Netbox. But I don't see how to do that. Any webpage I try to access redirect me to
/login
, and all the API endpoints (e.g./api/dcim/devices/
return 403 forbidden. I tried changing this setting to True and I don't notice any difference in behavior.Beta Was this translation helpful? Give feedback.
All reactions