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 have a universal app where I need to log in a user when the app is loaded server side.
On server load, the connector AsyncConnect is being called on server load; however, it is being called after the function loadOnServer What can I do so that the AsyncConnect is already called in sync with loadOnServer? So that the store is ready when the app loads.
The text was updated successfully, but these errors were encountered:
I have a universal app where I need to log in a user when the app is loaded server side.
On server load, the connector AsyncConnect is being called on server load; however, it is being called after the function
loadOnServer
What can I do so that the AsyncConnect is already called in sync with loadOnServer? So that the store is ready when the app loads.The text was updated successfully, but these errors were encountered: