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 suspect some zone related issue, since it seems to trigger only after new notification from websocket is recieved. Similar problem is with AuthRoute, where the component renders, but inputs are not prefilled only until notification is added.
The text was updated successfully, but these errors were encountered:
I think your problem is with the implementation of your webSocket server, specifically in the notifications.sagas part. If you comment this saga out, no data is received for people or home and the pages won't load. However if you comment out auth or people you still get the rest of the app just not the data for the subsequent auth or people.
I suspect some zone related issue, since it seems to trigger only after new notification from websocket is recieved. Similar problem is with
AuthRoute
, where the component renders, but inputs are not prefilled only until notification is added.The text was updated successfully, but these errors were encountered: