mongulator
mongulator copied to clipboard
try.mongodb.org is broken
- Navigate to try.mongodb.org
- Enter: db.scores.save( {a: 99})
- Result: OK
- Enter db.scores.find()
Expected result: [ { "a" : 99, "_id" : { "$oid" : "4fa9c75bcc93742e0d06bd8d" } }] Actual result: [ ]
Hey paul, can I ask what browser + browser version you are using?
I just tried to reproduce and I was unable to do so using the latest version of Chrome.
I actually observed the same problems on mongodb.org (I assume most of the implementation is the same but I did note that the version of the shell is different between try.mongodb.org and the shell on mongodb.org).
I tried in Chrome, Firefox and IE and they were all failing.
But now everything is working fine. The issue seems to be temporary. If it happens again I'll capture logs using the chrome network console and reopen the issue.
On Thu, May 31, 2012 at 12:30 PM, Tyler Brock < [email protected]
wrote:
Hey paul, can I ask what browser + browser version you are using?
I just tried to reproduce and I was unable to do so using the latest version of Chrome.
Reply to this email directly or view it on GitHub: https://github.com/banker/mongulator/issues/6#issuecomment-6045165