You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Meteor.userId() reactive, when I go to login required router, redirected to /sign-in. Even when I logged in. How did you solve this kind of issue? Do I have to use fast-render?
It's annoying especially in development. Because on every hot code push reload, it redirects to sign-in.
The text was updated successfully, but these errors were encountered:
I have login required middleware something like it:
Since
Meteor.userId()
reactive, when I go to login required router, redirected to/sign-in
. Even when I logged in. How did you solve this kind of issue? Do I have to use fast-render?It's annoying especially in development. Because on every hot code push reload, it redirects to
sign-in
.The text was updated successfully, but these errors were encountered: