-
Notifications
You must be signed in to change notification settings - Fork 29
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
Problem with Methods deletetion #39
Comments
Someone pass through this problem? After delete a document at Mongo (Meteor method based), it not comeback with reactive and stuck at my screen. The user think that not "well clicked" and send delete again. Then, Meteor error happens because there is not document to delete. I think thats is some problem whith cache. But I can't resolve. :( |
Can you double check that it works when you delete something directly in MongoDB, but doesn't work when you do the same via a Meteor method? That seems odd to me. |
@JcBernack, thank you for your attention. |
Ok, can you show some code of how you use reactive aggregation? Do you use |
I did Meteor downgrade to 1.6.1.4 and works good. However, my code: My Collection: and my subscription:
|
I think that reactive don't works well with npm-mongo 3+. |
#44 It's related? |
I had try at Meteor 1.8, didnt work too. Sadly I got had to stop at Meteor 1.6.1.3 to keep the Meter Reactive Aggregate working. |
Was this issue ever resolved? I´m having the same problem |
Is not. I think it's a problem with the new Mongo drive. I'm keeping METEOR 1.6.1.3 in the production environment. |
I have the same problem too... Any news about this one? |
#44 resolves this issue. We have been using that fork as a local package since the release of Meteor 1.7 to keep things moving. |
I forked this repo: |
I have same problem!! :( |
Closing old issues. |
When I delete a record by Meteor Methods, the reactive don't push the update.
When a do something directly in mongodb, it does normally. I forgot some configuration?
The text was updated successfully, but these errors were encountered: