RJ David
RJ David
Isn't the problem more about npm 8 than node 16 (which comes with npm 8 by default)
Looking forward to test this on a beta build.
@denihs we are not using the package.
Is that package required? We only use `accounts-base` as all our logins are customized to our needs. No problem adding it if it is required
@zodern, I just checked the Insights tab for the error and did not find any pattern. It is all over the place, e.g. different URLs from different app sections but...
> * for some reason Meteor might run the startup callbacks before all packages are loaded. Meteor uses different logic for this for some older browsers. Maybe there is a...
https://github.com/npm/feedback/discussions/598
@emccorson, there were changes in our app now and I am no longer seeing the error in console when running our tests. I'll find some time to replicate to a...
Here are the calls done within my method call. When these lines were commented, there were no errors ``` if (status) { SyntheticMutator.update(SupportUsers, ticketId, { $addToSet: { currentlyTyping: this.userId }...
@theodorDiaconu, can you give a clue on what we should be looking at to be able to fix this?