ballingt
ballingt2mo ago

isAuthenticated sometimes not true

@Starlord says
i cant catch bug why sometimes after successful convex-dev react signin method auth.isAuthenticated is not set to true. it happens randomly like in 1/50 cases. But it for sure plugin problem everything is implemented correctly on client side
2 Replies
ballingt
ballingtOP2mo ago
GitHub
in the auth live demo - when I refresh the browser quickly it disco...
when I refresh the browser quickly it disconnects. I tried with both Google, Github, and Email (send code) didn't try other methods
Starlord
Starlord2mo ago
hello, i am not sure if it is. because i need to refresh page to make it refresh auth status and to fix it just my app cant handle this problem. auth.loading = false + auth.isAuthenticated = false ---> sign in = successful + auth.isAuthenticated = false sometimes this happens also sometimes when there was no connection and websocket has reconnected that auth.isAuthenticated becomes false for no reason

Did you find this page helpful?