mongulator icon indicating copy to clipboard operation
mongulator copied to clipboard

try.mongodb.org is broken

Open paulbatum opened this issue 13 years ago • 2 comments

  1. Navigate to try.mongodb.org
  2. Enter: db.scores.save( {a: 99})
  3. Result: OK
  4. Enter db.scores.find()

Expected result: [ { "a" : 99, "_id" : { "$oid" : "4fa9c75bcc93742e0d06bd8d" } }] Actual result: [ ]

paulbatum avatar May 31 '12 00:05 paulbatum

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.

TylerBrock avatar May 31 '12 19:05 TylerBrock

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

paulbatum avatar May 31 '12 20:05 paulbatum