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
Hello, when page refresh/load the account status should be connecting ? If an account/wallet isn't there I need to redirect users but if I redirect on disconnected, if I refresh the page it redirect instantly.
Could the status start at connecting and resolves at connected or disconnected ?
The text was updated successfully, but these errors were encountered:
We discussed a possible change for this case though it won't be state connecting because there are cases where the connection is simply not triggered at all.
In the meantime a workaround that you could try is simply delaying your redirect until the auto connection state has had a chance to kick in, which should be only one or 2 frames.
Hello, when page refresh/load the account status should be
connecting
? If an account/wallet isn't there I need to redirect users but if I redirect ondisconnected
, if I refresh the page it redirect instantly.Could the status start at
connecting
and resolves atconnected
ordisconnected
?The text was updated successfully, but these errors were encountered: