Is anyone else having login problems with passwordless after entering tokens with version 3.5?

I’m still investigating what’s causing it and where it exactly stalls but it could be related to upgrading to Meteor 3.5 from 3.4.1 - has anyone else using passwordless and is experiencing the following:

Login never reached data-ready — and the client onLogin hook runs after data-ready, so it never even ran (loginSuccessful was never called)

? Will update this thread when I get more information from instruments.

I really think this will be fixed on this reported fix that has been merged to Meteor 3.5.1.

We are about to release Meteor 3.5.1 with the fix, lets confirm is fixed when beta is available. I’ll let you know.


Update: Added a regression test

It’s confirmed, this is the bug that has broken my passwordless login.

As a temporary fix, I have added:

"packages": { "mongo": { "reactivity": ["oplog","polling"] } }

to the METEOR_SETTINGS file on my cloud provider. That has finally fixed things. I don’t know how many tokens I’ve wasted trying to fix this bug but it has taken me several days in real life.