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
I'm using AccountsTemplate and in various situations I use AccountsTemplates.logout();. It's works fine, but when I execute it with a template using Meteor-Tabular, the logout doesn't work immediately. I see that server logout is done, but client doesn't render. If I am in other template without Tabular, works immediately and redirect to my login page.
I noticed that node processor go to 100% of use.
Had someone this issue?
The text was updated successfully, but these errors were encountered:
I'm using AccountsTemplate and in various situations I use AccountsTemplates.logout();. It's works fine, but when I execute it with a template using Meteor-Tabular, the logout doesn't work immediately. I see that server logout is done, but client doesn't render. If I am in other template without Tabular, works immediately and redirect to my login page.
I noticed that node processor go to 100% of use.
Had someone this issue?
The text was updated successfully, but these errors were encountered: