Unable to create new Site in 4.3.0 #19462
-
When adding a new Site in 4.3.0 I get the following error
Click on Site in Organization Section, Click + Add and just add Name (auto populate Slug) and click Create. Same happens when trying to add a Site Group
However when adding a Site Group as part of creating a new Site the Site Group is created. Creation of the Site still fails with the same error as above. It seems the Site / Site Groups are created (according to the Log) it looks like display issue |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Daniel, Thanks for sharing the details. The issue you're encountering does not appear to occur in a vanilla NetBox 4.3.0 instance, so it's likely related to one of the installed plugins. It's worth noting that some of the plugins you're using—such as To help isolate the issue, I recommend temporarily disabling all third-party plugins and then trying to create a Site or Site Group again. If the problem goes away, you can re-enable the plugins one by one to identify the culprit. Another potential cause could be a saved table configuration (per-user) referencing a field or column that has been removed or renamed in the new version. If that's the case, clearing your custom table configuration via the UI might resolve the issue. Let us know how it goes! |
Beta Was this translation helpful? Give feedback.
-
Thank you for the assist it was caused by the plugin: netbox_documents |
Beta Was this translation helpful? Give feedback.
Thank you for the assist it was caused by the plugin: netbox_documents
The error is still present in 4.3.1 when netbox_documents is enabled