What does "Error: No matching login attempt found" mean?

I’m using Google auth and periodically I am getting these errors in logs.

Anyone know what it means? Not hearing anything bad from users, want to know if it’s safe to mute these errors or if they are the symptom of something I need to look into.

#1099 Error: No matching login attempt found [145546287]

at <unknown> (packages/accounts-base/accounts_server.js line 468 col 32)
at tryLoginMethod (packages/accounts-base/accounts_server.js line 245 col 14)
at AccountsServer.Ap._runLoginHandlers (packages/accounts-base/accounts_server.js line 465 col 18)
at DDPCommon.MethodInvocation.methods.login (packages/accounts-base/accounts_server.js line 528 col 27)
at <unknown> (DDPCommon.MethodInvocation.methodMap.(anonymous function) (imports/logging/rollbar/server.js line 56 col 30)
at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js line 1768 col 12)
at DDP._CurrentMethodInvocation.withValue (packages/ddp-server/livedata_server.js line 719 col 19)
at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js line 1135 col 15)
at DDPServer._CurrentWriteFence.withValue (packages/ddp-server/livedata_server.js line 717 col 46)
at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js line 1135 col 15)
at Promise (packages/ddp-server/livedata_server.js line 715 col 46)
at Promise (<anonymous> line (unknown))
at Session.method (packages/ddp-server/livedata_server.js line 689 col 23)
at <unknown> (packages/ddp-server/livedata_server.js line 559 col 43)
2 Likes

We’ve also seen these issues and had users with trouble logging in. Anyone else encountered this?