-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Package crashes server due to "monitor timeout" #461
Comments
Thank you for submitting this issue! We, the Members of Meteor Community Packages take every issue seriously. However, we contribute to these packages mostly in our free time. If you think this issue is trivial to solve, don't hesitate to submit Please also consider sponsoring the maintainers of the package. |
This is reported to the Meteor core, meteor/meteor#13108. I am starting to think if this has to do with something with this package though, since I was not able to reproduce with simple apps. I was not able to see it though with a simple app + collection2. Do you have any repository that you know that the issue happens what I could do some testing to verify and try to find a constantly way to reproduce this issue for fixing it? |
@derwaldgeist thanks for reporting, here are a few questions:
did you attach a schema to accounts related collections by any chance? |
Hi @jankapunkt: Thanks for the swift response. I'm using this combination:
As I can tell from the logs, it seems to be related to the Accounts server package, so I guess it's related to the (server-side) users collection? And no, I haven't attached a schema to accounts. (I'm using The most interesting part is that this error occurred while I was off keyboard. |
@jankapunkt Seems as if @nachocodoner has found the root cause, see the issue he linked. |
I used this package in Meteor 2 for many years, without any issues.
However, when I just returned to my keyboard after a couple of minutes off, I saw this error message in my new Meteor 3 app:
My server is running on 3050, so I guess it's the connection to Meteor's internal MongoDB that crashed.
I'm on Meteor 3.0.3, the package version is 4.0.3
The text was updated successfully, but these errors were encountered: