@hananc What I've been seeing is that the app refreshes the token on a computer that's technically asleep but executing some code once in a whlie, and is supposed to save/broadcast that token, but does this asynchronously and sometimes it just goes back to sleep before that happens, or sth like that… generally it's a bit messy code imho, in part because part of this happens in library code and part in the app in another repo, and maybe also because of some React "footguns".