Keywordlookup not working #11436

Closed
opened 2025-12-29 21:45:12 +01:00 by adam · 4 comments
Owner

Originally created by @hagen-bauer-regioit on GitHub (Aug 1, 2025).

Deployment Type

Self-hosted

NetBox Version

v4.3.5

Python Version

3.11

Steps to Reproduce

I am running Netbox with LDAP Authentication. When I want to create a new Device and get the Devicerole the dialogbox is empty. In the Webserver log I can see that the request is done unauthenticated

xxxx - hagen.bauer@regioit.de [01/Aug/2025:12:07:31 +0200] "GET /static/Inter-Medium-JV63DMR7.woff2?v=3.18 HTTP/1.1" 200 105616 xxxx - - [01/Aug/2025:12:08:22 +0200] "GET /api/dcim/device-types/?brief=true&limit=100 HTTP/1.1" 403 33 xxxx - - [01/Aug/2025:12:08:51 +0200] "GET /api/dcim/device-roles/?brief=true&limit=100 HTTP/1.1" 403 33
This also applies to other diaglogboxes that should display keywords.

xxxx - - [01/Aug/2025:12:10:22 +0200] "GET /api/tenancy/tenants/?brief=true&group_id=1&limit=100 HTTP/1.1" 403 33 xxxx - - [01/Aug/2025:12:10:26 +0200] "GET /api/tenancy/tenant-groups/?brief=true&limit=100 HTTP/1.1" 403 33 xxxx - - [01/Aug/2025:12:10:51 +0200] "GET /api/dcim/sites/?brief=true&limit=100 HTTP/1.1" 403 33

Expected Behavior

The dialog box should display the correct values

Observed Behavior

Dialogbox is empty

Originally created by @hagen-bauer-regioit on GitHub (Aug 1, 2025). ### Deployment Type Self-hosted ### NetBox Version v4.3.5 ### Python Version 3.11 ### Steps to Reproduce I am running Netbox with LDAP Authentication. When I want to create a new Device and get the Devicerole the dialogbox is empty. In the Webserver log I can see that the request is done unauthenticated `xxxx - hagen.bauer@regioit.de [01/Aug/2025:12:07:31 +0200] "GET /static/Inter-Medium-JV63DMR7.woff2?v=3.18 HTTP/1.1" 200 105616 xxxx - - [01/Aug/2025:12:08:22 +0200] "GET /api/dcim/device-types/?brief=true&limit=100 HTTP/1.1" 403 33 xxxx - - [01/Aug/2025:12:08:51 +0200] "GET /api/dcim/device-roles/?brief=true&limit=100 HTTP/1.1" 403 33 ` This also applies to other diaglogboxes that should display keywords. ` xxxx - - [01/Aug/2025:12:10:22 +0200] "GET /api/tenancy/tenants/?brief=true&group_id=1&limit=100 HTTP/1.1" 403 33 xxxx - - [01/Aug/2025:12:10:26 +0200] "GET /api/tenancy/tenant-groups/?brief=true&limit=100 HTTP/1.1" 403 33 xxxx - - [01/Aug/2025:12:10:51 +0200] "GET /api/dcim/sites/?brief=true&limit=100 HTTP/1.1" 403 33 ` ### Expected Behavior The dialog box should display the correct values ### Observed Behavior Dialogbox is empty
adam added the type: bug label 2025-12-29 21:45:12 +01:00
adam closed this issue 2025-12-29 21:45:12 +01:00
Author
Owner

@hagen-bauer-regioit commented on GitHub (Aug 1, 2025):

This happens with Microsoft Edge. Firefox is working fine

@hagen-bauer-regioit commented on GitHub (Aug 1, 2025): This happens with Microsoft Edge. Firefox is working fine
Author
Owner

@jnovinger commented on GitHub (Aug 1, 2025):

Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior.

The symptoms you're describing (403 errors on API endpoints for authenticated users) suggest this may be related to your specific LDAP configuration or environment setup rather than a bug in NetBox itself. If this were a NetBox bug, we would typically expect to see similar reports from other users with LDAP configurations.

Each bug report must include detailed steps to reproduce the issue starting from a vanilla NetBox installation. However, given that reproducing this would likely require replicating your specific LDAP setup, this issue may be better suited for https://github.com/netbox-community/netbox/discussions/categories/help-wanted where the community can provide configuration and troubleshooting assistance.

The bug tracker is intended for reproducible defects in NetBox's code, not for configuration or deployment support. If you can provide detailed reproduction steps that can be followed on a standard NetBox installation, please update this issue with those details. Otherwise, we recommend seeking help through GitHub Discussions.

@jnovinger commented on GitHub (Aug 1, 2025): Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. The symptoms you're describing (403 errors on API endpoints for authenticated users) suggest this may be related to your specific LDAP configuration or environment setup rather than a bug in NetBox itself. If this were a NetBox bug, we would typically expect to see similar reports from other users with LDAP configurations. Each bug report must include detailed steps to reproduce the issue starting from a vanilla NetBox installation. However, given that reproducing this would likely require replicating your specific LDAP setup, this issue may be better suited for https://github.com/netbox-community/netbox/discussions/categories/help-wanted where the community can provide configuration and troubleshooting assistance. The bug tracker is intended for reproducible defects in NetBox's code, not for configuration or deployment support. If you can provide detailed reproduction steps that can be followed on a standard NetBox installation, please update this issue with those details. Otherwise, we recommend seeking help through GitHub Discussions.
Author
Owner

@github-actions[bot] commented on GitHub (Aug 9, 2025):

This is a reminder that additional information is needed in order to further triage this issue. If the requested details are not provided, the issue will soon be closed automatically.

@github-actions[bot] commented on GitHub (Aug 9, 2025): This is a reminder that additional information is needed in order to further triage this issue. If the requested details are not provided, the issue will soon be closed automatically.
Author
Owner

@hagen-bauer-regioit commented on GitHub (Aug 13, 2025):

you can close this issue. I can work.

@hagen-bauer-regioit commented on GitHub (Aug 13, 2025): you can close this issue. I can work.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11436