Closed dwrensha closed 7 years ago
After further experimentation I am less confident about what exactly the root cause is here. The symptoms:
On startup, I see the 'board' subscription claim to be ready before the Boards
collection has been populated on the client, causing the client to display the "board not found" error. When the 'board' subscription switches into the "ready" state, the user is not logged in yet, and the 'boards' subscription is also not ready yet.
The root cause is a bug in the subs-manager package, as used here.
The bug would be fixed by https://github.com/kadirahq/subs-manager/pull/89