Plugin Issue - netbox-topology-views and v4.0.2 / 4.0.8 #17110
Replies: 2 comments 7 replies
-
Hi, this doesn't look like a plugin issue, more likely a custom filed on your VPN model. |
Beta Was this translation helpful? Give feedback.
1 reply
-
What version of postgres are you running? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add the network-topology-views plugin, however during the migrate phase I am seeing the below issue:
SystemCheckError: System check identified some issues:
ERRORS:
vpn.IKEPolicy.mode: (fields.E120) CharFields must define a 'max_length' attribute.
vpn.IKEProposal.authentication_algorithm: (fields.E120) CharFields must define a 'max_length' attribute.
vpn.IKEProposal.authentication_method: (fields.E120) CharFields must define a 'max_length' attribute.
vpn.IKEProposal.encryption_algorithm: (fields.E120) CharFields must define a 'max_length' attribute.
vpn.IPSecProfile.mode: (fields.E120) CharFields must define a 'max_length' attribute.
vpn.IPSecProposal.authentication_algorithm: (fields.E120) CharFields must define a 'max_length' attribute.
vpn.IPSecProposal.encryption_algorithm: (fields.E120) CharFields must define a 'max_length' attribute.
I have tried this on version 4.0.2 and 4.0.8, and have the same issue on both versions
Beta Was this translation helpful? Give feedback.
All reactions