-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Meteor does not currently support objects other than ObjectID as ids #2
Comments
How did you populate the server database? If it was outside of Meteor I'll have a play in a bit to see if I can shed any further light. On Thu, Oct 23, 2014 at 6:45 PM, shilman80 [email protected] wrote:
|
Ignore that - I'm looking at your repo and I can see you're doing it on On Thu, Oct 23, 2014 at 6:50 PM, Richard Silverton <
|
Thanks for the repo - I've just opened an issue on it so that we can discuss the details of that exact case there. If it uncovers a specific issue then I'll track it here. |
After trying out dumb-collections in a bigger app and running into issues, I've implemented a stripped down reproduction of the error (see README for details):
https://github.com/shilman80/dumb-collections-spike/
I'm sure it's related to not using server methods, as in
dumb-collections-demo
. However, I do not want the client to be able to update the collection at all, so I just simulated a server process updating the collection in Mongo.Your help is very much appreciated.
The text was updated successfully, but these errors were encountered: