netbox does not fetch field information #6564

Closed
opened 2025-12-29 19:42:24 +01:00 by adam · 1 comment
Owner

Originally created by @rdzanotto on GitHub (Jun 14, 2022).

NetBox version

v3.2.4

Python version

3.9

Steps to Reproduce

Virtual machines cannot be associated with tenets. When adding a new machine it is not possible to add it to a tenant. There is also no role to be associated, nor a field to create a role (ex: srv, end point, etc)

Expected Behavior

Tenat/role field to bring information from the environment

Observed Behavior

no information is shown

Originally created by @rdzanotto on GitHub (Jun 14, 2022). ### NetBox version v3.2.4 ### Python version 3.9 ### Steps to Reproduce Virtual machines cannot be associated with tenets. When adding a new machine it is not possible to add it to a tenant. There is also no role to be associated, nor a field to create a role (ex: srv, end point, etc) ### Expected Behavior Tenat/role field to bring information from the environment ### Observed Behavior no information is shown
adam added the type: bug label 2025-12-29 19:42:24 +01:00
adam closed this issue 2025-12-29 19:42:25 +01:00
Author
Owner

@rdzanotto commented on GitHub (Jun 14, 2022):

the following apache configuration was causing the problem

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
@rdzanotto commented on GitHub (Jun 14, 2022): the following apache configuration was causing the problem <IfModule mod_headers.c> Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure </IfModule>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6564