Error thrown when creating documents from write nodes when NoList is selected
This is because the API endpoints don't match quite well:
requires JSON of type: {"type": "NoList", "makeList" :: bool}
however the frontend sends only {"type": "NoList"}
:
I'm not sure what makeList
should be or should it be settable on the frontend? Overall this is easy to fix, but I don't know how you want it @anoe .