bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

Malformed document #185

Closed jzumbrun closed 1 year ago

jzumbrun commented 9 years ago

No matter what I do I cant seem to add a "correct" document.

Some thing a simple as

{
    name: "Jon Zumbrun"
}

Doesnt work. I just keep getting: Malformed document

bobthecow commented 9 years ago

It sounds like you might have a webserver configuration issue or something. That shouldn't be a malformed document :)

What backend are you using? What version? Where are you entering that document?