wefork / wekan

The open-source Trello-like kanban (built with Meteor)
https://wekan.io
MIT License
61 stars 12 forks source link

[sandstorm] when opening grain, "Board not found" flashes briefly. #27

Closed dwrensha closed 7 years ago

dwrensha commented 7 years ago

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

dwrensha commented 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.