When I try to update a document or create new documents on a particular collection, either from the Web UI or from code (nodejs SDK) it fails with a 500 error. I have another collection that I can update with no issue, it's just this other collection that gives me a 500 error.
This is the response:
{ "message":"Server Error", "code":500, "type":"general_unknown", "version":"0.11.10" }
Thank you in advance!