Skip to content
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

Open
kapil1garg opened this issue Feb 20, 2022 · 5 comments · Fixed by #66
Open

data not loading and front-end stops being responsive #63

kapil1garg opened this issue Feb 20, 2022 · 5 comments · Fixed by #66
Labels
bug needs investigation bug that needs investigation to determine if its actually a bug

Comments

@kapil1garg
Copy link
Contributor

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.

@kapil1garg kapil1garg added bug needs investigation bug that needs investigation to determine if its actually a bug labels Feb 20, 2022
@kapil1garg
Copy link
Contributor Author

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

@kapil1garg
Copy link
Contributor Author

from testing bf43cc1 in DTR today, it seems like ppl were still having issues. need to investigate and try to reproduce

@kapil1garg
Copy link
Contributor Author

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.

@kapil1garg
Copy link
Contributor Author

from Delta Pair this week, seems like we didn't have any issues. For now, I'm gonna merge the updates into main but leave this issue open in case we have issues still.

@kapil1garg
Copy link
Contributor Author

Screen Shot 2024-06-20 at 1 45 11 PM

having trouble again with syncing changes to clients. note here how, after a pool reset, the old pairings are showing. also, some folks couldnt even see this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs investigation bug that needs investigation to determine if its actually a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant