Getting a Server Error when I click on 'Contracts' #20707
-
|
Hi, first time caller... I'm getting the following error when I click on 'Contracts' from the menu. My colleague has no issues on their end. Any help is apprectiated : Server Error The complete exception is provided below: <class 'django.core.exceptions.FieldError'> Field 'external_partie_object' does not generate an automatic reverse relation and therefore cannot be used for reverse querying. If it is a GenericForeignKey, consider adding a GenericRelation. Python version: 3.12.11
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
This appears to be an issue with the netbox-contract plugin. I suggest raising your issue there for assistance. |
Beta Was this translation helpful? Give feedback.

Even though this surfaces in a plugin view, a common cause is a stale custom table configuration that still references a field that was renamed or removed (for example, after an upgrade).
Try this:
Docs for reference: User preferences → Table configurations