dapp-core
dapp-core copied to clipboard
Session error not Logging off
If I login with my wallet and I do nothing for some time(I use Maiar ), on the phone I get a notification session error , but the app is not logging off as it suppose to .I tried to intercept it with all the hooks that are described in the documentation ( useGetLoginInfo(), useGetAccountInfo(), useGetNetworkConfig()) but no luck , and I use the AuthenticatedRoutesWrapper, for login is working fine and for trying to acces the protected route if I am not logged in.
I try to login with Maiar, it fails, sending me again to /unlock, and if I try to login again I get this:
And I use the last version ofd app-core 2.0.0-alpha.2
This usually happens when you use the QR code in a modal and that modal rerenders between logins. Can you check if you have any mount/unmount/mount behaviour?
Closing due to inactivity