Describe the bug
When updating a cluster config mapField value from Helix UI, helix-rest returns a 500 Internal Server Error response.
To Reproduce
- in Helix UI, visit the cluster config page
- open the network tab of the browser dev tools
- Click the lock to unlock the fields and enter edit mode
- locate a Map Field and edit its value
- notice the 500 error from helix-rest in the browser dev tools network tab
Expected behavior
The POST request to update the config should succeed and helix-rest should respond with a 200.