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
When user has not signed in, we are making API calls on every page click. for example it is checking whether we are logged in or not when we go to contact page or information page or tips page
If we can reduce that API calling then it will be a good practice