GitXplorerGitXplorer
e

meteor-oplog-driver-failed-to-copy-results-bug

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
25f256f97b7107ccd48691661bac3fc7c3ff9b24

Update README.md

eevanyeung committed 11 years ago
Unverified
d96c4f10dbe098dd590cd39fd4c971f5819124ed

removed extra code

eevanyeung committed 11 years ago
Unverified
e2c9bb43186c2f84d450e0042c2f9502ca2a9c94

Update README.md

eevanyeung committed 11 years ago
Unverified
18d2ef0823dcb1164a87f75ea67a236bd84003d7

Create README.md

eevanyeung committed 11 years ago
Unverified
21603d0f93f5bcefabbab27fce63a27e0addabb9

created error again

eevanyeung committed 11 years ago
Unverified
8f4665ab1842fd14f0ee2b4850ff43a2843bce25

initial commit

eevanyeung committed 11 years ago

README

The README file for this repository.

meteor-oplog-driver-failed-to-copy-results-bug

Using to try to diagnose this issue https://github.com/meteor/meteor/issues/2033

NOTE: This error message is only the same as given by the @kidovate in the issue report. In publish functions, one should use this.userId instead of Meteor.userId() as per http://docs.meteor.com/#meteor_userid

NOTE 2: The branch alprestedge-bug tries to reproduce the error reported by @alprestedge but I do not produce an error with the current code

  1. git clone https://github.com/evanyeung/meteor-oplog-driver-failed-to-copy-results-bug.git
  2. cd meteor-oplog-driver-failed-to-copy-results-bug
  3. meteor add accounts-base
  4. meteor add accounts-ui
  5. meteor add accounts-password
  6. meteor
  7. Open a browser and navigate to localhost:3000
  8. Create a new user and sign in

This should produce the error message