server error when opening ipam/ip-addresses/ #12670
-
Hi
OS:Ubuntu 20.04 server Installation type:VM on esxi Server ErrorThere was a problem with your request. Please contact an administrator. The complete exception is provided below:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Search the archives: https://github.com/netbox-community/netbox/discussions?discussions_q=%27NoneType%27+object+has+no+attribute+%27get_absolute_url%27 This is a known problem where an IP Address gets into a state where it references a null object id but a non-null object type. There is a custom script which should fix it for you here: |
Beta Was this translation helpful? Give feedback.
Search the archives: https://github.com/netbox-community/netbox/discussions?discussions_q=%27NoneType%27+object+has+no+attribute+%27get_absolute_url%27
This is a known problem where an IP Address gets into a state where it references a null object id but a non-null object type.
There is a custom script which should fix it for you here:
https://github.com/netbox-community/customizations/pull/85/files