-
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
data not loading and front-end stops being responsive #63
Comments
this might be an issue with the current version of meteor being incompatible with MongoDB Server 5.0 that is being used on Atlas (our DB hosting service). Meteor updated its driver to use MongoDB Server 5.0 in Meteor 2.6 |
from testing bf43cc1 in DTR today, it seems like ppl were still having issues. need to investigate and try to reproduce |
after taking a look at the logs, I'm not quite sure what the issue is. one thing to try at Delta Pair this week would be to have ppl install the Meteor DevTools Chrome Extension and see if the issues pop up again. if they do, we can examine the subscriptions and minimongo instance on the client-side to see if there are any issues. |
from Delta Pair this week, seems like we didn't have any issues. For now, I'm gonna merge the updates into |
We had a weird issue yesterday in DTR where data for the interface was only partially loading (e.g., see Delta Lab group but not DTR group on
/groups
page), and any UI interactions would not save (e.g., clicking a rating shows the button being pressed on the UI, but it doesn't save and the button goes from a togged state to an un-toggled state). No errors appeared in the client-side console logs or on the server-side logs.The text was updated successfully, but these errors were encountered: