nextbox-ui-plugin icon indicating copy to clipboard operation
nextbox-ui-plugin copied to clipboard

Error in database migration

Open NaveenReddy198 opened this issue 1 year ago • 4 comments

Hii Team , Iam using Netbox version 3.6.5 and on top of that i wanted to use nextbox-ui-plugin .I have installed it . While running below command (venv) $ python3 manage.py migrate Iam getting below errors ERRORS: nextbox_ui_plugin.SavedTopology.created_by: (fields.E300) Field defines a relation with model 'users.AdminUser', which is either not installed, or is abstract. nextbox_ui_plugin.SavedTopology.created_by: (fields.E307) The field nextbox_ui_plugin.SavedTopology.created_by was declared with a lazy reference to 'users.adminuser', but app 'users' doesn't provide model 'adminuser'. Can anyone help me with this ?

NaveenReddy198 avatar Jan 02 '24 15:01 NaveenReddy198

Unfortunately, this plugin is not supported on NetBox 3.6 and above. Probably because NextUI stopped being updated. I do really hope that the maintainers of this plugin will bring this back as it was best topology tool.

bogdancordos avatar Jan 03 '24 10:01 bogdancordos

Same issue for me sadly

TheGuardianLight avatar Jan 25 '24 10:01 TheGuardianLight

It seems that development of this plugin has stalled or is dead. Maybe mattieserver/netbox-topology-views could be an alternative See also: https://github.com/iDebugAll/nextbox-ui-plugin/issues/137

litebito avatar Feb 15 '24 08:02 litebito

Thanks everyone for you patience. I've just released a compatibility fix for NetBox 3.6, 3.7, and newly released 4.0.

iDebugAll avatar Jun 08 '24 20:06 iDebugAll