Upon attempting to log into the app, I encountered an error message in the client console (chrome dev tools) that reads as follows:
Uncaught Error: Expected to find a document already present for removed mongo.js?69942a86515ec397dfd8cbb0a151a0eefdd9560d:253
This error caused the login process to stop abruptly. The loading gif from the accounts-google package appeared, but the loading never completed.
Oddly enough, no errors were recorded in the server console. This error has left me perplexed and unsure of where to begin troubleshooting my application.
I attempted to review the section of code in the mongo.js file where the error is triggered, but it didn't provide much clarification either.
Due to my lack of insight into what went wrong, I have shared the link to the project repository.