In convex i get an error "Client Disconnected" in my logs everytime i try to connect

I can signup flawlessly but unfortunately if i try to signin (await authClient.signin.email({})) with the same credentials the api calls for "get-session" and "token" are 200 but the convex hook useConvexAuth still returns { isAuthenticated: false } and on the convex logs dashboard i instantly get the error shown in screenshot. I followed this tutorial : https://convex-better-auth.netlify.app/framework-guides/react My stack is Frontend : Vite-React-TanstackRouter and Convex for Backend/DB (I write them because i could find the revelant tags)
React (Vite SPA) | Convex + Better Auth
Install and configure Convex + Better Auth for React.
No description
4 Replies
KiNFiSH
KiNFiSH•4w ago
Can you get the details log for 500 ig there might be an issue with the hook itself
Nicoka11
Nicoka11OP•4w ago
I'll try to get it but from my own investigations the problem is that the session is created but not synced with convex afterwards, but the strange thing is there is no error visible on the client, this error is only visible on the convex dashboard with no mre details than what i provided previously I'm just starting my project tho so i'll most likely just retry from scratch to see how it goes 🙂
KiNFiSH
KiNFiSH•4w ago
there is proxy there make sure to inspect on their dashboard
Nicoka11
Nicoka11OP•4w ago
I'll try to check that out thanks !

Did you find this page helpful?