Can't add a new config_context in Netbox #12445
-
I don't use config contexts in Netbox. When I tried to create for the first time, i get this error:
Can you help me? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Works for me (3.4.10), so the first step would be to upgrade to 3.4.10 in case this is an already-fixed bug. If it still breaks with 3.4.10, then show a screenshot of exactly what you're entering to create the config context, and get a copy-pasteable backtrace (by setting DEBUG=True in configuration.py) |
Beta Was this translation helpful? Give feedback.
The
data_path
field was introduced in v3.5.0. You appear to be running v3.4.2 with a v3.5.0 database schema, somehow.