Description
Deployment Type
Self-hosted
NetBox Version
v4.3.0
Python Version
3.12
Steps to Reproduce
- Click on "Circuits"
- Click on circuit-terminations or via link http://host/circuits/circuit-terminations/
- Face error page
Expected Behavior
When navigating to the /circuits/circuit-terminations/ page as any user, the page should load successfully and display the list of circuit terminations without error — regardless of which user is logged in.
Observed Behavior
"Field 'termination' does not generate an automatic reverse relation and therefore cannot be used for reverse querying. If it is a GenericForeignKey, consider adding a GenericRelation."
When I navigate to /circuits/circuit-terminations/, the page throws a server error only for one specific user. If I login using another account, the page works normally without error.
What I Tried
- Cleared browser cache and session cookies
- Compared access permissions – both users are staff users with similar roles
- Reproduced consistently on Docker restart
- Upgraded to NetBox 4.3.0 – issue still exists