I tried bulk creating some documents via couchbeam:save_docs but could not get it to work. digging deeper it seems that the uuid generator returns uuids as strings and not binaries. that leads to the json enoder failing. i fixed the problem for me by patching the maybe_docid function in couchbeam_db
I tried bulk creating some documents via couchbeam:save_docs but could not get it to work. digging deeper it seems that the uuid generator returns uuids as strings and not binaries. that leads to the json enoder failing. i fixed the problem for me by patching the maybe_docid function in couchbeam_db