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
In our GIG group, andrea appears as not logged in for the past 14 days for me even though she has.
Solution
There might be multiple problems, but I've noticed at least that unlike identity-kv.js, there is no corresponding gi.actions/identity/kv/load type call that happens when the app comes back online. Here's an example from identity-kv.js:
sbp('okTurtles.events/on',ONLINE,()=>{sbp('gi.actions/identity/kv/load').catch(e=>{console.error("Error from 'gi.actions/identity/kv/load' after reestablished connection:",e)})})
There may be other issues too.
The text was updated successfully, but these errors were encountered:
Problem
Seems like #1997 was never fixed properly.
In our GIG group, andrea appears as not logged in for the past 14 days for me even though she has.
Solution
There might be multiple problems, but I've noticed at least that unlike
identity-kv.js
, there is no correspondinggi.actions/identity/kv/load
type call that happens when the app comes back online. Here's an example from identity-kv.js:There may be other issues too.
The text was updated successfully, but these errors were encountered: