Attempting to edit the "Allowed IPs" field on the "Node Details" page in the UI always fails, with a JSON unmarshalling error from netmaker-server:
{"Code":400,"Message":"json: cannot unmarshal string into Go struct field Node.allowedips of type []string"}
The UI is serializing this field as a string rather than an array for any number of IPs entered into the field. If I manually edit and re-send the XHR request to have the field serialized as an array, it works.
This is on v0.9.0
Attempting to edit the "Allowed IPs" field on the "Node Details" page in the UI always fails, with a JSON unmarshalling error from
netmaker-server
:The UI is serializing this field as a string rather than an array for any number of IPs entered into the field. If I manually edit and re-send the XHR request to have the field serialized as an array, it works.